Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Guyao146 committed May 10, 2024
2 parents 264eaae + 3c4893c commit 6c79dd6
Showing 1 changed file with 5 additions and 40 deletions.
45 changes: 5 additions & 40 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
请注意!此仓库为克隆仓库,主仓库为 https://github.com/fslongjin/TextRecogn
# 请注意!此仓库为顾瑶版克隆仓库,主仓库为 https://github.com/fslongjin/TextRecogn

# TextRecogn
Uncovering AIGC Texts with Machine Learning
# TextRecogn顾瑶版
为你检测AI创作的痕迹

## 在线体验

Expand All @@ -11,43 +11,8 @@ Uncovering AIGC Texts with Machine Learning

为保护数据隐私,使用在线版的时候,请务必设置复杂的下载密码!

## How to download all resources?

1. Install git lfs
2. Clone this repo.

## How to run?

### 1. Build docker image

If you want to build image yourself, following the scripts:

```shell
docker build -t loooongjin/text_recogn:ernie3-nano .
```

Or you can pull the docker image:

```shell
docker pull loooongjin/text_recogn:ernie3-nano
```


### 2. Run!


```shell
docker run --rm -it -p 8000:8000 loooongjin/text_recogn:ernie3-nano
```

### 3. Check!

Put all `docx` files in `./input` , then:

```shell
python check.py
```

## 如何使用
暂未完工,完工后提供下载

## AD: DragonOS龙操作系统

Expand Down

0 comments on commit 6c79dd6

Please sign in to comment.