Algeo02-22125
A website that presents an advanced Content-Based Image Retrieval (CBIR) system using linear algebra principles to analyze and compare images. The platform allows for user-uploaded images and datasets, utilizing mathematical algorithms to process and match images according to similarities in color and texture.
- python
- fastapi
- html
- css
- javascript
- next.js
- python (and pip)
- npm (or yarn)
Run both of the frontend and backend
Then go to LookAt
Go to 'frontend' directory
cd frontendInstall the required dependencies
npm installnpm run devGo to 'backend' directory
cd backendInstall venv
pip install venvCreate venv
virtualenv venvActivate venv
source venv/Scripts/activate # Windows (bash)
source venv/bin/activate # WSL / Linux / MacInstall the required dependencies
pip install -r requirements.txtpython app.pydeactivateCreated by