Skip to content

ognick/neropoet

Repository files navigation

Neropoet

Lyrics generator for russian language based on users posts in the vk.com .

Install:

1. Execute: pip install -r requirements.txt

2. Make ./credentials.py:

read more

 credentials = {
    'group_token': 'group_token',
    'app_token': app_token',
    'bot_auth': {
        'app_id': '3031599',
        'user_login': 'your_login',
        'user_password': 'your_pass',
    },
    'group_id': 'neropoet',
    'blacklist': [349746767],
    'tester_ids': [4294291],
}

3. Download word2vec model wiki-model.bin and move to ./dictionary/wiki-model.bin

Run:

Console:

1. ./downloader.py [start_id] [end_id]
2. ./poet.py datasets/vk_[start_id]_[end_id]_ext.bin

GUI:

1. ./autorun.py [start_id] [end_id]

About

Lyrics generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages