This is frontend screem which hanldes the chatbot feature using OpenAI API.
- Flask module to create a web server.
- OpenAI module to use it's API.
- OpenAI API key
To get started using this application, please follow the steps below:
- Install Python on your computer.
- Navigate to the directory where you have cloned this repository.
- Run the command
pip install -r requirements.txtto install the necessary Python packages. - Add your OpenAI API key to the
app.pyfile. You can obtain an API key by signing up for OpenAI's API program. - Run the command
python app.pyto start the application.