A ML model implementation on how to train a model on existing Index data and try to predict the future value of the Index.
This repository contains the following apps:
index_prediction_app
- Made on flask and can be used to predict the future value of IXIC and NSE indices.streamlit_stock_app
- Made using Streamlit and uses LSTM and Prophet for stock/index predictions.fin_dashboard
- The latest iteration of the app, contains many useful features for comparisons, predictions and chart visualization.
All 3 apps are deployable as containers using the provided dockerfile in their respective directory and can also orchestrated using kustomize on any k8s cluster. The directory also contains the YAML files for the deployment.
For deployment instructions refer to the documentation inside each app directory.
Visit my Medium account to read detailed blogs for the work done here - Medium-Navin Chandra
To see a video demonstration of this project refer this Video or the official presentation uploaded to openSUSE youtube channel.
Read the getting started guide on the SUSE documentation page.
This project was done during Google Summer of Code 2022 and was mentored by Bryan Gartner, Brian Fromme, Ann Davis and Terry Smith.
Organization - openSUSE
GSoC Project - Analytics Edge Ecosystem Workloads