Folder PATH listing for volume Acer Volume serial number is 0ECE-3C98 C:. | .gitattributes | create_structure.sh | directory_structure.txt | Dockerfile | README.md | requirements.txt | setup.py | start.sh | +---app | | main.py | | | \---routers | analyze.py | health.py | +---mediaunmasked | | __init__.py | | | +---analyzers | | | bias_analyzer.py | | | evidence_analyzer.py | | | headline_analyzer.py | | | scoring.py | | | sentiment_analyzer.py | | | __init__.py | | | | | \---__pycache__ | | bias_analyzer.cpython-310.pyc | | bias_analyzer.cpython-311.pyc | | contradiction_analyzer.cpython-310.pyc | | contradiction_analyzer.cpython-311.pyc | | evidence_analyzer.cpython-310.pyc | | headline_analyzer.cpython-310.pyc | | scoring.cpython-310.pyc | | sentiment_analyzer.cpython-310.pyc | | __init__.cpython-310.pyc | | __init__.cpython-311.pyc | | | +---resources | | left_bias_words.txt | | manipulative_patterns.txt | | right_bias_words.txt | | | +---schemas | | requests.py | | responses.py | | | +---scrapers | | | article_scraper.py | | | __init__.py | | | | | \---__pycache__ | | article_scraper.cpython-310.pyc | | article_scraper.cpython-311.pyc | | __init__.cpython-310.pyc | | __init__.cpython-311.pyc | | | +---services | | analyzer_service.py | | | +---utils | | | logging_config.py | | | __init__.py | | | | | \---__pycache__ | | logging_config.cpython-310.pyc | | logging_config.cpython-311.pyc | | __init__.cpython-310.pyc | | __init__.cpython-311.pyc | | | +---web | | | app.py | | | __init__.py | | | | | \---__pycache__ | | api.cpython-310.pyc | | api.cpython-311.pyc | | __init__.cpython-310.pyc | | __init__.cpython-311.pyc | | | \---__pycache__ \---tests \---unit test_headline_analyzer.py