This project is a chatbot designed to assist users in obtaining information about engineering colleges in Rajasthan. It provides answers related to college eligibility, cutoff scores, fees, placements, and general inquiries.
- Eligibility Queries: Users can check which colleges they may be eligible for based on their exam scores.
- Cutoff Information: Get the latest cutoff scores for various engineering colleges.
- Fees Details: Find out about the annual fees for different courses.
- Placement Statistics: Inquire about average and highest packages offered at various institutions.
- General Information: Ask questions about college life, facilities, and other relevant topics.
- Flask: A lightweight web framework for building the API.
- Pandas: For data manipulation and analysis.
- Cohere: For generating natural language responses.
- TheFuzz: For fuzzy matching to handle college name queries.
- CORS: For enabling cross-origin requests.
- Python 3.7+
- Flask
- Cohere Python client
- Pandas
- TheFuzz
- dotenv
- flask-cors
- Clone the repository:
git clone https://github.com/Rohit-Sharma-RS/Rajasthan_edu_chatbot.git
cd Rajasthan_edu_chatbot