Skip to content

Image CNN made for the Advanced Signal Processing Laboratory course, in Tampere University of Technology (TUT).

Notifications You must be signed in to change notification settings

asik03/tut-ImageRecognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Image Recognition

Environment set up with conda

Launch conda promt, create a new enviroment and install all the dependencies.

conda update conda
conda update --all
conda create -n tensorflow pip python=3.6
conda activate tensorflow
pip install -r requirements.txt

Directories description

About

Image CNN made for the Advanced Signal Processing Laboratory course, in Tampere University of Technology (TUT).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages