This project is a part of EECSE 6893: Big Data Analytics coursework taught by Prof. Ching-Yung Lin.
Youtube video link: https://www.youtube.com/watch?v=vl4OyphMXmI
In this project, our team has developed an all-in-one platform that not only recommends stocks to the users using state-of-the-art forecasting models and industry standard predictions but also provides them with a complete set of tools required to make a well informed decision about investing or divesting from a stock. The platform also incorporates various stock analysis mechanisms that help users perform an in-depth research about various stocks.
Run this command in your terminal where main.py file is store
pip install -r requirements.txt
After running this commanda all the required packages will be installed. Now, to run the application in the same terminal type this commands
streamlit run main.py
We would like to thank Prof. Ching-Yung Lin and his team of teaching assistants for the resources and guidance provided to complete this project.