
Stock Market Prediction Web App based on Machine Learning and Sentiment Analysis of Tweets (API keys included in code). The front end of the Web App is based on Flask and Wordpress. The App forecasts stock prices of the next seven days for any given stock under NASDAQ or NSE as input by the user....
The Stock Market Prediction Web App harnesses the power of Machine Learning and sentiment analysis to provide users with insightful predictions about stock prices. By integrating data from popular social media platforms and utilizing complex algorithms, this web application aims to assist both novice and seasoned investors in making informed decisions regarding their investments in stocks listed on NASDAQ or NSE. The project effectively combines the front-end technologies of Flask and WordPress to create a user-friendly interface.
This innovative app allows users to input stock symbols and receive forecasts for the next seven days, all while considering market sentiment derived from social media tweets. With robust features and a flexible backend, this app not only caters to the needs of users but also empowers administrators to manage the system effectively.

Flask is a lightweight and popular web framework for Python, known for its simplicity and flexibility. It is widely used to build web applications, providing a minimalistic approach to web development with features like routing, templates, and support for extensions.