Skip to content

A GUI python app using "Tkinter" and ''keras" that demonstrate some of the magic of machine learning!

Notifications You must be signed in to change notification settings

uni-kod/machine_learning_gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About:

This is a test GUI application that uses the python module "Tkinter" for the GUI code and "keras" for the machine learning and prediction code.

Screenshots:

drawing{ width=50% }

Install requirements:

Create a virtual python environment:

sudo apt install python3-pip python3-venv python3 -m venv python_venv

Activate the created virtual environment:

source ./python_venv/bin/activate

Install all required python packages:

pip install --requirement ./requirements.txt

Run the application:

python3 ./tk_gui.py

About

A GUI python app using "Tkinter" and ''keras" that demonstrate some of the magic of machine learning!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages