You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
497 B
Markdown
24 lines
497 B
Markdown
4 weeks ago
|
## Installation
|
||
|
|
||
|
MinerU(>=0.8.0)
|
||
|
> If you already have a functioning MinerU environment, you can skip this step.
|
||
|
>
|
||
|
[Deploy in CPU environment](https://github.com/opendatalab/MinerU?tab=readme-ov-file#quick-cpu-demo)
|
||
|
|
||
|
[Deploy in GPU environment](https://github.com/opendatalab/MinerU?tab=readme-ov-file#using-gpu)
|
||
|
|
||
|
Third-party Software
|
||
|
|
||
|
```bash
|
||
|
pip install gradio gradio-pdf
|
||
|
```
|
||
|
|
||
|
## Start Gradio App
|
||
|
|
||
|
```bash
|
||
|
python app.py
|
||
|
```
|
||
|
|
||
|
## Use Gradio App
|
||
|
|
||
|
Access http://127.0.0.1:7860 in your web browser
|