This Streamlit application allows you to encode and decode messages within images. The encoded images can be used to discreetly convey information and the messages can be retrieved later using this app.
Upload an image input a message and the app will encode the message within the image. The encoding process modifies specific areas of the image to store the message.
Upload an image with an encoded message and the app will extract and display the hidden message. The decoding process identifies the message by examining the modified areas of the image.
1-Upload an image.
2-Enter the message you want to encode.
3-The app embeds the message into the image by modifying certain pixels. The encoded image is displayed and available for download.
1-Upload an image containing an encoded message.
2-The app analyzes the image to retrieve the hidden message.
3-The decoded message is displayed on the screen.
1. Clone the repository:
git clone https://github.com/FurkanKhann/repository.git cd repository
2. Install the required packages:
pip install -r Requirements.txt
3. Run the Streamlit app:
streamlit run main.py
contact:khanfurkan575@gmail.com
LinkedIn:https://www.linkedin.com/in/furkankhan16/


