Skip to content

FastAPI simpe Project for To learn Deplyment on AWS EC2 inatance

Notifications You must be signed in to change notification settings

ganeshborkar31/FastAPI-deployment-on-awsec2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Survival Prediction Web Application

This project is a simple web application built using FastAPI for the backend and basic HTML, CSS, and JavaScript for the frontend. The application predicts whether a person would survive based on their age and sex.

Features

  • Backend: A FastAPI server that processes the input data and returns a prediction.
  • Frontend: A user-friendly interface to input age and sex, and view the survival prediction.
  • CORS: Configured to handle cross-origin requests.

Project Structure

my_fastapi_project/
├── app/
│   ├── main.py                # FastAPI backend code
│   └── static/
│       ├── index.html         # Frontend HTML file
│       └── (other static files like CSS and JS if any)
├── requirements.txt           # Python dependencies
└── README.md                  # Project documentation

Releases

No releases published

Packages

No packages published