https://github.com/chneau/allergy-helper
https://github.com/chneau/allergy-helper
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chneau/allergy-helper
- Owner: chneau
- Created: 2024-07-27T20:49:29.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-29T09:03:58.000Z (almost 2 years ago)
- Last Synced: 2025-02-10T20:19:17.351Z (over 1 year ago)
- Language: TypeScript
- Size: 124 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# allergy-helper
The idea is to create a web application that helps people with allergies.
The user can list their allergies.
The user can take a picture of the back of a product and the application will tell the user if the product contains any of the allergens listed by the user.
## Technologies
- React
- Bun
- tesseract.js
- farm
## Dev log
```bash
# Well, looks like the performances of tesseract.js are not that great.
# There is no way to make it work in real time or near real time and the quality of the results is not that great.
# Chrome does not have https://chromestatus.com/feature/5644087665360896 text detection by default which is annoying.
# Good try, goodbye.
```