Skip to content

IVYEVOL/DEEPSECURE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEEPSECURE :)

Welcome to DEEPSECURE, is a Python-based application designed for adversarial image generation and processing, leveraging deep learning techniques.

Table of Contents


Overview

DEEPSECURE is a Python-based framework designed to generate adversarial examples, analyze their effects on deep learning models, and potentially evaluate model vulnerabilities. It leverages modular and customizable components such as generators, feature extractors, and data loaders to create and train adversarial scenarios.

Key Features

  • Adversarial Image Generation: Create adversarial examples using various generation techniques.
  • Pre-trained Model Extraction: Utilize pre-trained models for feature extraction.
  • Custom Data Loading: Load and preprocess datasets, such as ImageNet10, for training and evaluation.

Installation

Prerequisites:

  • Python 3.8+
  • Git
  • Recommended: virtual environment (e.g., venv, Conda)

Steps:

# Clone the repository
git clone https://github.com/rigley007/DEEPSECURE.git
cd DEEPSECURE

# (Optional) Create and activate a virtual environment
python -m venv venv
source venv/bin/activate   # or venv\Scripts\activate on Windows

# Install dependencies
pip install -r requirements.txt

About

05/26/19

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%