Skip to content

Latest commit

History

History
40 lines (29 loc) 路 1.56 KB

File metadata and controls

40 lines (29 loc) 路 1.56 KB

Graphify

Graphify is a simple tool 馃敤 for visualizing 馃挕 and analyzing information 馃搱 for applications such as Machine Learning and Deep Learning.

It is critical to understand the link between every attribute and another attribute or target when developing a model to predict or categorize anything given a number of features contained in a dataset. With a single click, you can plot all of the graphs between each feature.

Graphify is constructed with Python 馃悕 and its associated libraries. The front end聽is built with CustomKinter, and the graphs are created with Matplotlib 馃搱.

Installation

To run Graphify you must have Python and Git installed in your local machine. Use the package manager pip to install Libraries.

At first, open your GitBash and run the following command

git clone https://github.com/mdrehan369/Graphify.git

Then open the terminal and go to the cloned directory

cd ./Graphify/

Then open the terminal and install the required packages by the following command

pip install -r requirements.txt

Finally just run it by the following command

python app.py

Usage

After running it, just give the dataset and it will automatically detect features and you are good to go.

Contribute

You can contribute for the repository - create a pull request after making changes or can drop the issue by creating a new issue. It would be helpful for the community.

License

MIT