File size: 570 Bytes
7919f72
 
 
 
 
eb80a87
5e5b00f
7919f72
 
013b84b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
title: Clicker for getting points
python_version: "3.11"
app_file: app.py
pinned: false
sdk: gradio
sdk_version: "6.9.0"
---

# App for getting points from a geographic map - lots of manual clicking

## First clone the repository

In terminal, where you would like the clicker folder to be written

```bash
git clone git@github.com:ebanek/clicker.git
```

## Running

In the root of the repository (which contains app.py), run the following:
You need to have [uv installed](https://docs.astral.sh/uv/getting-started/installation/).

```bash
uv run gradio app.py
```