From 0e0e526c27cd9e48f199669b7bc07ad9a96d8344 Mon Sep 17 00:00:00 2001 From: Veronica Valeros Date: Tue, 13 Feb 2024 19:04:59 +0100 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index baa73ce..d932b72 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,15 @@ HermeneisGPT is a framework to translate hacking messages from Russian to English using LLM models. +![image](https://github.com/stratosphereips/hermeneisGPT/assets/2458879/c1eac777-f760-4523-b7df-9860b62a0b07) + + + + +# Installation + +1. Install the requirements: `python3 -m pip install -r requirements.txt` +2. Create .env file with OpenAI API Key: + - `cp env_EXAMPLE .env` + - `vim .env` +5. Run the tool: `python3 hermeneisGPT.py --help`