AMMICO

Contents:

  • AMMICO - AI-based Media and Misinformation Content Analysis Tool
  • FAQ
  • Instructions how to generate and enable a google Cloud Vision API key
  • AMMICO Demonstration Notebook
  • Step 0: Create and set a Google Cloud Vision Key
  • Step 1: Read your data into AMMICO
  • The detector modules
  • AMMICO package modules
    • text module
    • summary module
    • multimodal search module
    • faces module
    • color_analysis module
    • cropposts module
    • utils module
    • display module
  • License
AMMICO
  • AMMICO package modules
  • Edit on GitHub

AMMICO package modules

  • text module
    • TextAnalyzer
      • TextAnalyzer.read_csv()
    • TextDetector
      • TextDetector.analyse_image()
      • TextDetector.get_text_from_image()
      • TextDetector.remove_linebreaks()
      • TextDetector.set_keys()
      • TextDetector.translate_text()
    • privacy_disclosure()
  • summary module
  • multimodal search module
  • faces module
    • EmotionDetector
      • EmotionDetector.analyse_image()
      • EmotionDetector.analyze_single_face()
      • EmotionDetector.clean_subdict()
      • EmotionDetector.facial_expression_analysis()
      • EmotionDetector.set_keys()
      • EmotionDetector.wears_mask()
    • deepface_symlink_processor()
    • ethical_disclosure()
  • color_analysis module
    • ColorDetector
      • ColorDetector.analyse_image()
      • ColorDetector.rgb2name()
      • ColorDetector.set_keys()
  • cropposts module
  • utils module
    • AnalysisMethod
      • AnalysisMethod.analyse_image()
      • AnalysisMethod.set_keys()
    • DownloadResource
      • DownloadResource.get()
      • DownloadResource.resources
    • ammico_prefetch_models()
    • append_data_to_dict()
    • dump_df()
    • find_files()
    • get_color_table()
    • get_dataframe()
    • initialize_dict()
    • is_interactive()
    • iterable()
  • display module
    • AnalysisExplorer
      • AnalysisExplorer.run_server()
      • AnalysisExplorer.update_picture()
Previous Next

© Copyright 2022, Scientific Software Center, Heidelberg University.

Built with Sphinx using a theme provided by Read the Docs.