An open API service indexing awesome lists of open source software.

https://github.com/amrrs/aviralify_python

Creating Text Content similar to the Newsletter from 'A Junior VC'
https://github.com/amrrs/aviralify_python

markovify nlg python text-generation

Last synced: 2 months ago
JSON representation

Creating Text Content similar to the Newsletter from 'A Junior VC'

Awesome Lists containing this project

README

          

# 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](https://us12.campaign-archive.com/?u=feb495b549c951a17eb2162c4&id=d8d3e547a0)

# To-Do

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