Giter Site home page Giter Site logo

siddheshk599 / classification-algorithms-computer-python3 Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 37 KB

A Python GUI project to compute the results of Data Mining Classification Algorithms: Naive Bayes & ID3 Decision Tree.

License: MIT License

TSQL 14.44% Python 85.56%
python3 tkinter-gui mysql data-mining-algorithms classification-algorithms id3-decision-tree naive-bayes

classification-algorithms-computer-python3's Introduction

Project Title:

Classification Algorithms Computer.

Getting Started:

Setting up and installing this software is ease by just installing Python3, Python3's Tkinter GUI library, Python's MySQL library and other libraries too.

Prerequisites:

Softwares needed:

  1. Python3.
  2. Python3's Tkinter GUI library.
  3. MySQL.
  4. Python3 modules: numpy, pandas, mysql.connector

Installation links of the required softwares:

  1. Python3: https://www.python.org/downloads/
  2. MySQL: https://dev.mysql.com/downloads/

Installing required softwares:

For Windows users:

  1. Download Python3 from the above given link and install it. When installing Python3, make sure that the option 'Tcl/Tk' must be checked to allow Python installer to install Python's Tkinter GUI library.

  2. Download MySQL from the official website given above.

  3. Open command prompt and then run the following commands to install the required modules:

                pip install mysql-connector pandas numpy
    

For Ubuntu/Debian users:

  1. Install Python3 by running the following command in terminal:

      sudo apt-get install python3
    

    By default, Debian, Ubuntu or any other Linux distributions come with Python pre-installed.

  2. Install MySQL and Python3 pip by running the following commands in the terminal:

      sudo apt-get install mysql-server python3-pip
    

    This will install MySQL on your system. Then you may proceed to setup MySQL credentials.

  3. Run the following command in the terminal to install the required Python modules:

      pip3 install pandas numpy mysql-connector
    

Following the above installation steps for required softwares will set up an environment to run the Library Management System without any hassles.

Running the software:

For Windows users:

  1. First import the 'database.sql' file into your MySQL database.

  2. Open your command prompt and navigate to the project's directory and run the following command:

      python3 main.py
    

    If all the required dependencies are installed, then a GUI window will open.

  3. Configure the database credentials first by entering your database username and password, database name (dataMining) and table name (naiveBayesData / id3Data).

  4. Then you may proceed to run the application normally.

For Ubuntu/Debian users:

  1. First import the 'database.sql' file into your MySQL database.

  2. Open your terminal and navigate to the project's directory and run the following command:

      python3 main.py
    

    If all the required dependencies are installed, then a GUI window will open.

  3. Configure the database credentials first by entering your database username and password, database name (dataMining) and table name (naiveBayesData / id3Data).

  4. Then you may proceed to run the application normally.

Built with:

  1. Python3 (Tkinter) - GUI for the software.
  2. MySQL - Database Management System.

Author:

      Siddhesh Kudtarkar

classification-algorithms-computer-python3's People

Contributors

siddheshk599 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.