/ann_breast_cancer

this project is just for practice purpose for implementing the concept of Artificial Neural networks by using tensorflow and keras

Primary LanguagePython

Breast Cancer Classification

This project is just for practicing Artificial Neural Concepts by using Tensorflow and Keras.

How to use this project:

  1. Make sure you have python version 3.8 installed on your system.

  2. Clone this repository by running the following command in your terminal:

    git clone https://github.com/AyeshaIrshad1337/ann_breast_cancer.git
    
  3. Change into the project directory:

    cd ann_breast_cancer
    
  4. Install the required dependencies:

    pip install -r requirements.txt
    
  5. Run the project:

    python main.py
    
  6. Follow the instructions provided in the console to interact with the project.