Skip to main content

A pip-installable PyTorch model package for False Image Memorability prediction.

Project description

FalseResMem Model Package

A pip-installable Python package containing a custom PyTorch model (FalseResMem) for prediction of false alarms in visual memory recognition tasks.

Contact

Author: Anastasiia Mikhailova
Email: amikhailova@uchicago.edu

Installation

You can install the package via pip from source (or PyPI once published):

pip install .

or

pip install FalseResMem

Usage

Here's a basic example of how to import and use the model after installation:

Low-level (raw tensors):

import torch
from FalseResMem import load_model

model = load_model()
model.eval()
input_tensor = torch.randn(1, 3, 224, 224)
output = model(input_tensor)
print(output)

High-level (image file):

from FalseResMem import predict_image

prob = predict_image("test.jpg").item()
print(f"False alarm probability: {prob:.3f}")

License

MIT

Changelog

v0.1.0 (2026‑03‑11)

  • Initial release: package contains prediction code without bundled model weights.

v1.0.0 (2026‑03‑20)

  • Now includes model weights for predictions, so the package works immediately after installation without requiring manual weight downloads.

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

falseresmem-1.0.0.tar.gz (367.7 MB view details)

Uploaded Source

Built Distribution

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

falseresmem-1.0.0-py3-none-any.whl (367.7 MB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: falseresmem-1.0.0.tar.gz
  • Upload date:
  • Size: 367.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.19

File hashes

Hashes for falseresmem-1.0.0.tar.gz
Algorithm Hash digest
SHA256 45f85655788b69afc8f4387b4759dc4eeca6ee04b04f102996139071c3f838ca
MD5 f00428d9dc3576626246fe1eb5ade468
BLAKE2b-256 99aed94497320db91299253ff497f386e52e9a3fbfb5559270dad4c54ce02058

See more details on using hashes here.

File details

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

File metadata

  • Download URL: falseresmem-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 367.7 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.19

File hashes

Hashes for falseresmem-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 684e94227aca094fccc63ac3f9bf6c4a6c87b62cfd5106b8b3f6a06160a9b8cc
MD5 d418702e2ba8ab9c73b09642f9e9e32a
BLAKE2b-256 bf6da7cebd8ecdef3d45bda749e23183d970c475fa2393d0160911216891083a

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