Take a picture of a menu or item and extract detailed data to streamline your cataloging process.
- Clone the repo:
git clone https://github.com/antonio-abrantes/infoextract.ai - Create a
.envfile and add your GROQ and OpenAI API key's:GROQ_API_KEY=andOPENAI_API_KEY= - Still in the
.env, You need to set your GLOBAL API key:GLOBAL_API_KEY=. You can create one on sites like API key generator - Create an S3 bucket (AWS or MinIO) and add the credentials to your
.envfile. Follow this guide to set them up. All required values are in the.env.examplefile. - Run
npm installandnpm run devto install dependencies and run locally.


