An AI-powered chatbot designed to assist students in their placement preparation by providing relevant resources, answering queries, and guiding them through the process.
✅ Chatbot Assistance – AI-powered chatbot to answer placement-related questions.
✅ Pre-trained NLP Model – Uses Natural Language Processing (NLP) to understand user queries.
✅ Customizable Intents – Modify intents.json
to add or refine responses.
✅ Web Interface – User-friendly UI for seamless interaction.
git clone https://github.com/your-username/placement-companion.git
cd placement-companion
pip install -r requirements.txt
python train.py
python app.py
Go to http://127.0.0.1:5000/
to access the chatbot.
placement-companion/
│── app.py # Main application
│── chat.py # Chatbot interaction logic
│── intents.json # Predefined chatbot responses
│── model.py # Machine learning model
│── train.py # Training script
│── nltk_utils.py # NLP utilities
│── templates/ # HTML templates
│── static/ # CSS & JavaScript
│── standalone-frontend/ # UI files
- 🐍 Python
- 🌐 Flask (Web framework)
- 📚 NLTK (Natural Language Processing)
- 🤖 TensorFlow/Keras (Machine Learning model)
🚀 Want to contribute? Feel free to fork this repository and submit a pull request!
For any suggestions or improvements, open an issue.