ScanSentinel is an application that detects if the QR code is safe or malicious without accessing the resource it is pointing to.
To get started with ScanSentinel, follow these steps:
Make sure you have the following prerequisites installed on your system:
- Python
- pip (Python package installer)
-
Clone the repository:
git clone https://github.com/sachinlodhi/ScanSentinel.git
-
Navigate to the project directory:
cd ScanSentinel
-
Unzip the compressed model:
cd models unzip trained_model.zip
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the application:
python app.py
-
Access the application:
- Open your web browser and navigate to
http://localhost:5000
to access the ScanSentinel application.
- Open your web browser and navigate to
If you'd like to contribute to ScanSentinel, please follow these steps:
- Fork the repository
- Create a new branch (
git checkout -b feature
) - Make your changes
- Commit your changes (
git commit -am 'Add new feature'
) - Push to the branch (
git push origin feature
) - Create a new Pull Request
For support, please open an issue on the issue tracker.