riyazahuja / SIER

SIER: Transparent, accurate, and accessible AI stock prediction
2 stars 0 forks source link

SIER

Introduction

Welcome to SIER, a cutting-edge platform designed to revolutionize the way individuals and small institutions engage with the financial markets. Utilizing advanced AI and machine learning techniques, SIER aims to provide personalized, accurate, and intuitive financial forecasting and portfolio management.

Project Goals

SIER aims to:

Overview

SIER is a cutting-edge stock prediction system that utilizes an attention-based seq2seq LSTM model with LIME to offer transparent and understandable investment predictions. This system is designed to provide users with highly accurate short to medium term financial forecasts, aiding in more informed investment decisions.

Features

Installation

Usage

Evaluating Predictions

To evaluate the stock predictions, run:

    python models/evaluation/predict.py <TICKER> <Forecast Horizon> <Window Size>

Running the Web Application

To launch the full Django website:

    python manage.py runserver

Directory Structure

Outlined below is the key directory structure of the SIER project: