Project Under Construction
Authors
Aswin Lal M
Bhavagath Mohan
Hashir P Anwer
The proposed mini project aims to develop a system that can detect fake or plagiarized logos using a reverse image search approach. The system will compare the given logo with a database of authentic logos to find the best match. The similarity between the logos will be determined using similarity metrics such as cosine similarity or mean squared error.The system will flag the given logo as fake or plagiarized if the level of similarity with any of the logos in the database is above a certain threshold, such as 90%.The developed system will be useful for companies and organizations to protect their brand identity and intellectual property rights by detecting unauthorized use of their logos.
- Pretrained ImageNetV2 Model
- Perceptual Hashing
- Siamese Image Similarity
- Large Logo Dataset
- Creating a virtualenv
pip install virtualenv virtualenv venv
- Activating Virtualenv
./venv/Scripts/activate
- Installing requirements
pip install -r requirements.txt
- Vivek Tanniru,Tathagata Bhattacharya “Online Fake Logo Detection System”- 2023
- I Gede Susrama Mas Diyasa,Alfath Daryl Alhajir,Amir Muhammad Hakim,Moh. Fathur Rohman “Reverse Image Search Analysis Based on Pre-Trained Convolutional Neural Network Model”,2020 Information Technology International Seminar (ITIS)
- Alexander Sage, Eirikur Agustsson, Radu Timofte, Luc Van Gool “Logo Synthesis and Manipulation with Clustered Generative Adversarial Networks”,
- Pratamamia Agung Prihatmaja, Reverse Image Search Using Pre Trained Deep Learning Model, Read the blog