Metadata-Version: 2.1
Name: vtorch
Version: 0.0.0
Summary: NLP research library, built on PyTorch.
Author-email: "YouScan Data Science team, NLP guild." <ds@youscan.io>
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: attrs>=20.3.0
Requires-Dist: clearml>=0.17.4
Requires-Dist: fastprogress==0.1.18
Requires-Dist: jsonpickle==1.5.1
Requires-Dist: numpy==1.26.4
Requires-Dist: optuna==2.10.0
Requires-Dist: pandas<=2.2
Requires-Dist: pickle5~=0.0.11
Requires-Dist: plotly==5.3.1
Requires-Dist: psutil>=5.8.0
Requires-Dist: requests>=2.25.1
Requires-Dist: setuptools>=53.0.0
Requires-Dist: six~=1.15.0
Requires-Dist: tokenizers>=0.11
Requires-Dist: torch>=1.9.0
Requires-Dist: tqdm>=4.46.1
Requires-Dist: transformers>=4.17
Requires-Dist: urllib3>=1.26.0

# Best deep learning library

Used for all NLP projects in YouScan. Library is based on Pytorch and AllenNlP.


# Contribution

To run the code and test locally, download the repository and run:
```bash
python3.6 -m venv venv
source ./venv/bin/activate
pip install -r requirements.txt
pip install -r requirements.dev.txt
pre-commit install
```
You are ready to go!
Be sure to run the tests before committing \ pushing

All changes should be done in a separate branch and approved by at least one other contributor before merging


# Testing

Run `python3.6 -m pytest` to run tests locally

# Licenses

Install from https://pypi.org/project/pip-licenses/

```
pip install pip-licenses
```

Run 

```
pip-licenses -f csv > licenses.csv
```
