Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 557 Bytes

File metadata and controls

23 lines (14 loc) · 557 Bytes

Aviralify_Python

This is an ML-based attempt to programmatically simulate Newsletter from the A JUNIOR VC. Thanks to markovify Python library that helps us build a Markov Chain Model for Text generation in a couple of lines.

Required Packages

(Refer requirements.txt)

Execution

python3 aviralify_python_min.py

Courtesy:

A Junior VC Newsletter

To-Do

  • More args to control the length
  • Use open-gpt-2 for a better(?) output
  • Web Interface