File size: 710 Bytes
39fc5c4
d9d2139
19f7005
 
 
39fc5c4
 
 
 
 
 
 
3416608
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
29
---
title: NRTK-Gradio
emoji: 📷
colorFrom: blue
colorTo: green
sdk: gradio
sdk_version: 4.13.0
app_file: app.py
pinned: false
license: apache-2.0
---

# NRTK-Gradio

For `gradio` configuration, check out the configuration reference at
https://huggingface.co/docs/hub/spaces-config-reference

To run locally, clone repository and install `gradio>=4.0.0` and `requirements.txt` in a Python>=3.8 environment. Run
`python app.py` to launch the app. For development purposes, it may be helpful to instead run `gradio app.py` to launch
the app in hot reload mode.

```bash
pip install "gradio>=4.0.0"
pip install -r requirements.txt
python app.py
```

[Check out NRTK on GitHub!](https://github.com/Kitware/nrtk)