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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
440125ff59f63c11933eeaecda50c9ef2aac08b38dd550c2ecf1a722804200b9
|
|
| MD5 |
097c77088450c6caf144dbe85f9205cb
|
|
| BLAKE2b-256 |
d999c32cbef541a796ded38e2cb0ffa50eb73ae7cbf36413640341f1cb9b256e
|
File details
Details for the file campusfinder_vikasreddy-1.0.0-py3-none-any.whl.
File metadata
- Download URL: campusfinder_vikasreddy-1.0.0-py3-none-any.whl
- Upload date:
- Size: 20.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dd12f3337da046c559e63fe9bd78b8ec6660c014936fe300b89cb4d60fe2e298
|
|
| MD5 |
b69c4e05e0f41db260aacfb85407724b
|
|
| BLAKE2b-256 |
e3b83a4f78e9023b078d29a7f1db39d7c6844f750f72cb8abf0b53330c51525b
|