https://github.com/64blit/eyepop-text-scanner
https://github.com/64blit/eyepop-text-scanner
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/64blit/eyepop-text-scanner
- Owner: 64blit
- Created: 2024-04-29T17:28:05.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-01T21:12:36.000Z (about 2 years ago)
- Last Synced: 2025-03-01T06:45:18.338Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://eyepop-text-scanner.vercel.app
- Size: 3.25 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# EyePop.AI Text Scanner Mask
This is a computer vision powered label scanner for detecting alcohol bottel brands and quickly pulling up cocktail recipes based on detected text.
It draws the text as an overlay, just point your camera and snap an image of the bottles.
This project allows you to select a camera input, draw a mask over the portion of the camera feed you wish to be detected, and easily capture a picture of your feed and send it to EyePop.
## Installation
To install the project, you need to have Node.js installed on your machine. Then, you can clone the repository and install the dependencies:
```sh
git clone
cd eyepop-ai-auto-video-clipping
npm install
npm run dev
```