hermeneisgpt
HermeneisGPT is a framework to translate messages using Large Language Models (LLM).
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
Repository
HermeneisGPT is a framework to translate messages using Large Language Models (LLM).
Basic Info
- Host: GitHub
- Owner: stratosphereips
- License: gpl-2.0
- Language: Python
- Default Branch: main
- Homepage: https://www.stratosphereips.org/cybercrime-research
- Size: 238 KB
Statistics
- Stars: 3
- Watchers: 5
- Forks: 1
- Open Issues: 4
- Releases: 2
Topics
Metadata Files
README.md
hermeneisGPT
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
- Website: https://www.stratosphereips.org
- Twitter: StratosphereIPS
- Repositories: 25
- Profile: https://github.com/stratosphereips
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
- actions/checkout v2 composite
- anothrNick/github-tag-action 1.36.0 composite
- actions/checkout v3 composite
- actions/setup-python v4 composite
- actions/checkout v2 composite
- PyYAML *
- openai >1.10
- python-dotenv *
- tiktoken *