Resilient-Labs / imgtoflex

5 stars 1 forks source link

imgtoflex

Claude Vision

This application uses the Claude 3.5 Sonnet model to understand and analyze images. Anthropic guidelines for image size, prompt recommendations, API implementation, and model limitations can be found here.

How Run Initially

  1. cd to /frontend directory & run npm install
  2. cd to /backend directory & run npm install
  3. run npm run build:ui (run when changes have been made to frontend)
  1. run node app.js or npm run dev for dev environment