Giter Club home page Giter Club logo

building-machine-learning-applications-with-gradio's Introduction

Building Machine Learning Applications With Gradio โœจ

๐Ÿ“š Description

Welcome to Building Machine Learning Applications With Gradio! This project is designed to embed a machine learning file into an app for users. It's uses a previously trained Logistic Regression model for customer churn prediction.

๐Ÿ“– Table of Contents

  • Installation
  • Usage
  • Authors
  • Acknowledgement
  • contact

๐Ÿ”ง Installation

To get started , follow these installation steps:

# setup the environment on windows by running the following code.
python -m venv venv; venv\Scripts\activate; python -m pip install -q --upgrade pip; python -m pip install -r requirements.txt  

#On Linux
python3 -m venv venv; source venv/bin/activate; python -m pip install -q --upgrade pip; python -m pip install -r requirements.txt 

The Two commands are of the same structure 1.Activate the python environment 2.Upgrade pip to it current version 3.install the requirements located in requirements.txt: You should be at the root of your env

๐Ÿš€ Usage

To see how the app works, follow these instructions: 1.After setting up enviroment,activatig the environment, and installing requirments,type

py src/App.py #in the terminal

This will open the App in your browser

Sample user interface

UI output

NB: The machine learning file is stored as pipe.pkl which conatains a pipeline of data transforms up to the regression model

๐Ÿ‘ฅ Authors

This project is developed and maintained by:

  • Sylvester Junior Ampomah
  • Jacob Jaroya ๐Ÿš€
  • Kinsley Yaw Asiedu โญ๏ธ
  • Felix kiprotich ๐Ÿ’ก Feel free to reach out to us with any questions or feedback!

โœจ Acknowledgments

We would like to express our gratitude to The Azubi Africa team for their valuable contributions to this project.

๐Ÿ“ž Contact

For any questions, concerns, or suggestions regarding this project, please contact us at [email protected].

building-machine-learning-applications-with-gradio's People

Contributors

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