Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 578 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 578 Bytes

N-Gram Text Generator

Word(token) generator based on N-Gram statistics. This application has three separate uses of the same N-Gram model, trained on:

  • Elon Musk Tweets (2021)
  • Airline Reviews
  • McDonald's Reviews

Sourced from Kaggle.com

Python Requirements:

  • numpy
  • tqdm
  • flask

To run the app (in project root folder):

unzip npy/airline_model.zip
flask --app app run

Preview: