Metadata-Version: 2.1
Name: predacons
Version: 0.0.115
Summary: A python library based on transformers for transfer learning
Home-page: https://github.com/shouryashashank/predacons
Author: shouryashashank
Author-email: shouryashashank@gmail.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.10
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: bson>=0.5.10
Requires-Dist: pandas>=1.5.3
Requires-Dist: numpy>=1.24.1
Requires-Dist: regex>=2021.4.4
Requires-Dist: PyPDF2>=3.0.1
Requires-Dist: docx>=0.2.4
Requires-Dist: python-docx>=1.0.1
Requires-Dist: transformers>=4.29.1
Requires-Dist: einops>=0.7.0
Requires-Dist: openai>=1.12.0
Requires-Dist: typing-extensions>=4.9.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: twine>=4.0.2; extra == "dev"

# Predacons
Predacons is a python library based on transformer used fro transfer learning
## Installation
pip install predacons
## Usage
```python
from predacons import predacons
predacons.rollout()
predacons.read_documents_from_directory()
predacons.clean_text()
predacons.train()
predacons.generate_text()
```
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
## License
[MIT](https://choosealicense.com/licenses/mit/)

