fake_logo_detect / README.md
NsManick's picture
Upload 3 files
aab1ef1 verified
# Fake Logo Detector
A Python Flask application that helps detect counterfeit logos using image analysis techniques.
## Features
- Upload images to check if a logo is authentic or counterfeit
- View detailed analysis with confidence scores
- Browse historical scans in the dashboard
- View statistics about detected logos
## Installation
1. Clone this repository
2. Install dependencies:
```
pip install -r requirements.txt
```
3. Run the application:
```
python app.py
```
4. Open your browser and navigate to http://127.0.0.1:5000
## Usage
1. Upload a logo image using the interface
2. Wait for the analysis to complete
3. View the results showing whether the logo is real or fake
4. Check the dashboard for historical data and statistics
## Technologies Used
- Python with Flask
- HTML/CSS/JavaScript
- Chart.js for data visualization
## Note
This is a demonstration application. In a production environment, this would be integrated with actual machine learning models trained on authentic logo datasets.