Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 7 hours 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 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-22T19:15:59.000Z (over 2 years ago)
- Last Synced: 2023-03-10T02:34:44.761Z (over 1 year 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:
![screenshot](screenshots/image1.jpeg)
### Postman:
![screenshot2](screenshots/image2.jpeg)