tubui commited on
Commit
213355b
β€’
1 Parent(s): 63ca396

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -3
README.md CHANGED
@@ -1,11 +1,20 @@
1
  ---
2
- title: Rosteal
3
- emoji: πŸ¦€
4
  colorFrom: green
5
  colorTo: purple
6
  sdk: docker
7
  pinned: false
 
8
  license: cc-by-nc-4.0
9
  ---
10
 
11
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: Streamlit RoSteALS demo
3
+ emoji: πŸŒ€
4
  colorFrom: green
5
  colorTo: purple
6
  sdk: docker
7
  pinned: false
8
+ app_port: 7860
9
  license: cc-by-nc-4.0
10
  ---
11
 
12
+
13
+ # RoSteALS
14
+ ![Python 3.8](https://img.shields.io/badge/Python-3.8-green) ![Pytorch 1.11.1](https://img.shields.io/badge/Pytorch-1.11.1-green) ![Licence CC BY-NC-SA 4.0](https://img.shields.io/badge/license-CC--BY--NC--SA--4.0-blueviolet)
15
+
16
+
17
+ Official implementation of [RoSteALS: Robust Steganography using Autoencoder Latent Space](https://arxiv.org/abs/2304.03400).
18
+
19
+ ## Code
20
+ [https://github.com/TuBui/RoSteALS](https://github.com/TuBui/RoSteALS)