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 frontend
Install the required dependencies
npm install
npm run dev
Go to 'backend' directory
cd backend
Install venv
pip install venv
Create venv
virtualenv venv
Activate venv
source venv/Scripts/activate # Windows (bash)
source venv/bin/activate # WSL / Linux / Mac
Install the required dependencies
pip install -r requirements.txt
python app.py
deactivate
Created by