├───client │ ├───modes │ │ ├───image │ │ │ ├───static │ │ │ ├───templates │ │ │ └───__pycache__ │ │ └───video │ └───templates └───Code ├───assets └───outputs ├───image_steg │ └───histograms └───video_steg ├───frames └───histograms
-
Clone the repository into your local system
git clone https://github.com/dayitachaudhuri/chaotic-map-lfsr-steganography
-
Create virtual environment
For Linux/Mac
sudo apt-get install python3.6-venv python3 -m venv env source env/bin/activate
- For Windows*
pip install virtualenv
python -m venv env
.\env\Scripts\activate
-
Download requirements
pip install -r requirements.txt
-
Run Program
cd client python app.py