penscola commited on
Commit
3ed9997
β€’
1 Parent(s): 4708130

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -36
README.md CHANGED
@@ -1,36 +1,8 @@
1
- # Customer Churn Prediction App with Gradio
2
- ## Introduction
3
- A Gradio-based churn prediction tool is based on a machine learning algorithm. This project is more of a quest to figure out how to integrate it into a web app with a user-friendly interface, in this case, Gradio. The goal is to create an interface that allows consumers to engage with an ML model independent of their level of expertise in machine learning.
4
-
5
- ## The Process
6
- The procedure begins with exporting the essential items from the notebook, followed by correctly designing an interface, importing the necessary objects for modeling, and then writing the code to process inputs. The procedure can be summarized as follows:
7
- - Import machine learning components into the app script.
8
- - Create an interface,
9
- - Create a function to handle inputs.
10
- - Values are passed through the interface.
11
- - Restore these values in the backend,
12
- - Apply the required processing,
13
- - To produce predictions, submit the processed values to the ML model.
14
- - Process the acquired predictions and present them on the interface.
15
-
16
- # Installation
17
- To setup and run this project you need to have Python3 installed on your system. Then you can clone this repo. At the repo's root, use the code from below which applies:
18
-
19
- - Windows:
20
-
21
- python -m venv venv; venv\Scripts\activate; python -m pip install -q --upgrade pip; python -m pip install -qr requirements.txt
22
-
23
- - How to run the application:
24
- In the Terminal type: python Churn_App.py
25
-
26
- # Screenshots
27
- | Churn_App default interface | Churn_App with output |
28
- |-----------------------------------|---------------------------------|
29
- |![Alt text](./UI_Design%26Screenshots/Default_UI.png) |![Alt text](./UI_Design%26Screenshots/UI_with_output.png) |
30
-
31
-
32
- # Author
33
- - Felix Kiprotich
34
- - https://www.linkedin.com/in/felix-kiprotich-a2ba1a1a4/
35
- - https://huggingface.co/spaces/UholoDala/Churn_Prediction
36
-
 
1
+ title: Churn Prediction
2
+ emoji: πŸŒ–
3
+ colorFrom: yellow
4
+ colorTo: red
5
+ sdk: gradio
6
+ sdk_version: 3.35.2
7
+ app_file: app.py
8
+ pinned: false