How to run

  1. Make sure to place your own API key in main.py.

  2. Optional: Setup a Python virtual environment.

  3. Install the dependencies by running the following command:

pip install -r requirements.txt
  1. Run the server by running the following command:
flask --app main.py run
  1. Open the link of the server that was provided in the previous step.

For the first step, you can get your own API key by following these instructions.