Skip to content

mistimohan/EHDashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EHDashboard

Cold Test Analysis Dashboard

This repository contains a Dash web application for visualizing and analyzing cold test data for engines. The dashboard provides interactive visualizations to compare different parameters, models, and test stages.

Features

  • Interactive plots for engine performance data
  • Filters for selecting models, test stages, and parameters
  • Real-time updates based on user selections
  • Export options for analyzed data

Prerequisites

To run this project, ensure you have the following installed:

  • Python 3.x
  • Dash
  • Pandas
  • Plotly

Installation

Clone the repository and install the required dependencies:

git clone https://github.com/yourusername/cold-test-analysis.git
cd cold-test-analysis
pip install -r requirements.txt

Usage

Run the application with:

python app.py

Then open your browser and navigate to http://127.0.0.1:8050/.

File Structure

.
├── app.py             # Main Dash application file
├── assets/            # Contains stylesheets and static files
├── data/              # Folder for input test data
├── requirements.txt   # List of dependencies
└── README.md          # Project documentation

Contributing

Feel free to fork this repository, submit issues, or open pull requests.

License

This project is licensed under the MIT License.

Contact

For any questions or feedback, reach out via GitHub Issues or email mohanpratima786@gmail.com.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors