Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Gayk
/
mnemo_ocr
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
mnemo_ocr
/
tests
/
conftest.py
Hayk Arutyunyan
Update project structure, add pipeline and tests
7b0cda0
9 months ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
146 Bytes
import
sys
import
os
ROOT_DIR = os.path.dirname(os.path.dirname(__file__))
SRC_DIR = os.path.join(ROOT_DIR,
"src"
)
sys.path.insert(
0
, SRC_DIR)