Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)