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
.env
file 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
.env
file. Follow this guide to set them up. All required values are in the.env.example
file. - Run
npm install
andnpm run dev
to install dependencies and run locally.