Skip to content

EEdosa/OOTD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧥 FitCheck – Real-Time Clothing Detection App

Open Wardrobe is a Flask + TensorFlow web application that detects clothing items in real time using your webcam.
It uses a pretrained CNN model (.keras) to classify clothing types and integrates both Flask (Python backend) and Node.js (optional backend services).

PLEASE RUN ON YOUR LOCAL HOST ....NOT CODESPACES DOES ALLOW OPENCV

🚀 Features

  • Real-time webcam clothing detection
  • Flask backend for image processing and TensorFlow inference
  • Node.js backend (optional) for authentication and other APIs
  • Text-to-speech feedback using pyttsx3
  • Clean and responsive UI with Start/Stop live detection controls

🧩 Dependencies

🐍 Java Packages

Install with:

npm i express dotenv mongoose jsonwebtoken stripe cloudinary cookie-parser bcryptjs ioredis
npm i nodemon -D

🐍 Python Packages

Install with:

pip install flask flask-cors tensorflow opencv-python numpy pyttsx3
sudo apt-get update
sudo apt-get install -y libgl1 libglib2.0-0
git lfs install
git lfs pull
---
Run using
python app.py
npm run dev
---
PLEASE RUN ON YOUR LOCAL HOST ....NOT CODESPACES
DOES NOT ALLOW OPENCV

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors