Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 1.28 KB

README.md

File metadata and controls

27 lines (24 loc) · 1.28 KB

finance-bot

This is financial Advisory Intelligence, an website which shows how a ML model traded on real Stock data. For the ML model we use a Deep Q Reinforcement Learning Model based on this github repo. To try it out, check out our Train_model jupyter notebook.

Features:

  • User account sign up, sign in, password reset.
  • Form generation.
  • HTML macros and layout file.
  • Python 3.x compliant.
  • One time Stripe payment (pay for one month)
  • Flask backend.
  • Loading Keras(tensorflow) model.
  • Prediction on real time fetched data of yahoo-finance.
  • If not subscribed, only return 10 day old data
  • Add Flutter app (check out this Readme)
  • Reset password via email.
  • Add Stripe dual Authentication(needed for Europe).
  • Add Stripe monthly subscription.
  • Optimization of Reinforcement model.
  • The return of investment is not real(add update function).

How it looks:

find out what we are doing now: Trello