This web application, developed using Dash (a Python framework) and machine learning models, allows users to input a stock code. Based on this code, the application fetches and displays stock plots. The machine learning component predicts stock prices for a specific date provided by the user.
- index_app.py contains web layout and server function. We will be referring to it as our main file.
- model.py is where we will implement a machine learning model for forecasting the stock price.
- style.css is the css file for styling the web app.
- requirements.txt is correct versions of the required Python packages to run the Python code.
Python, Dash, HTML, CSS, Scikit-learn, pandas.....
Parameter | Type | Description |
---|---|---|
api_key |
string |
Required. Your API key |