Skip to content

makkoncept/steganoweb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steganoweb

Basic web wrapper of the Stegano (https://github.com/cedricbonhomme/Stegano/) library.

Live

View it live at : https://steganoweb.herokuapp.com/

You can deploy your own instance on heroku by clicking the following button

Deploy

Run locally

  • clone the repo
git clone https://github.com/makkoncept/steganoweb.git
cd steganoweb
  • create a virtual environment and install requirements
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
  • run the development server
python run.py

visit http://localhost:5000/