(This repo isn't maintained anymore, take a look at the Django/web version : https://github.com/EParisot/IC_GUI_web)
Machine Learning Images Classification in Graphical User Interface
- Take pictures
- Labelize them
- Define a Model Design
- Train your model
- Test your model
https://www.continuum.io/downloads
wget https://www.python.org/ftp/python/3.5.2/Python-3.5.2.tar.xz
tar -xvf Python-3.5.2.tar.xz
cd Python-3.5.2
./configure
make
make altinstall
git clone "https://github.com/EParisot/ImagesClassifier_GUI.git"
cd ImagesClassifier_GUI
./install_???.sh
wait for Anaconda to build environnement
./run.sh
*Windows and MACOS:
conda env remove -n IC_GUI
*Linux :
rm -rf IC_GUI