Skip to content

Commit 3f033f1

Browse files
committed
2 parents 9b28c51 + e137d25 commit 3f033f1

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77
<h1 align="center">MetriCalc</h1>
88
<p align="center"><em>(Born4Flight | FlyCamCzech)</em></p>
99

10+
<p align="center">
11+
<a href="https://ibb.co/hJVjrB4j">
12+
<img src="https://i.ibb.co/nNjv47Yv/Metri-Calc.png" alt="UAV AreaCalc Metri-Calc Interface" width="50%"/>
13+
</a>
14+
</p>
15+
16+
1017
## Overview
1118
MetriCalc is a clean, efficient tool designed to calculate key statistical metrics from confusion matrices exported from ArcGIS Pro or other platforms. With support for single and batch processing, multi-language output, and polished export to Excel, MetriCalc is ideal for rapid performance evaluation in classification tasks.
1219

@@ -60,12 +67,17 @@ MetriCalc is a clean, efficient tool designed to calculate key statistical metri
6067

6168
---
6269

63-
## 🚀 Installation
70+
## 🚀 Quick Start
6471

6572
```bash
73+
# Clone the repository
6674
git clone https://github.com/Jakub-Espandr/MetriCalc.git
6775
cd MetriCalc
76+
77+
# Install dependencies
6878
pip install -r requirements.txt
79+
80+
# Run the application
6981
python main.py
7082
```
7183

0 commit comments

Comments
 (0)