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.
- 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
To run this project, ensure you have the following installed:
- Python 3.x
- Dash
- Pandas
- Plotly
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.txtRun the application with:
python app.pyThen open your browser and navigate to http://127.0.0.1:8050/.
.
├── 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
Feel free to fork this repository, submit issues, or open pull requests.
This project is licensed under the MIT License.
For any questions or feedback, reach out via GitHub Issues or email mohanpratima786@gmail.com.