oussema benayech
AI Developer
OpenCV
scikit-learn
TensorFlow
Healthcare
git clone https://github.com/baga6312/cancer-recognizer-tensorflow.gitcd cancer-recognizer-tensorflow
python -m venv venv# On Windowsvenv\Scripts\activate# On macOS/Linuxsource venv/bin/activate
pip install -r requirements.txt
python app.py
/api/predict
dataset/├── cancer/│ ├── image1.jpg│ ├── image2.jpg│ └── ...└── non_cancer/ ├── image1.jpg ├── image2.jpg └── ...
python train_model.py --data_path dataset/ --epochs 20 --batch_size 32
Posted Jul 2, 2025
Developed a cancer detection app using Flask and machine learning tools.
0
Software Developer