Metadata-Version: 2.1
Name: autoscriber
Version: 1.0.0
Summary: ```bash
Home-page: https://github.com/autoscriber-app/autoscriber-lib
Author: KentoNishi
Author-email: kento24gs@outlook.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: Free for non-commercial use
Classifier: Operating System :: OS Independent
Requires-Python: >=3.4
Description-Content-Type: text/markdown
Requires-Dist: bert-extractive-summarizer
Requires-Dist: spacy
Requires-Dist: transformers
Requires-Dist: neuralcoref
Requires-Dist: torch

# autoscriber-lib
```bash
pip3 install --upgrade autoscriber
```
### Install Requirements
```bash
pip3 install -r autoscriber/requirements.txt
python3 -m spacy download en_core_web_md
```
### Run Example
```python
python3 example.py
```

