Skip to content

Nishil-Visawadia/Diabetes_prediction-using-ML-Flask-FastAPI

Repository files navigation

Diabetes Prediction

These are the commands

Download requirements of the project

pip install -r requirements.txt

Python Flask

python main.py --reload

Python FastAPI

uvicorn app:app --host 127.0.0.1 --port 8000 --reload

Note

While using Flask, check line 126 of index.html and uncomment it.

While using FastAPI, check line 129 of index.html and uncomment it.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published