Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
verovaleros committed Sep 30, 2024
1 parent c9f03a4 commit 6992628
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
# Awesome Code Template
# Demo: Towards Better Understanding of Cybercrime: The Role of Fine-Tuned LLMs in Translation
This repository contains a Dockerized web application that serves as a demo for the research related to the paper "Towards Better Understanding of Cybercrime: The Role of Fine-Tuned LLMs in Translation". The research is about translating Russian hacktivism messages using a Fine-Tuned GPT-3.5 model and comparing it with traditional translation services. The goal is to showcase the differences between translations and highlight the effectiveness of the LLM-based approach in real-world scenarios, such as understanding cybercrime discussions.

This repository is a template with basic elements that every repository at Stratosphere should follow.
# Usage
Clone the Repository:

## Features
```bash
:~$ git clone https://github.com/stratosphereips/demo-hacktivism-llm-translation.git demo-llm-translation
:~$ cd demo-llm-translation
:~$ docker build -t llm-translation-demo .
:~$ docker run -d -p 80:80 --name llm-translation-demo llm-translation-demo
```

Write about what makes your [tool|code|data|repo] special.
## Access the Application

## Usage
Open your web browser and go to http://localhost.

Write about how others can use your [tool|code|data|repo].
The application displays messages originally written in Russian along with their translated versions. It automatically rotates through different messages every 5 seconds, highlighting the differences in translations from multiple sources.

# About

This [tool|code|data|repo] was developed at the Stratosphere Laboratory at the Czech Technical University in Prague.
This tool was developed at the Stratosphere Laboratory at the Czech Technical University in Prague. The Stratosphere Laboratory is committed to advancing research in cybersecurity, machine learning, and open-source tools for the security community.

0 comments on commit 6992628

Please sign in to comment.