tnk2908 commited on
Commit
cce21f1
1 Parent(s): 11c7796

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -1 +1,14 @@
1
- # ai-text-steganography
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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