Table of Contents
This is a web application that students can use to ask any question related to university.
- Typescript
- React.js
- Python
- Flask
- OpenAI
- Transfromers
- Can answer any question about the university. (NOTE: the dataset included in the project is only for testing purposes)
- Web based user interface to interact with the application.
To get a local copy up and running follow these simple example steps.
- Install node to run the client application
- Install python to run the server application
- Replace the <YOUR_API_KEY> in the gpt3.py file in the server folder with your own key
- Clone the repo
- Install NPM packages to run the client applcation (Follow next.js docuemntation for more information https://nextjs.org/docs/getting-started)
- Install python packages to run the server application (Follow flask documentation for more information https://flask.palletsprojects.com/en/2.0.x/installation/)
- Visit localhost:3000 (Might change the port if it's already in use.)