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'
- Host: GitHub
- URL: https://github.com/amrrs/aviralify_python
- Owner: amrrs
- Created: 2019-06-17T11:39:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T22:28:37.000Z (over 2 years ago)
- Last Synced: 2025-03-26T08:51:36.755Z (6 months ago)
- Topics: markovify, nlg, python, text-generation
- Language: Jupyter Notebook
- Homepage:
- Size: 1.93 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
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