Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🧠 AI Smart Duplicate Finder

Python Flask PyTorch License

An intelligent duplicate file detection system powered by Deep Learning that finds both exact copies and visually similar images using vector embeddings.

✨ Features

  • 🧠 AI-Powered Detection: Uses MobileNet for images & TF-IDF for text
  • πŸ” Smart Thresholds:
    • β‰₯95% similarity = Exact Duplicate
    • 80-95% similarity = Near Duplicate
  • πŸ—‘οΈ Safe Deletion: Files go to Recycle Bin (not permanently deleted)
  • πŸ“Š Beautiful Dashboard: Real-time stats and visual clustering
  • πŸ“ Multi-format Support: Images (JPG, PNG, GIF) & Documents (TXT, PDF, DOC)

πŸš€ Quick Start

# Clone repository
git clone https://github.com/YOUR_USERNAME/AI-Smart-Duplicate-Finder.git
cd AI-Smart-Duplicate-Finder

# Create virtual environment
python -m venv venv

# Activate it
# Windows:
venv\Scripts\activate
# Mac/Linux:
source venv/bin/activate

# Install dependencies
pip install -r requirements.txt

# Run the app
python run.py

# Open browser
http://localhost:5000

About

🧠 AI-powered duplicate finder that THINKS like a human. Uses deep learning to find exact copies AND visually similar images others miss. Clean up 60% wasted storage in clicks. Web dashboard, real-time stats, smart keep-best algorithm. Perfect for photos, docs & media. πŸš€

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages