This application allows users to interact with the multimodal image search platform Frame. The search interface implements search by text, search by image as well as image recommendations.
Pull the repo
git pull https://github.com/Frame-Platform/demo-frontend.git
Move into the project directory:
cd demo-frontend
Install dependencies:
npm install
Start the devolopment server:
npm run dev