Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 1.56 KB

README.md

File metadata and controls

40 lines (33 loc) · 1.56 KB

Take a picture of a menu or item and extract detailed data to streamline your cataloging process.

Tech stack

Cloning & running

  1. Clone the repo: git clone https://github.com/antonio-abrantes/infoextract.ai
  2. Create a .env file and add your GROQ and OpenAI API key's: GROQ_API_KEY= and OPENAI_API_KEY=
  3. 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
  4. Create an S3 bucket (AWS or MinIO) and add the credentials to your .env file. Follow this guide to set them up. All required values are in the .env.example file.
  5. Run npm install and npm run dev to install dependencies and run locally.

Example images for testing

InfoExtract.AI

Exemple 1

InfoExtract.AI

Exemple 2

InfoExtract.AI

Exemple 3