Skip to content

matvey-tytarenko/Hackatoon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 

Repository files navigation

KASiA AI

What is it?

TODO

Installation & Usage

Backend

cd backend
python3 -m venv env
source env/bin/activate
pip3 install -r requirements.txt

Add your OpenAI API key in the /.env file as OPENAI_API_KEY="[YOUR KEY]"

Run with python3 server.py in backend folder

Frontend

cd frontend
npm install

Run with npm run dev in frontend folder