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

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

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.