https://github.com/etesam913/titanic-api-example
https://github.com/etesam913/titanic-api-example
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/etesam913/titanic-api-example
- Owner: Etesam913
- Created: 2024-01-08T00:15:41.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-10T05:05:29.000Z (almost 2 years ago)
- Last Synced: 2025-02-09T15:15:23.342Z (8 months ago)
- Language: Python
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Usage
- Run the server
```bash
uvicorn main:app --reload
```- To load the data from the csv make a post request to the `/uploadcsv` endpoint with the `titanic.csv` data in the request