Skip to content

imaginate-ai/api

Repository files navigation

Useful commands:

  • 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 imaginate_api/app.py