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.
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
-
Clone the repo
git clone https://github.com/meetgajjarx07/DataMorph-Preparing-AI-Ready-Datasets
-
Install Python packages
pip install -r requirements.txt
-
Run App File
python run.py
Distributed under the MIT License. See LICENSE.txt
for more information.