A chatbot developed to answer queries related to the institution, including procedures, academics, and other resources. The system utilizes Google's PaLM API for natural language processing and Django for backend development, providing a seamless interface between the user and the chatbot.
- Real-time response to user queries.
- Integration with Google PaLM API for NLP.
- RESTful API for backend communication.
- Efficient data management using SQL.
- Clone the repository.
- Install dependencies:
pip install -r requirements.txt
. - Run the Django server:
python manage.py runserver
.
MIT License