pip install git+https://github.com/openai/CLIP.git
pip install -r requirements.txt
- 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
- Copy your images into Frontend/public/images
npm install
npm run dev