Skip to content

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.

Notifications You must be signed in to change notification settings

DG492003/TradeAIalytics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TradeAIalytics

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.

Screenshots

  • Interface of a Website App Screenshot

  • Inputting a stock code
    App Screenshot

  • Inputting a start-date and end-date App Screenshot

  • Getting Moving Average by clicking Indicator button App Screenshot

  • Applying model.py
    SS5

🛠 Skills

Python, Dash, HTML, CSS, Scikit-learn, pandas.....

API Reference

Get all items

Here we use Financialmodelprep api to fetch the all data

Parameter Type Description
api_key string Required. Your API key

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published