Skip to content

gc5232978/oil-sentiment-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oil-sentiment-api

Example API for the oil-sentiment repo using FastAPI.

Description

This project shows how to setup a simple API:

Getting Started

Dependencies

  • fastapi

Installing

git clone https://github.com/gc5232978/oil-sentiment-api.git
cd oil-sentiment-api
poetry install

Starting Local Server

uvicorn main:app --host 0.0.0.0 --port 8000

Make a request to the API

curl http://localhost:8000/

About

Example API for the oil-sentiment repo using FastAPI.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages