https://github.com/kingabzpro/heroku-bmi-fastapi
Using FastAPI created simple function for calculation BMI and deployed to Heroku server
https://github.com/kingabzpro/heroku-bmi-fastapi
bmi-calculator fastapi heroku heroku-deployment mlops
Last synced: 7 months ago
JSON representation
Using FastAPI created simple function for calculation BMI and deployed to Heroku server
- Host: GitHub
- URL: https://github.com/kingabzpro/heroku-bmi-fastapi
- Owner: kingabzpro
- License: apache-2.0
- Created: 2021-12-31T10:17:23.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-22T19:15:59.000Z (over 3 years ago)
- Last Synced: 2025-01-17T22:12:03.627Z (9 months ago)
- Topics: bmi-calculator, fastapi, heroku, heroku-deployment, mlops
- Language: Python
- Homepage: https://bmi-omdena-webapp.herokuapp.com/bmi
- Size: 82 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Access Heroku API
`https://bmi-omdena-webapp.herokuapp.com/bmi`
## Test
- **inputs:** height(_inches_), weight(_pounds_)
- **outputs:** BMI---
## Results
### FastAPI Docs:

### Postman:
