{"id":18471551,"url":"https://github.com/matteopolak/chatterbox","last_synced_at":"2026-05-07T03:39:55.613Z","repository":{"id":143654183,"uuid":"568271370","full_name":"matteopolak/chatterbox","owner":"matteopolak","description":"RNN-based chat message generator.","archived":false,"fork":false,"pushed_at":"2023-11-04T19:22:25.000Z","size":11276,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-12T14:22:39.164Z","etag":null,"topics":["numpy","pandas","python","rnn","tensorflow","text-generation"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/matteopolak.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-11-20T01:25:46.000Z","updated_at":"2023-11-04T19:22:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"91e6d736-b1f3-4373-a937-8ae3b9677a52","html_url":"https://github.com/matteopolak/chatterbox","commit_stats":null,"previous_names":["matteopolak/chatterbox"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/matteopolak/chatterbox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matteopolak%2Fchatterbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matteopolak%2Fchatterbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matteopolak%2Fchatterbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matteopolak%2Fchatterbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matteopolak","download_url":"https://codeload.github.com/matteopolak/chatterbox/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matteopolak%2Fchatterbox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32722160,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["numpy","pandas","python","rnn","tensorflow","text-generation"],"created_at":"2024-11-06T10:17:16.835Z","updated_at":"2026-05-07T03:39:55.595Z","avatar_url":"https://github.com/matteopolak.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chat Generator\n\n![Build Status](https://github.com/matteopolak/chatterbox/actions/workflows/yapf.yml/badge.svg)\n[![License:MIT](https://img.shields.io/badge/license-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n## Training on new text\n\n```bash\npython src/train.py --model atrioc --data data/atrioc.csv\n```\n\n### Chat dataset format\n\nThe message dataset must be a CSV file where the first column is the username of the chatter, and the second column is the message content. The column header should not be present. For example:\n\n```csv\nmattepolak,\"Hello, world!\"\n```\n\n### Using a GPU\n\nTo use a GPU, [follow the official instructions](https://www.tensorflow.org/install/pip#step-by-step_instructions).\n\n## Generating text\n\n```bash\npython src/generate.py --model atrioc --length 500 --text \"atrioc: i love\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatteopolak%2Fchatterbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatteopolak%2Fchatterbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatteopolak%2Fchatterbox/lists"}