You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd Server
python -m venv venv
source venv/bin/activate
Running the backend
pip install -r requirements.txt
flask run
Setting up the frontend
cd client
npm install
npm run dev
Setting up the backend
cd models
pip install -r requirements.txt
Docker setup
Building and running container
docker-compose up --build
Application accessible at
http://localhost:5173
Website Preview
The Architecture
Known Issues
As of now the backend and frontend segment and web scraping and model work together but there is some still some fixes to be made between the backend and the scraping logic.
The insights derived by the model is yet to be rendered on the front end