Ematico is a web application for visualizing blood test results. It provides an interactive and user-friendly interface to explore and analyze blood test data. It is built with Plotly and Dash.
- Interactive Visualization: Visualize blood test results using interactive components.
- Categorized Display: Display blood test results categorized by different groups.
- Responsive Design: Ensure a seamless experience on various devices.
Follow these instructions to get Ematico up and running on your local machine.
- Python 3.x
- Dash
- Dash Bootstrap Components
-
Clone the repository:
git clone https://github.com/andreaiorio/ematico.git cd ematico -
Install Poetry:
Follow the instructions on the Poetry Installation Page to install Poetry.
-
Install project dependencies:
poetry install
This will install the required dependencies specified in the
pyproject.tomlfile, including both the main and development dependencies.
-
Run the Ematico web application:
poetry run python ematico/app.py -f path/to/your/excel/file.xlsx -p 8050
-
Open your web browser and navigate to
http://127.0.0.1:8050/to view Ematico.
If you would like to contribute to Ematico, please follow the guidelines in CONTRIBUTING.md.
This project is licensed under the MIT License - see the LICENSE file for details.
For any questions or issues, please open an issue.
