Skip to content

Dhruv195/Cervical-Cancer-Predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cervical-cancer-web-application

🖥️Demo

Check out a live demo

Getting Started

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:

Installation

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