Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -1 +1,14 @@
|
|
1 |
-
#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# AI Text Steganography
|
2 |
+
# Description
|
3 |
+
- This is the baseline implementation of AI Text Steganography for our final project in Software Designing and Applied Information Security courses in HCMUS-VNU.
|
4 |
+
- Our project focuses on hiding data inside a text sequence generated by LLMs (e.g. GPT-2).
|
5 |
+
- We took inspiration from [Kirchenbauer et al](https://arxiv.org/abs/2301.10226).
|
6 |
+
## Members
|
7 |
+
- Tran Nam Khanh
|
8 |
+
- Phan Le Dac Phu
|
9 |
+
# TODO lists
|
10 |
+
- [x] Baseline code.
|
11 |
+
- [x] CLI.
|
12 |
+
- [ ] Hashing schemes.
|
13 |
+
- [ ] Rest API.
|
14 |
+
- [ ] Basic Demo
|