Skip to content

TrueImage uses digital signatures to verify the authenticity of images, ensuring that they remain unaltered and trustworthy. By embedding cryptographic signatures, the project enables accurate detection of image manipulations, making it ideal for applications in journalism, law enforcement, and digital media.

Notifications You must be signed in to change notification settings

Lanlokun/TrueImage

Repository files navigation

True Image - Flask Web Application

True Image is a web application built with Flask that provides image processing and manipulation services. Users can upload images, apply filters, resize them, and perform other image-related operations. This project is designed to showcase the power of Flask for handling image data.

Table of Contents

Installation

Follow these steps to set up the project locally:

  1. Clone the repository:

    git clone https://github.com/Lanlokun/TrueImage.git 
     cd true-image 
     python3 -m venv venv
    

    On macOS/Linux:

    source venv/bin/activate
    

    On Windows:

    venv\Scripts\activate
    
    pip install -r requirements.txt
    
    flask run
    

    This will start the Flask development server and you can access the application at http://localhost:5000.

Contributing

We welcome contributions! If you'd like to improve or add new features to True Image, follow these steps:

  1. Fork the repository to your GitHub account.

  2. Create a branch for your feature:

    git checkout -b feature/your-feature-name
  3. Make changes and commit them

     git commit -m "Add feature description"
    
  4. Push to your forked repository

    git push origin feature/your-feature-name
    
  5. Create a pull request for review

About

TrueImage uses digital signatures to verify the authenticity of images, ensuring that they remain unaltered and trustworthy. By embedding cryptographic signatures, the project enables accurate detection of image manipulations, making it ideal for applications in journalism, law enforcement, and digital media.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published