coder-12356/ind-stock-analysis
0
1---2title: Ind Stock Analysis3emoji: ๐4authors:5- user: Mohsin6colorFrom: indigo7colorTo: indigo8sdk: streamlit9sdk_version: 1.35.010app_file: app.py11pinned: false12license: apache-2.013---14 15# ๐ Stock Prediction on NSE Stocks16 17Welcome to the Stock Prediction app! This application uses the Prophet forecasting model to predict future stock prices for companies listed on the NSE (National Stock Exchange of India).18 19## ๐ Features20 21- **Sentiment Analysis:** Get sentiment analysis (Positive, Negative, Neutral) based on the last available stock price and predicted price.22- **Flexible Training Period:** Choose from different training periods (1 week, 1 month, 1 year, 10 years).23- **Custom Forecast Horizon:** Predict stock prices for the next day, week, or month.24- **Performance Metrics:** Evaluate the accuracy of predictions with Mean Absolute Error (MAE), Mean Squared Error (MSE), and Root Mean Squared Error (RMSE).25 26 27## ๐ Usage28 291. **Select Ticker Symbol:** Choose a ticker symbol from the sidebar.302. **Select Training Period:** Choose the period over which the model should be trained.313. **Select Forecast Horizon:** Choose the period for which you want to predict stock prices.324. **Forecast Stock Prices:** Click the "Forecast Stock Prices" button to generate predictions.