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.
-
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.

-
Graph Generation: Generate graphs and charts to understand profit trends over time.
Follow these steps to get started with the Profit-Simulator: (Make sure python and pip is installed)
- Clone the Repository:
git clone https://github.com/pramcodes/Profit-Simulator/
- install dependencies:
pip install numpy , pandas ,scipy, plotly , prophet , Flask
- Run the application:
cd webApp python Processing.py
Open your web browser and navigate to [http://127.0.0.1:5000/]
static/: Contains static files like CSS, JS, and images.templates/: Stores HTML templates used by Flask.processing.py: Main Flask application script.
Synthesis Software Technologies: This was my chosen vacation work project that I developed during the December-January vacation work season.
- You can view my presentation here Profit Simulator Journey