Steven Esposito🇮🇹🤌 Head of Data, AI and media.
Erald Keshi🇦🇱🦅 UI/UX Revolutionary Disrupter.
Martin Põhjakivi🇪🇪🍄 Estonian Food and Beverage Import/Export Domain Expert.
Lino Mediavilla Ponce🇪🇨🍌 Head of Indoor Logistics.
Sergi Martinez Rodriguez🇪🇸😴 Chairman of the Board.
- Crate an .env file based on the .env.template file
- Add open AI key to the .env file
- On Linux run:
source venv/bin/activate pip3 install -r requirements.txt python3 api/main.py
Server will run on port 8000, visit http://localhost:8000/docs
cd client
npm install
npm run dev