Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
verovaleros authored Feb 13, 2024
1 parent d7c870b commit 0e0e526
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

0 comments on commit 0e0e526

Please sign in to comment.