Warning
This application is designed specifically for technical interviews. This should NOT be used in production or for any real-world purpose. If you think you could do better, then we would like to hear from you!
-
Install dependencies:
make setup
-
Configure OpenAI API:
- Copy
.env.exampleto.env - Add your OpenAI API key to the
.envfile
- Copy
-
Run the application:
make run
-
Access the application:
- Open http://localhost:5000 in your browser
make setup- Install dependencies and create .env filemake run- Start the Flask applicationmake clean- Remove uploads and database filesmake help- Show all available commands
MIT