https://github.com/sadmanyasar/nutritionist-ai-app
Scans the nutrition facts on a product and tells the good and bad
https://github.com/sadmanyasar/nutritionist-ai-app
expo react-native vercel-ai-sdk
Last synced: 6 months ago
JSON representation
Scans the nutrition facts on a product and tells the good and bad
- Host: GitHub
- URL: https://github.com/sadmanyasar/nutritionist-ai-app
- Owner: SadmanYasar
- Created: 2023-12-27T05:27:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-31T09:10:28.000Z (almost 2 years ago)
- Last Synced: 2024-04-16T17:38:07.277Z (over 1 year ago)
- Topics: expo, react-native, vercel-ai-sdk
- Language: TypeScript
- Homepage:
- Size: 771 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
🥕 Nutritionist AI App 🥕
🚀 Table of Contents
- [🎥 Video Demo](#video-demo)
- [🎯User Stories:](#user-stories)
- [⚙Tech Stack](#tech-stack)
- [Learnings From this Project](#learnings-from-this-project)---
Scans the nutrition facts on a product and tells the good and bad based on diet preferences and restrictions. Made in 3 days.
## 🎥 Video Demo
[
](https://youtu.be/ydfR-kIGyyg?si=NTvoD8IBK3j0m4tw "Made In Three Days: Nutritionist AI App")
## 🎯User Stories:- As a user, I can choose my diet preferences and restrictions
- As a user, I can scan the nutrition facts on a product
- As a user, I can see the good and bad of the product based on my diet preferences and restrictions in results page## ⚙Tech Stack
- Expo
- Vercel AI (Hugging Face)
- Next.js
- APILayer (for OCR)## Learnings From this Project
- react-native-vercel-ai is not compatible with Huggingface as of 12/31/2023.
- It is quite easy to add image selection from camera roll and camera to Expo.