Skip to content

Commit 5aa9458

Browse files
authored
Add files via upload
1 parent 7166b70 commit 5aa9458

5 files changed

Lines changed: 1235 additions & 1235 deletions

File tree

README.md

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
1-
# 🧠 AI Smart Duplicate Finder
2-
3-
[![Python](https://img.shields.io/badge/Python-3.9+-blue.svg)](https://python.org)
4-
[![Flask](https://img.shields.io/badge/Flask-2.3.3-red.svg)](https://flask.palletsprojects.com)
5-
[![PyTorch](https://img.shields.io/badge/PyTorch-2.1.2-orange.svg)](https://pytorch.org)
6-
[![License](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)
7-
8-
An intelligent duplicate file detection system powered by Deep Learning that finds both exact copies and visually similar images using vector embeddings.
9-
10-
## ✨ Features
11-
12-
- 🧠 **AI-Powered Detection**: Uses MobileNet for images & TF-IDF for text
13-
- 🔍 **Smart Thresholds**:
14-
- ≥95% similarity = Exact Duplicate
15-
- 80-95% similarity = Near Duplicate
16-
- 🗑️ **Safe Deletion**: Files go to Recycle Bin (not permanently deleted)
17-
- 📊 **Beautiful Dashboard**: Real-time stats and visual clustering
18-
- 📁 **Multi-format Support**: Images (JPG, PNG, GIF) & Documents (TXT, PDF, DOC)
19-
20-
## 🚀 Quick Start
21-
22-
```bash
23-
# Clone repository
24-
git clone https://github.com/YOUR_USERNAME/AI-Smart-Duplicate-Finder.git
25-
cd AI-Smart-Duplicate-Finder
26-
27-
# Create virtual environment
28-
python -m venv venv
29-
30-
# Activate it
31-
# Windows:
32-
venv\Scripts\activate
33-
# Mac/Linux:
34-
source venv/bin/activate
35-
36-
# Install dependencies
37-
pip install -r requirements.txt
38-
39-
# Run the app
40-
python run.py
41-
42-
# Open browser
1+
# 🧠 AI Smart Duplicate Finder
2+
3+
[![Python](https://img.shields.io/badge/Python-3.9+-blue.svg)](https://python.org)
4+
[![Flask](https://img.shields.io/badge/Flask-2.3.3-red.svg)](https://flask.palletsprojects.com)
5+
[![PyTorch](https://img.shields.io/badge/PyTorch-2.1.2-orange.svg)](https://pytorch.org)
6+
[![License](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)
7+
8+
An intelligent duplicate file detection system powered by Deep Learning that finds both exact copies and visually similar images using vector embeddings.
9+
10+
## ✨ Features
11+
12+
- 🧠 **AI-Powered Detection**: Uses MobileNet for images & TF-IDF for text
13+
- 🔍 **Smart Thresholds**:
14+
- ≥95% similarity = Exact Duplicate
15+
- 80-95% similarity = Near Duplicate
16+
- 🗑️ **Safe Deletion**: Files go to Recycle Bin (not permanently deleted)
17+
- 📊 **Beautiful Dashboard**: Real-time stats and visual clustering
18+
- 📁 **Multi-format Support**: Images (JPG, PNG, GIF) & Documents (TXT, PDF, DOC)
19+
20+
## 🚀 Quick Start
21+
22+
```bash
23+
# Clone repository
24+
git clone https://github.com/YOUR_USERNAME/AI-Smart-Duplicate-Finder.git
25+
cd AI-Smart-Duplicate-Finder
26+
27+
# Create virtual environment
28+
python -m venv venv
29+
30+
# Activate it
31+
# Windows:
32+
venv\Scripts\activate
33+
# Mac/Linux:
34+
source venv/bin/activate
35+
36+
# Install dependencies
37+
pip install -r requirements.txt
38+
39+
# Run the app
40+
python run.py
41+
42+
# Open browser
4343
http://localhost:5000

0 commit comments

Comments
 (0)