Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/itsjwala/datamining-miniproject

This is webapp to predict customer ads pull, It was a part of Course DataMining.
https://github.com/itsjwala/datamining-miniproject

Last synced: 25 days ago
JSON representation

This is webapp to predict customer ads pull, It was a part of Course DataMining.

Awesome Lists containing this project

README

        

# DataMining Mini project

[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/)

## 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.

```sh

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

```

Then, install the `requirements` via package manager `pip`.

```sh

pip install -r requirements.txt

```

## Execution

Run the Server

```bash

python3 routes.py

```

Type `localhost:8000` in the browsers' address bar.

## Contributers





Jigar Wala






Arvind Ganesh






Rahul Soni






Onkar Pande