Identify art with Classification AI Model to detect if it's cubism art or impressionist art or other
Exemple of usage:
Training of 2 models on Teachable Machine link
The first model: /typeOfArt -> of image classification trained with 3 classes (Cubisme, Impressionime and Autre)
The second model: /wichArtist of image classification trained with 9 classes (Picasso, Juan Gris, Georges Braque, Monet, August renoir, Paul Cezanne, Art abstrait, Fauvisme, Art Pop)
Need to have python-3.* version
Clone the repo on your local path
git clone https://github.com/Nic0ooo/ArtIdentificator.gitGo to the folder of the app
cd ArtIdentificatorInstall required dependencies with:
pip install -r requirements.txtLaunch the interface: Execute the main.py
python main.pyUpload image or drag and drop, detect and let's see if it's cubism art or impressionist art, or other type of art
