Skip to content

Resilient-Labs/imgtoflex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)
  • Note: Windows machines will need to install Windows Subsystem for Linux (WSL) by running wsl --install in PowerShell or Windows Command and restart their machines in order to run Linux code.
  1. run node app.js or npm run dev for dev environment

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published