An open API service indexing awesome lists of open source software.

https://github.com/thefloatingstring/project-heal

Sample neural network used to identify cervical cancer.
https://github.com/thefloatingstring/project-heal

Last synced: 3 months ago
JSON representation

Sample neural network used to identify cervical cancer.

Awesome Lists containing this project

README

          

Project-Heal

This is a sample neural network built with Keras, which will be used as a base for a cancer-estimator project.

To make this code run, install the following components:

Python 3

Installation: https://www.python.org/downloads/

The latest version is the most reliable one.

Install Tensorflow

For Mac: https://www.tensorflow.org/install/install_mac#installing_with_native_pip

For Windows: https://www.tensorflow.org/install/install_windows#installing_with_native_pip

Type the commands in Terminal (for Mac) or cmd (for Windows)

Install Keras

Installation: https://keras.io/#installation

Type the commands in Terminal (for Mac) or cmd (for Windows)

Running the script

You can run the python script via command-line or with the Python IDE

Make sure the .CSV file is in the same directory as the python script, and that there is no other file with the same name.