Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rheaadh/diet-workout-llm-test-app
- Owner: RheaAdh
- Created: 2024-10-30T00:33:40.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-03T11:20:30.000Z (3 months ago)
- Last Synced: 2025-01-08T15:24:40.890Z (17 days ago)
- Topics: fastapi, huggingface, mysql, react, transformers
- Language: JavaScript
- Homepage:
- Size: 1.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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