Skip to content

This is a simple GUI developed using Tkinter library.

Notifications You must be signed in to change notification settings

albertwa01/Stock_market_GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Hello and Welcome !.

The aim of this project is to provide users help to avoid losses and invest wisely.This project has been developed as a POC.

  • A brief explaination about the methodlogy used:-

    • The model has been trained on the publically available stock price data of Banks .
    • The model uses Linear regression to predict the Highest and Lowest Price of the stock.
    • After the data is collected, the data is then pre-processed for the model.
    • The model then predicts the outcome as an arrray of two elements which are numerical values.
  • Task performed:- The classical Machine Learning task like data exploration,feature engineering,model buiding, model testing,Hyperparameters tuning etc.

  • Deployment:- The model has been deployed locally using Tkinter as GUI for Desktop App while MySQL is used as databse to store the predicted values .

  • Model:- Model used here is Linear Regression.

  • Accuracy:- The model has a r2 score close to 90.00%. -IDE:- Spyder

  • Demo Video:-

  • Untitled.1.mp4