Prompt Detail:
Cancer Diagnosis using Machine Learning
Introduction
Cancer Diagnosis using Machine Learning is a web application that uses machine learning algorithms to diagnose cervical cancer from cervical cell images. This project is built using Python's Django web framework and is trained using the cervical cancer dataset from Kaggle.
Project Demo
You can visit the live version of the project at https://cancer-diagnosis-ml.herokuapp.com/
Features
- Register and Login for users
- Upload an image of a cervical cell and receive a diagnosis
- View a history of past diagnoses
- Clear history of past diagnoses
Installation
- Clone the repository
- Install the required dependencies using
pip install -r requirements.txt
- Run the server using
python manage.py runserver
Contributors
License
This project is licensed under the MIT License. See the LICENSE
file for more information.