Skip to content

Latest commit

 

History

History
62 lines (43 loc) · 1.79 KB

README.md

File metadata and controls

62 lines (43 loc) · 1.79 KB

This Project gives you an overall idea for Forecasting Mutual Funds.

Python Dependencies License

Introduction

  • Project performs forecasting by using different Time Series algorithms.
  • This gives you an overall idea about how each algorithm forecast same mutual fund.
  • Performs Next 30 days forecasting.

Installation

Clone this repository and install the requirements.

Pre-Requisite

Project required Mutual fund scheme code, here you can get those.

Steps to Run from Terminal

  1. Direct to cloned repository path in CMD or Terminal
  2. Run main.py
  >>D:\Forecasting_Mutual_Funds> python main.py
  1. Enter Mutual Fund Scheme code you want to Forecast
  >>Enter the MF Scheme code:- MF code
  1. Wait a minute to get the result as

Steps to Run as Web App

  1. Direct to cloned repository path and Run app.py
  2. Navigate to http://localhost:5000/
  3. Enter Scheme code, select Algorithm and click View

Disclaimer

This project gives an idea about MF forecasting and should not be considered as investment advice.

Crypto Prediction

Prediction of Cryptocurrencies in Indian Rupees here