Skip to content

A neural network that predicts whether a photo originates from Interpol or LinkedIn, inspired by the game linkedin-or-interpol.com

License

Notifications You must be signed in to change notification settings

abgache/linkterpol.ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linkterpol.ai

Python
PyTorch
License

Version: 1.2.1

A neural network that predicts whether a photo comes from Interpol or LinkedIn, inspired by the online game linkedin-or-interpol.com.


Features

  • Automatic photo source prediction: Interpol vs LinkedIn.
  • GPU-accelerated training using CUDA.
  • Lightweight and easy to run locally.

Installation

Clone the repo and install dependencies:

git clone https://github.com/abgache/linkterpol.ai.git  
cd linkterpol.ai  
pip install -r requirements.txt

Optional: For GPU support, make sure you have CUDA installed and compatible PyTorch version:

pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121

Usage

Training

python main.py --train --cuda

Prediction

python main.py --predict --image path_to_image.jpg --cuda

Notes

  • Ensure you have a compatible GPU and CUDA installed for faster training.
  • This project is in active development; updates may come frequently.
  • Contributions are welcome! Open issues or pull requests to help improve the model.

About

A neural network that predicts whether a photo originates from Interpol or LinkedIn, inspired by the game linkedin-or-interpol.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages