Repository for HackXetra 2024 of Team init_5
Steps:
A. Host frontend 1. cd to frontend_web 2. npm install 2. run 'npm run dev'
B. Host backend 1. cd to backend 2. npm install 2. run 'npm run dev'
C. Host preprocessing API 1. cd to ml_services 2. install python and pip 3. run 'pip install -r requirements.txt' 4. run 'uvicorn preprocessing:app --port 8000'