A simple diabetes prediction model built using TensorFlow/Keras with a 62% accurate prediction.
- Pima Indians Diabetes Dataset
- Python
- TensorFlow/Keras
- NumPy
- Pandas
dltraining.py- Trains the model and saves it.diabetesprediction.py- Loads the saved model and predicts diabetes.model.json- Model architecture.model.weights.h5- Trained weights.
- Install dependencies
pip install -r requirements.txt- Train the model
python dltraining.py- Run prediction
python diabetesprediction.py