Skip to content

Latest commit

 

History

History
48 lines (43 loc) · 2.05 KB

README.md

File metadata and controls

48 lines (43 loc) · 2.05 KB

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