Skip to content

NghiaZun/AIC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AIthena Team

Setup

Warning: This system work perfectly on python==3.11.9 and pip==24.0

Please follow the instruction below

pip install git+https://github.com/openai/CLIP.git
pip install -r requirements.txt

Backend folder

  • First, we have to start our backend
  • Check the CLIP-features folder first, please copy all features file into this folder
  • cd backend and run genarateIndexBinFile.py
  • Creat .env file that contains OPENAI_API_KEY and SESSION_ID
  • To host the backend:
python app.py

Frontend folder

  • Copy your images into Frontend/public/images
npm install
npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published