A small AI model that I am working on, with pre-trained data.
pip install git+https://github.com/SciMind2460/chronos.git
(I know it's unnecessarily convoluted, but PyPI is a pain to deal with, and so is Anaconda.)
Just use the following command in your Python project:
import chronostextgen
The generator command is:
chronostextgen.generator(your_text, max_length=your_preferred_length, num_return_sequences=1)