Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 558 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 558 Bytes

ToolsAndSuch by zklsmr

Some scripts I wrote using ✨ AI ✨ to perform various tasks

Implemented:

  • Summarization of articles using ✨ AI ✨

Planned:

  • Voice chat for language learning

Usage Example

# docs are called using -h
# Summarization function example 
python3 sums.py [-h] pdf_in txt_out max_l min_l chunk_arg


positional arguments:
  pdf_in      PDF file to summarize
  txt_out     output file
  max_l       max length
  min_l       min length
  chunk_arg   chunk proportion from total text