ngrok http http://localhost:8095
const urls = [
"https://6174-103-23-29-122.ngrok-free.app/predict",
"https://2086-103-23-29-121.ngrok-free.app/predict",
];
Installation:
pip install -r requirements_reduced.txt
python main.py
Todos:
- Handle the error case in app elegantly (all servers errored)
- Popup doesnt look nice - need to improve
- Integrate `data/parkinsons_predictions.csv` in your app.
Check the main.py last parts::
# PORT = 8095
PORT = int(os.getenv("PORT", "10000"))
uvicorn.run("main:app", port=PORT, host="0.0.0.0")
# uvicorn main:app --host 0.0.0.0 --port 10000
If needed, change the ports as required
forked from aritra43/steadystridenew
-
Notifications
You must be signed in to change notification settings - Fork 0
sanga28/steadystridenew
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- HTML 41.9%
- CSS 29.7%
- Jupyter Notebook 12.3%
- JavaScript 8.3%
- Python 7.6%
- Shell 0.2%