Skip to content

pramcodes/Profit-Simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Profit-Simulator

Time Series Financial Data Modeling Application

Profit-Simulator is a web application designed for time series financial data modelling. It provides a user-friendly interface for analyzing and visualizing financial data, making it easier for users to gain insights into profit trends and patterns with added value-at-risk statistic.

Features

  • Upload CSV Data: Easily upload financial data in CSV format to start analyzing your profit trends. Please use the fields "Date,Profit" formatted as "yyyymmdd,float"

  • Interactive Dashboard: Visualize and interpret time series data through an intuitive and interactive dashboard. Profit Simulator dashboard

  • Graph Generation: Generate graphs and charts to understand profit trends over time.

Getting Started

Follow these steps to get started with the Profit-Simulator: (Make sure python and pip is installed)

  1. Clone the Repository:
    git clone https://github.com/pramcodes/Profit-Simulator/
    
  2. install dependencies:
    pip install numpy , pandas ,scipy, plotly , prophet , Flask
    
  3. Run the application:
    cd webApp
    python Processing.py

Open your web browser and navigate to [http://127.0.0.1:5000/]

Folder Structure

  • static/: Contains static files like CSS, JS, and images.
  • templates/: Stores HTML templates used by Flask.
  • processing.py: Main Flask application script.

Acknowledgments

  • Synthesis Software Technologies: This was my chosen vacation work project that I developed during the December-January vacation work season.

Presentation

About

Time series financial data modelling applicatin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors