Skip to content

Latest commit

 

History

History
77 lines (49 loc) · 2.24 KB

File metadata and controls

77 lines (49 loc) · 2.24 KB

DataMorph - GUI Based Machine Learning app

Languages Contributors Size Issues

About The Project

Capture

The DataMorph web-application provides a GUI(Graphical User Interface) platform in which peoples who are data science enthusiasts can apply data cleaning methods on their datasets and perform machine learning techniques. The Data Morph also involves image cleaning and image pre-processing as well.

(back to top)

Built With

(back to top)

Getting Started

Prerequisites

Make sure that you have the following:

  • Python 3.10 or higher and pip (which comes with Python 3+)
  • flask
  • An environment to work in - something like Jupyter or Spyder

Installation :

  1. Clone the repo

    git clone https://github.com/meetgajjarx07/DataMorph-Preparing-AI-Ready-Datasets
  2. Install Python packages

     pip install -r requirements.txt
  3. Run App File

     python run.py

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)