A Streamlit-based GenAI chatbot that provides personalized career guidance using fine-tuned prompts for different domains.
- Ask career questions
- Get learning paths and skill suggestions
- Domain-specific advice (Data Science, Cloud, Cybersecurity)
- Python 3
- Streamlit
- Gemini API (simulated)
ai_career_mentor/
├── app.py
├── mentor_engine.py
├── utils.py
├── prompts/
│ ├── data_science.txt
│ ├── cloud_engineering.txt
│ └── cybersecurity.txt
├── README.md
pip install streamlit
streamlit run app.py