Skip to content

kunjanshah0811/FastAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

FastAPI Prediction Service

This is a simple FastAPI application that provides a prediction endpoint based on a rule-based demo model.

Installation

  1. Clone the repository:

    git clone <repository-url>
  2. Install dependencies:

    pip install fastapi uvicorn

Usage

  1. Run the FastAPI server:

    uvicorn main:app --reload
  2. Visit http://127.0.0.1:8000/predicttt in your browser or send a GET request with parameters age and sex.

Prediction Endpoint

URL

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages