Welcome to the AI College Chatbot project! This repository contains the code and resources for a chatbot designed to assist college students with various tasks, such as answering questions about the college, providing information about courses, events, and more
- Answer general questions about the college
- Provide information on courses and programs
- Offer details on campus events and activities
- Assist with administrative tasks and procedures
- Provide academic support resources
Make sure you have Python version >=3.9.0 installed. The required packages are:
-streamlit
-langchain
-sentence-transformers
-chromadb
-passlib
To get started with the project, follow these steps:
-
Clone the repository:
$ git clone https://github.com/toanuitt/College-AI-.git
-
Navigate to the project directory:
$ cd College-AI- -
Install the required packages:
$ pip install -r requirements.txt
change API key in chatbot.py
To run the application, execute the following command in your terminal:
$ python chatbot.pyContributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.
This project is licensed under the MIT License.