Skip to content

SecuraX: A digital platform unleashing AI for smarter Policing with Privacy Baked In πŸ”’

Notifications You must be signed in to change notification settings

p1utoze/SecuraX

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

36 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

SecuraX: Unleashing AI for Smarter Policing with Privacy Baked In πŸ”’

SecuraX is an AI-powered platform that enables law enforcement agencies to leverage the power of cutting-edge technologies like Zero-Knowledge Proofs, Federated Learning, and Large Language Models (LLMs) while ensuring data privacy and civil liberties.

Features

  • Zero-Knowledge Proofs: Analyze data without exposing sensitive information.
  • Federated Learning: Collaboratively train AI models while keeping data on-premises.
  • Pseudonymization: Anonymize and mask personal data in documents with flexible retrieval options.
  • Streamlit Frontend: Intuitive web-based interface for seamless user interaction.

Getting Started

Prerequisites

  • Python 3.7+
  • Poetry (Python package and dependency manager)
  • Docker (optional, for containerized deployment)

Installation

  1. Clone the repository:
git clone https://github.com/your-username/SecuraX.git
  1. Navigate to the project directory:
cd SecuraX
  1. Install dependencies using Poetry:
poetry install

Running Locally

  1. Start the Streamlit frontend:
poetry run streamlit run app.py
  1. Access the application in your web browser at http://localhost:8501.

Running with Docker

  1. Build the Docker image:
docker build -t securax .
  1. Run the Docker container:
docker run -p 8501:8501 securax

Note: You can use an already existing version of this image:

docker pull p1utoze/securax:v1.0
  1. Access the application in your web browser at http://localhost:80.

Contributing

We welcome contributions from the community! Please fork the repository, create a new branch, and submit a pull request with your changes.

License

This project is licensed under the MIT License.

Acknowledgments

  • Streamlit for the intuitive frontend framework.
  • Poetry for dependency management.
  • Docker for containerization.

This README.md provides an overview of the SecuraX project, including its features, installation instructions for local and Docker-based deployment, contribution guidelines, and licensing information. It also acknowledges the key technologies and tools used in the project.

About

SecuraX: A digital platform unleashing AI for smarter Policing with Privacy Baked In πŸ”’

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.4%
  • Dockerfile 2.6%