Metadata-Version: 2.1
Name: coolquote
Version: 0.1.0
Summary: A Python package that generates cool quotes based on different categories using a language model(GPT2).
Home-page: https://github.com/efeecllk/coolquote
Author: efeecllk
Author-email: efecelik576@gmail.com
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: transformers
Requires-Dist: torch

# CoolQuote

CoolQuote is a Python package that generates cool quotes based on different categories using an open-source language model.

## Installation

You can install the package using pip:

