Giter Site home page Giter Site logo

custchurnanalysis-website's Introduction

CustChurnAnalysis-Website

This is a simple website to perform Cust Churn Analysis.

TODO

  1. Add remove csv file feature
  2. Add the prediction model and display results
  3. Complete this README.md
  4. Change the Website flowchart to reflect actual website. (Minor changes required)

Overview

What is Customer Churn Analysis?

What this website offers?

Tools and Skills Used

My Skills

Website flowchart

Website flow

Database Schema

ER-Diagram

Basic Idea:

We have two entities namely user and files. We will store the file on the server (file handling) rather than in the database. In the database (sqlite) we will store where the file stored on the server and it was uploaded by which user. The file metadata can be used to tell more about the file that can be used to select a few files from the existing for analysis.

Deploy the server

First clone this repository and move into the cloned directory. Execute the following commands in the directory of your choice.

git clone https://github.com/PechimuthuMithil/CustChurnAnalysis-Website.git
cd CustChurnAnalysis-Website

Install all requirements

To instll the requirements run the following command

pip install -r requirements.txt

Setup Database

To set up the database, run the following command

path/to/python database_setup.py

Run the Flask Application

Run the flask application however necessary. I created a venv and did the following

export FLASK_APP=app.py
flask run

Note:

The dummy.csv is a dummy csv file that you can use to test upload.

Execution Demo

Add screenshots here and explain how a potential user might navigate through the whole website.

The Churn Engine

Explain the machine learning model being used here. I called it the The Churn Engine just because it sounded cool.

Contributors

  1. Sample Contributor Email
  2. Complications that's why sample

custchurnanalysis-website's People

Contributors

pechimuthumithil avatar

Stargazers

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