- Creating the environment:
make local-setup
- Entering the environment:
poetry shell
- Leaving the environment:
exit
- Installing libraries in the environment:
make install
- Run the Flask application:
python image_handler/demo.py
Download ollama from https://ollama.com/download Once installed, run ollama.exe, then launch terminal and type ''' ollama run llama3''' Now ollama and llama are successfully installed, and nothing special needs to be done when running the code again