Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 393 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 393 Bytes

Website in which user pastes in text and the user input is then used to compute the following:

  • Word Frequencies
  • Word/Charactar Counts
  • A Brief Summary
  • Randomy Generated Text

This project was built using the following technolgies:

  • Materialize (a bootstrap-like framework)
  • Flask
  • Sumy (for summarizing)
  • Nltk
  • Markovify (for the randomy generated text)