Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Soqoro/BC3415-HW1

Repository files navigation

DBS Share Price Prediction App

This project is a web application built with Flask that predicts future DBS share prices based on the SGD to USD exchange rate using a pre-trained linear regression model.

Setup

  • Follow these steps to set up and run the application locally:
  1. Create a Virtual Environment:
  • Before running the application, create a virtual environment to manage dependencies: python -m venv venv
  1. Activate the Virtual Environment:

    • On Windows: .\venv\Scripts\activate
    • On Mac/Linux: source venv/bin/activate
  2. Install Required Packages: pip install -r requirements.txt

  3. Run the Python Model Script: - This script will create the linear regression model and save it for use by the Flask app: python model.py

  4. Run the Flask Application: - Start the Flask web server: python app.py

  5. Access the Application:

Links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published