Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 583 Bytes

File metadata and controls

24 lines (18 loc) · 583 Bytes

📸 PhotoLab - Computer Vision API & UI

Application Fullstack de gestion et traitement d'images. version C++

🚀 Structure du projet

  • Backend: FastAPI, Pillow, OpenCV, Python, C++
  • Frontend: React (Vite) & Axios

🛠 Installation

Backend

  1. cd backend
  2. pip install -r requirements.txt
  3. uvicorn main:app --reload

Frontend

  1. cd frontend
  2. npm install
  3. npm run dev

🧪 Fonctionnalités

  • Upload d'images avec validation du type.
  • Traitement asynchrone (Grayscale, Rotation).
  • Suppression physique des fichiers sur le serveur.