This project is a chatbot that simulates a Veterans Counselor, using OpenAI and Flask. The chatbot can respond to user inputs in a conversational manner, following a set of rules and requirements provided in the interaction template.
- Python 3.10
- Flask
- playsound
- Python-dotenv
- Clone the repository
- Navigate to the project directory
- Install the required dependencies
- Run the application
Once you've started the Flask server, navigate to http://localhost:5000
in your web browser. Enter your input in the text field and press 'Send' to see the chatbot's response.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
MIT