Skip to main content

A quantum-inspired data compression and semantic search system

Project description

Parvus - Quantum-Inspired Data Compression

A sophisticated data compression and similarity search system that uses quantum-inspired techniques for efficient data storage and retrieval. The name "Parvus" comes from the Latin word for "small" or "reduced", reflecting the system's primary purpose of data reduction while maintaining semantic meaning.

Features

  • Quantum-Inspired Compression: Utilizes advanced dimensionality reduction techniques
  • Semantic Search: Performs similarity searches on compressed data
  • GPU Acceleration: Supports GPU-accelerated processing for improved performance
  • Interactive GUI: Streamlit-based UI for easy data manipulation
  • Flexible Input: Supports both JSON and CSV file formats

Installation

From PyPI

# Basic installation
pip install parvus

# With GPU support
pip install parvus[gpu]

# For development
pip install parvus[dev]

From Source

  1. Clone the repository:
git clone https://github.com/yourusername/parvus.git
cd parvus
  1. Install dependencies:
pip install -r requirements.txt

For GPU acceleration (recommended):

  1. Install CUDA toolkit (if using NVIDIA GPU)
  2. Install GPU-enabled packages:
conda install -c pytorch faiss-gpu

Usage

Command Line Interface

# Launch the GUI
python -m parvus --gui

# Start the API server
python -m parvus --server

# Compress a file
python -m parvus -i data.json -o compressed_output/

# Load compressed data and query
python -m parvus -l compressed_output/ -q "your search query"

# Show help
python -m parvus --help

Starting the GUI

python -m parvus --gui
# or
python -m streamlit run gui.py

Using the Python API

from parvus import ParvusCompressor

# Initialize the system
compressor = ParvusCompressor()

# Load and compress data
embeddings = compressor.load_data_from_json('your_data.json')
compressor.compress(embeddings)

# Perform queries
results, distances = compressor.query("Your search query")

System Requirements

  • Python 3.8+
  • RAM: 16GB recommended
  • GPU: NVIDIA GPU with CUDA support (optional)
  • Storage: Depends on dataset size

Project Structure

parvus/
├── parvus.py              # Core compression engine
├── gui.py                 # Streamlit-based interface
├── server.py              # Server endpoints and API
├── requirements.txt       # Project dependencies
├── README.md             # Project documentation
├── CONTRIBUTING.md       # Contribution guidelines
├── data/                 # Sample and test data
│   ├── large_chat_history.json
│   ├── sample_data.csv
│   ├── sample_data.npy
│   └── test_data.json
├── models/               # Saved model states
│   ├── compressed_data.pkl
│   └── faiss_index.bin
├── tests/                # Test files and artifacts
│   ├── test_compressed.pkl
│   └── test_index.bin
└── archive/             # Archived/deprecated files

Essential Components

  1. Core Files:

    • parvus.py: Main compression engine implementing quantum-inspired algorithms
    • gui.py: Interactive web interface built with Streamlit
    • server.py: Server endpoints and API for integration
    • requirements.txt: Project dependencies
  2. Data Directory:

    • Contains sample data files
    • Test datasets
    • JSON and CSV examples
  3. Models Directory:

    • Saved compression states
    • FAISS indices
    • Serialized model data
  4. Tests Directory:

    • Test artifacts
    • Compressed test data
    • Test indices

Architecture

The system consists of three main components:

  1. Core Compression Engine (parvus.py)

    • Handles data compression and decompression
    • Manages similarity search operations
    • Provides GPU acceleration when available
  2. Interactive Interface (gui.py)

    • Web-based user interface
    • File upload and management
    • Query interface
    • Results visualization
  3. Server API (server.py)

    • RESTful API endpoints
    • Data management
    • Remote compression operations

Performance

Performance metrics on a typical dataset:

  • Compression Ratio: ~5x (varies by data)
  • Query Time: <100ms (with GPU)
  • Memory Usage: Proportional to dataset size

License

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

Contributing

Please read CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.

Support

For support, please open an issue in the GitHub repository or contact the maintainers.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

parvus-0.1.0.tar.gz (23.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

parvus-0.1.0-py3-none-any.whl (9.0 kB view details)

Uploaded Python 3

File details

Details for the file parvus-0.1.0.tar.gz.

File metadata

  • Download URL: parvus-0.1.0.tar.gz
  • Upload date:
  • Size: 23.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.9

File hashes

Hashes for parvus-0.1.0.tar.gz
Algorithm Hash digest
SHA256 a4aee4c5679d2a55cc67d199b51579b186e6b3f044bd7a86f5619a49ae44f499
MD5 4707639baca77f528a15f9ecb03757de
BLAKE2b-256 1073dcddfcd98cb913ce8539643e1337563df703c9d422fbd615331e1aa4b838

See more details on using hashes here.

File details

Details for the file parvus-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: parvus-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 9.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.9

File hashes

Hashes for parvus-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 c5c741088b641a02a43feb6f564c2b289097cb50255b79f636070632f6df1859
MD5 946277b92e93ff301b00b3afe18499c3
BLAKE2b-256 f2eebddec73411be6a8488a4ed5425b3a3b91aa1c75086dd967797a482122be2

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page