| |
|
|
| |
| similarity: |
| secure_match: 0.85 |
| probable_match: 0.72 |
| discard_below: 0.72 |
| default_threshold: 0.75 |
|
|
| |
| search_engines: |
| - name: yandex |
| enabled: true |
| priority: 1 |
| max_results: 50 |
| timeout: 30 |
| |
| - name: bing |
| enabled: true |
| priority: 2 |
| max_results: 50 |
| timeout: 30 |
| |
| - name: pimeyes |
| enabled: true |
| priority: 3 |
| max_results: 50 |
| timeout: 60 |
| stealth_mode: true |
| requires_ocr: true |
|
|
| |
| ocr: |
| enabled: true |
| gpu: true |
| confidence_threshold: 0.60 |
| languages: ['en', 'es'] |
| preprocessing_methods: 7 |
| |
| |
| known_platforms: |
| - onlyfans |
| - fansly |
| - patreon |
| - instagram |
| - twitter |
| - tiktok |
| - chaturbate |
|
|
| |
| cross_referencing: |
| enabled: true |
| min_sources_for_correlation: 2 |
| domain_similarity_threshold: 0.85 |
| deduplicate_results: true |
| |
| |
| models: |
| face_detection: mtcnn |
| face_recognition: ArcFace |
| ocr: easyocr |
| |
| |
| arcface: |
| embedding_size: 512 |
| |
| |
| vector_db: |
| type: qdrant |
| host: localhost |
| port: 6333 |
| collection_name: aliah_faces |
| distance_metric: cosine |
| cache_ttl: 86400 |
| |
| |
| scraping: |
| max_results_per_engine: 50 |
| timeout: 30 |
| retry_attempts: 3 |
| retry_delay: 2 |
| |
| |
| stealth_mode: true |
| headless: true |
| |
| |
| use_proxies: false |
| proxy_rotation: false |
| proxy_list: [] |
| |
| |
| rate_limit: |
| requests_per_minute: 30 |
| delay_between_requests: 2 |
| |
| |
| rotate_user_agents: true |
| custom_user_agents: [] |
|
|
| |
| api: |
| title: "Aliah-Plus API" |
| version: "1.0.0" |
| description: "Sistema Avanzado de Re-Identificaci贸n Facial" |
| |
| |
| rate_limit: |
| enabled: true |
| requests_per_minute: 10 |
| burst: 20 |
| |
| |
| cors: |
| allow_origins: ["*"] |
| allow_methods: ["*"] |
| allow_headers: ["*"] |
| |
| |
| max_file_size: 10485760 |
| allowed_extensions: ['.jpg', '.jpeg', '.png', '.webp'] |
|
|
| |
| logging: |
| level: INFO |
| format: "{time:YYYY-MM-DD HH:mm:ss} | {level} | {message}" |
| rotation: "100 MB" |
| retention: "30 days" |
| log_file: "logs/aliah_plus_{time}.log" |
|
|
| |
| performance: |
| |
| max_workers: 4 |
| concurrent_searches: 3 |
| |
| |
| enable_cache: true |
| cache_size: 1000 |
| |
| |
| global_timeout: 120 |
| embedding_timeout: 10 |
| scraping_timeout: 60 |
|
|
| |
| security: |
| |
| sanitize_inputs: true |
| validate_file_types: true |
| check_file_headers: true |
| |
| |
| store_images: false |
| anonymize_ips: true |
| log_user_data: false |
| |
| |
| require_api_key: false |
| api_keys: [] |
|
|
| |
| features: |
| ocr_extraction: true |
| cross_referencing: true |
| stealth_scraping: true |
| vector_db_storage: true |
| similarity_validation: true |
| multi_engine_search: true |
|
|