Skip to content

luharinos/DM-miniproject

 
 

Repository files navigation

DataMining Mini project

made-with-python

Description

This is a webapp to predict customer ads pull, developed as a part of course Data Mining.

The webapp predicts, if a customer would purchase the product with refernce to the advertisement, based on:

  • Gender
  • Age
  • Estimated Salary

The predictor is based on the following algorithms:

  1. Random Forest
  2. Naive Bayes
  3. Decision Tree
  4. K-Nearest Neighbors

Installation

Clone the repository to install the source code.

git clone https://github.com/jigarWala/DM-miniproject.git
cd DM-miniproject

Then, install the requirements via package manager pip.

pip install -r requirements.txt

Execution

Run the Server

python3 routes.py

Type localhost:8000 in the browsers' address bar.

Contributers


Jigar Wala

Arvind Ganesh

Rahul Soni

Onkar Pande

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 76.5%
  • Python 13.0%
  • CSS 9.4%
  • JavaScript 1.1%