UST agent utilizes ChatGPT to answer the questions related to the information of any course and daily events in HKUST.
The required packages are listed in requirements.txt. To install the required packages, please run the following command in the terminal:
pip install -r requirements.txt
To start running, please run the following command in the terminal. You need to type in your OpenAI API key as indicated.
python main.py --key=YOUR_OpenAI_API_KEY
After running the code, the agent will provide a link to the local host at the terminal. You can click the link to start chatting with the agent.
At the beginning, the agent will ask you to choose the function you want to use. You can choose from asking courses or events.
After selecting the courses option, you may ask for information about courses:
After selecting the events option, you may ask for information about events:
Feel free to ask the agent any questions about the courses or events in HKUST!
This project is contributed by:
- WU Bohuai (VongolaWu)
- Liu Hanmo (liuhanmo123)
- Wang Wenliang (wwangbl)
- Lu Yijun (ylubj)