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 📈.
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.gitThen 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.txtFinally just run it by the following command
python app.pyAfter running it, just give the dataset and it will automatically detect features and you are good to go.
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.