A Python-based AI chatbot that provides career guidance, internship advice, and skill recommendations for computer science students. It uses Streamlit for the interface and OpenAI’s GPT models for AI responses.
- Python
- Streamlit
- OpenAI API
- Python-dotenv
- Interactive chat interface
- Maintains conversation context
- Provides practical career guidance
Clone the repository:
git clone https://github.com/Intechgent/ai-chatbot-python.gitUse streamlit run app.py in the terminal to launch the chatbot interface in your browser.
Note that: This project requires an OpenAI API key. You must create a
.envfile and add your own API key before running the app. The chatbot will not work without a valid API key.
