Check out a live demo
To get started with the application, clone the repository to your local machine:
https://github.com/Dhruv195/Cervical-Cancer-Predictor
Once you have cloned the repository, navigate to the project directory and install the dependencies:
Front-End
cd frontend
npm install
npm start
Back-End
uv venv
.venv/Scripts/activate
cd backend
uv pip install -r requirements.txt
flask run