Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rheaadh/diet-workout-llm-test-app

Test app to try out fastapi and hugging face
https://github.com/rheaadh/diet-workout-llm-test-app

fastapi huggingface mysql react transformers

Last synced: 17 days ago
JSON representation

Test app to try out fastapi and hugging face

Awesome Lists containing this project

README

        

# Diet and workout plan using Hugging Face

## User Input and Preferences
- Age
- Gender
- Height
- How many days do you workout
- Veg/Non-Veg
- Dietry restrictions

## Features
- BMI (P1)
- Diet plan (P1)
- Workout plan (P1)

## Tech
- LLM Model : Hugging Face
- Frontend : React.js
- Database: Mysql
- Backend : FastAPI

## Run Server
- uvicorn main:app --reload