Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 400 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 400 Bytes

Minimal-AI

Prerequisite

  • Python 3.11
  • Poetry

Steps to configure the repo locally

  • 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