Coder Social home page Coder Social logo

career-accelerator-lp6-fast-api's Introduction

πŸ“š SUMMARY TABLE πŸ“š

Project's Name Article Link Deployment Link
1 -Embedding a Machine Learning Model into a Web Application (https://medium.com/@richard.fiagbeati/application-for-predicting-sepsis-using-fastapi-ed1e90b43288) (https://ausbel-sepsis-prediction-app-fastapi-1.hf.space/docs#/default/predict_sepsis_predict)

Sepsis Prediction APP using FASTAPI ✨

πŸ“š Description

The project’s aim is to incorporate a proficiently trained machine learning model into our Sepsis Prediction Application. This will be achieved through the utilization of FastAPI and Docker documentation to seamlessly integrate the model.

πŸ“– Table of Contents

  • Installation
  • Usage
  • Acknowledgement
  • contact
  • Authors

πŸ”§ 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


title: Sepsis Prediction App FastAPI 1 emoji: πŸ’» colorFrom: green colorTo: indigo sdk: docker pinned: false

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference

✨ Acknowledgments

I would like to express my 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 me at [email protected].

πŸ‘₯ Authors

This project is developed and maintained by: Richard Ausbel Fiagbeati

career-accelerator-lp6-fast-api's People

Contributors

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