hermeneisgpt

HermeneisGPT is a framework to translate messages using Large Language Models (LLM).

https://github.com/stratosphereips/hermeneisgpt

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.2%) to scientific vocabulary

Keywords

cybercrime hacktivism llm translation
Last synced: 6 months ago · JSON representation ·

Repository

HermeneisGPT is a framework to translate messages using Large Language Models (LLM).

Basic Info
Statistics
  • Stars: 3
  • Watchers: 5
  • Forks: 1
  • Open Issues: 4
  • Releases: 2
Topics
cybercrime hacktivism llm translation
Created about 2 years ago · Last pushed almost 2 years ago
Metadata Files
Readme Contributing License Code of conduct Citation Security

README.md

hermeneisGPT

hermeneisGPT

Auto Tag Validate Python Validate Yaml

HermeneisGPT is a framework to translate messages using Large Language Models (LLM). The tool was initially created to help translate messages from Russian to English from hacktivist Telegram channels. However, it can be used for any application or language. The instructions can be specified through a YAML configuration file. Currently it supports two modes, manual and automatic.

Installation

Expand for Installation Instructions To configure and run the tool, follow the next steps: ```bash :~$ git clone https://github.com/stratosphereips/hermeneisGPT.git :~$ :~$ cd hermeneisGPT :~$ :~$ python3 -m pip install -r requirements.txt :~$ :~$ cp env_EXAMPLE .env :~$ :~$ # Edit the .env file to add your OpenAI API Key :~$ vim .env ```

Execution

Expand for Execution Instructions Run hermeneisGPT help: ```bash python3 hermeneisGPT.py --help ``` Run hermeneisGPT in manual interactive mode: ```bash python3 hermeneisGPT.py -m manual ``` Run hermeneisGPT in automatic mode using the example SQLite DB: ```bash python3 hermeneisGPT.py -m auto-sqlite --channel_name noname05716 --sqlite_db assets/sample.sqlite -d ```

About

HermeneisGPT was created in 2024 at the Stratosphere Laboratory, AI Center, FEE, Czech Technical University in Prague.

Owner

  • Name: Stratosphere IPS
  • Login: stratosphereips
  • Kind: organization
  • Location: Prague

Cybersecurity Research Laboratory at the Czech Technical University in Prague. Creators of Slips, a free software machine learning-based behavioral IDS/IPS.

Citation (CITATION.cff)

cff-version: 1.2.0
title: >-
  hermeneisGPT: a framework to translate hacking messages from Russian to English using LLM
message: 'If you use this software, please cite it as specified below.'
type: software
authors:
  - given-names: Veronica
    family-names: Valeros
    email: valerver@fel.cvut.cz
    affiliation: >-
      Stratosphere Laboratory, AIC, FEL, Czech
      Technical University in Prague
    orcid: 'https://orcid.org/0000-0003-2554-3231'

GitHub Events

Total
Last Year

Dependencies

.github/workflows/autotag.yml actions
  • actions/checkout v2 composite
  • anothrNick/github-tag-action 1.36.0 composite
.github/workflows/validate_python.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
.github/workflows/validate_yaml.yml actions
  • actions/checkout v2 composite
requirements.txt pypi
  • PyYAML *
  • openai >1.10
  • python-dotenv *
  • tiktoken *