rafapi / fastapi-prophet

Stock Market predictions with Prophet and FastAPI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stock Market predictions with Prophet and FastAPI

Coverage Python 3.7 3.8 3.9

Train prophet models and run stock market predictions for a given ticker

Details

Actions

  • Train the model for a ticker
  • Check the weekly prediction for a previously trained ticker
  • Check the weekly prediction for all the trained tickers

CRUD

  • Create prediction for that ticker
  • Read results for all tickers or for individual ones
  • Updating the info for a ticker should be done by creating a new one due to its time-sensitiveness
  • Delete a specific ticker

Future additions

  • Authentication
  • Extra information fields based on third-party content
  • Add plots and images if available from source
  • Input training timeframe
  • User Interface

About

Stock Market predictions with Prophet and FastAPI

License:MIT License


Languages

Language:Python 84.4%Language:Dockerfile 8.9%Language:Shell 6.7%