/ScanSentinel

QR recognizer

Primary LanguageJavaScript

ScanSentinel

ScanSentinel is an application to detection if the QR code is safe or malicious without accessing the actual resource it is point to.

Getting Started

To get started with ScanSentinel, follow these steps:

Prerequisites

Make sure you have the following prerequisites installed on your system:

  • Python
  • pip (Python package installer)

Installation

  1. Clone the repository:

    git clone https://github.com/sachinlodhi/ScanSentinel.git
  2. Navigate to the project directory:

    cd ScanSentinel
  3. Unzip the compressed model:

    cd models
    unzip trained_model.zip
  4. Install the required dependencies:

    pip install -r requirements.txt

Usage

  1. Run the application:

    python app.py
  2. Access the application:

    • Open your web browser and navigate to http://localhost:5000 to access the ScanSentinel application.

Contributing

If you'd like to contribute to ScanSentinel, please follow these steps:

  1. Fork the repository
  2. Create a new branch (git checkout -b feature)
  3. Make your changes
  4. Commit your changes (git commit -am 'Add new feature')
  5. Push to the branch (git push origin feature)
  6. Create a new Pull Request

Support

For support, please open an issue on the issue tracker.