Giter VIP home page Giter VIP logo

data-anonymisation-differential-privacy's Introduction

Data Anonymisation and Differential Privacy

This project focuses on implementing data anonymization techniques and applying differential privacy principles to protect sensitive information in datasets. It includes the integration of the diffprivlib library for implementing differential privacy algorithms.

Table of Contents

Introduction

In the era of data-driven decision-making, ensuring privacy and confidentiality is crucial, especially when dealing with sensitive datasets. This project explores techniques for anonymizing data and preserving privacy using differential privacy methods. The aim is to provide a framework for securely analyzing datasets while protecting individuals' privacy.

Directory Structure

  • .idea/: Contains project-specific settings for your IDE.
  • diffprivlib/: The differential privacy library used in the project.
  • research papers/: Includes relevant research papers on data anonymization and differential privacy.
  • diabetes.csv: Dataset used for demonstrating data anonymization and privacy preservation techniques.
  • feature_distributions_after_dp_diabetes.csv: Output file containing feature distributions after applying differential privacy to the diabetes dataset.
  • naive-diabetes.py: Python script for analyzing the diabetes dataset with and without applying differential privacy techniques.
  • requirements.txt: List of required Python packages for running the project.

Usage

To use this project:

  1. Clone the repository to your local machine.
  2. Install the required dependencies listed in requirements.txt.
  3. Run the naive-diabetes.py script to analyze the diabetes dataset with and without applying differential privacy techniques.

Dataset

The diabetes.csv file contains a dataset with information about individuals' health metrics, including age, BMI, blood pressure, and diabetes status. This dataset is used for demonstrating data anonymization and privacy preservation techniques.

Files

  • naive-diabetes.py: This Python script demonstrates the application of differential privacy techniques to the diabetes dataset.
  • feature_distributions_after_dp_diabetes.csv: Output file containing feature distributions after applying differential privacy to the diabetes dataset.
  • requirements.txt: This file lists the required Python packages for running the project.

Contributing

Contributions to this project are welcome! To contribute:

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

License

This project is licensed under the MIT License. See the LICENSE file for details.

data-anonymisation-differential-privacy's People

Contributors

tonyvargese avatar

Stargazers

 avatar

Watchers

Kostas Georgiou avatar  avatar

Forkers

amar49251

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.