Tkinter based UI for data exploration, cleaning, and modelling.
python -m venv <your_env_name>
cd <your_env_name>
Scripts\activate
git clone https://github.com/jakep72/MLPlatform.git
cd MLPlatform
pip install -r requirements.txt
cd app\app.py
python app.py
Follow along with the video clip below to train a neural network using toy data located in the example folder.