Metadata-Version: 2.1
Name: candlelight
Version: 0.0.1
Summary: 
Author: Thibaut DEVERAUX
Author-email: thibaut.deveraux@gmail.com
Requires-Python: >=3.10,<3.12
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: nptyping (>=2.5.0,<3.0.0)
Requires-Dist: numpy (>=1.24,<2.0)
Requires-Dist: pytorch-lightning (>=1.9.4,<2.0.0)
Requires-Dist: scipy (>=1.10.1,<2.0.0)
Requires-Dist: sentence-transformers (>=2.2.2,<3.0.0)
Requires-Dist: torch (>=1.13.1,<2.0.0)
Requires-Dist: torchvision (>=0.14.1,<0.15.0)
Description-Content-Type: text/markdown

# candelight

Contains helpers for computer vision and natural language processing.

Based on PyTorch and Numpy.

## Intent

I'm creating this package to handle base structures and helpers I'm using between different projets. It is a work in progress and shall be filled over the next months and years.

## using Poetry

Add a package

   poetry add package_name
   
Run a script:

    poetry run python your_script.py
    
Run tests:

    poetry run pytest

Open in sub shell:

    poetry shell

Activate virtual env manually:

    source $(poetry env info --path)/bin/activate


## Disclaimer

Use with caution as this not a stable release. I suggest that you copy past code that is of interest for you in your project for now.

