зеркало из
https://github.com/ssciwr/AMMICO.git
synced 2025-10-29 21:16:06 +02:00
* read image into nb * test * added keras-ocr and google vision * google cloud vision by far the best * setting up docker for text 1 * move widgets and analysis to display module * move widgets and analysis to display module - 2 * text on image through widgets
10 строки
236 B
Python
10 строки
236 B
Python
from importlib import metadata
|
|
|
|
|
|
# Export the version defined in project metadata
|
|
__version__ = metadata.version(__package__)
|
|
del metadata
|
|
|
|
from misinformation.display import explore_analysis
|
|
from misinformation.utils import find_files
|