Skip to main content

Custom OOP library for the Smart Campus Lost & Found System

Project description

campusfinder-vikasreddy

A custom OOP library for the Smart Campus Lost & Found System, providing text-based item matching, campus location tracking, claim processing workflows, notification management, and analytics utilities.

The package is published on PyPI as campusfinder-vikasreddy and imported as campusfinder.

Installation

pip install campusfinder-vikasreddy

Or for local development:

pip install -e .

Classes

  • ItemMatcher -- cosine similarity, Jaccard similarity, fuzzy matching, category and colour matching
  • LocationTracker -- campus zone management, Haversine distance, proximity search
  • ClaimProcessor -- claim lifecycle, priority scoring, status transitions, audit logging
  • NotificationManager -- rules engine, channel preferences, urgency filtering, batching
  • Analytics -- recovery rates, category breakdowns, hotspot analysis, trend detection

Usage

from campusfinder import ItemMatcher

matcher = ItemMatcher()
score = matcher.compute_match_score(
    {"description": "black iPhone 15", "category": "electronics", "color": "black"},
    {"description": "black smartphone", "category": "electronics", "color": "black"},
)
print(score["overall"])  # e.g. 0.78

Running Tests

pytest tests/ -v

Author

Vikas Reddy Amanagantti (x25178849) -- National College of Ireland

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

campusfinder_vikasreddy-1.0.0.tar.gz (17.4 kB view details)

Uploaded Source

Built Distribution

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

campusfinder_vikasreddy-1.0.0-py3-none-any.whl (20.4 kB view details)

Uploaded Python 3

File details

Details for the file campusfinder_vikasreddy-1.0.0.tar.gz.

File metadata

  • Download URL: campusfinder_vikasreddy-1.0.0.tar.gz
  • Upload date:
  • Size: 17.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for campusfinder_vikasreddy-1.0.0.tar.gz
Algorithm Hash digest
SHA256 440125ff59f63c11933eeaecda50c9ef2aac08b38dd550c2ecf1a722804200b9
MD5 097c77088450c6caf144dbe85f9205cb
BLAKE2b-256 d999c32cbef541a796ded38e2cb0ffa50eb73ae7cbf36413640341f1cb9b256e

See more details on using hashes here.

File details

Details for the file campusfinder_vikasreddy-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for campusfinder_vikasreddy-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 dd12f3337da046c559e63fe9bd78b8ec6660c014936fe300b89cb4d60fe2e298
MD5 b69c4e05e0f41db260aacfb85407724b
BLAKE2b-256 e3b83a4f78e9023b078d29a7f1db39d7c6844f750f72cb8abf0b53330c51525b

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