Skip to content

jakep72/MLPlatform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MLPlatform

Tkinter based UI for data exploration, cleaning, and modelling.

Installation

Tested on Windows 11 Only

Create and activate a new virtual environment

python -m venv <your_env_name>
cd <your_env_name>
Scripts\activate

Clone the repo and navigate to the module

git clone https://github.com/jakep72/MLPlatform.git
cd MLPlatform

Install requirements

pip install -r requirements.txt

Usage

Navigate to the app.py file to open the UI

cd app\app.py

Run the file

python app.py

Follow along with the video clip below to train a neural network using toy data located in the example folder.

NN_Example.mp4



About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published