autoscriber-lib Python library for the autoscriber summarizer. Install python3 -m pip install --upgrade autoscriber Usage from autoscriber import summarize summarize("text here") # list of bullet points Run Example python3 example.py