- Python 3.x
- Node.js and npm
- Docker (if using Docker)
- Clone the repository:
git clone https://github.com/Adityadln/CromaTF24.git
- Setting up virtual env for backend
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
- Building and running container
docker-compose up --build
- Application accessible at
http://localhost:5173
- 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