Skip to content

Latest commit

 

History

History
80 lines (56 loc) · 1.63 KB

README.md

File metadata and controls

80 lines (56 loc) · 1.63 KB

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