Skip to content

Commit

Permalink
1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pony committed Jul 1, 2024
1 parent 90a5148 commit 7deef69
Show file tree
Hide file tree
Showing 16 changed files with 654 additions and 604 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Follow one of the tutorials to create a project and get your host, access_key an
* [Recognize Live Channels and Custom Content](https://docs.acrcloud.com/tutorials/recognize-tv-channels-and-custom-content)

## Install
### Linux and macOS user (x86)
### Linux and macOS

**python3 -m pip install pyacrcloud**

Expand Down
5 changes: 3 additions & 2 deletions docker_alpine/aarch64/python3/acrcloud/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/python
#!/usr/bin/python
#-*- coding: utf-8 -*-

import os,sys
import os, sys

sys.path.append(os.path.split(os.path.realpath(__file__))[0])
__version__='1.0.4'
Binary file modified docker_alpine/aarch64/python3/acrcloud/acrcloud_extr_tool.so
Binary file not shown.
243 changes: 117 additions & 126 deletions docker_alpine/aarch64/python3/acrcloud/recognizer.py

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion docker_alpine/x86-64/python3/acrcloud/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/usr/bin/python
#!/usr/bin/python
#-*- coding: utf-8 -*-

import os,sys

sys.path.append(os.path.split(os.path.realpath(__file__))[0])

__version__='1.0.4'
Binary file modified docker_alpine/x86-64/python3/acrcloud/acrcloud_extr_tool.so
Binary file not shown.
266 changes: 170 additions & 96 deletions docker_alpine/x86-64/python3/acrcloud/recognizer.py

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion linux/aws_arm/python3/acrcloud/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/usr/bin/python
#!/usr/bin/python
#-*- coding: utf-8 -*-

import os,sys

sys.path.append(os.path.split(os.path.realpath(__file__))[0])

__version__='1.0.4'
Binary file modified linux/aws_arm/python3/acrcloud/acrcloud_extr_tool.so
Binary file not shown.
242 changes: 117 additions & 125 deletions linux/aws_arm/python3/acrcloud/recognizer.py

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion linux/x86-64/python3/acrcloud/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/usr/bin/python
#!/usr/bin/python
#-*- coding: utf-8 -*-

import os,sys

sys.path.append(os.path.split(os.path.realpath(__file__))[0])

__version__='1.0.4'
Binary file modified linux/x86-64/python3/acrcloud/acrcloud_extr_tool.so
Binary file not shown.
242 changes: 117 additions & 125 deletions linux/x86-64/python3/acrcloud/recognizer.py

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion raspberrypi/aarch64/python3/acrcloud/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/usr/bin/python
#!/usr/bin/python
#-*- coding: utf-8 -*-

import os,sys

sys.path.append(os.path.split(os.path.realpath(__file__))[0])

__version__='1.0.4'
Binary file modified raspberrypi/aarch64/python3/acrcloud/acrcloud_extr_tool.so
Binary file not shown.
242 changes: 117 additions & 125 deletions raspberrypi/aarch64/python3/acrcloud/recognizer.py

Large diffs are not rendered by default.

0 comments on commit 7deef69

Please sign in to comment.