This project is just for practicing Artificial Neural Concepts by using Tensorflow and Keras.
-
Make sure you have
python version 3.8
installed on your system. -
Clone this repository by running the following command in your terminal:
git clone https://github.com/AyeshaIrshad1337/ann_breast_cancer.git
-
Change into the project directory:
cd ann_breast_cancer
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the project:
python main.py
-
Follow the instructions provided in the console to interact with the project.