Skip to content

mdrehan369/Graphify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages