Skip to content

sanga28/steadystridenew

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • HTML 41.9%
  • CSS 29.7%
  • Jupyter Notebook 12.3%
  • JavaScript 8.3%
  • Python 7.6%
  • Shell 0.2%