Prerequisite
- Python 3.11
- Poetry
- Clone the repo and cd into the directory
- Run cmd ->
poetry config virtualenvs.in-project true
- To install the project dependencies and create the virtual env run ->
poetry install
- To activate the env ->
poetry shell
- Now you can run the main script by running -> python minimal_ai/run_server.py