{"id":18577604,"url":"https://github.com/pjt3591oo/lstm-chatbot","last_synced_at":"2026-04-29T15:37:36.957Z","repository":{"id":100331752,"uuid":"105592891","full_name":"pjt3591oo/LSTM-chatbot","owner":"pjt3591oo","description":"LSTM을 이용한 챗봇","archived":false,"fork":false,"pushed_at":"2017-10-02T22:48:32.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-17T15:27:54.418Z","etag":null,"topics":["chatbot","lstm","slack"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pjt3591oo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-10-02T22:47:20.000Z","updated_at":"2020-01-26T22:08:06.000Z","dependencies_parsed_at":"2023-05-13T22:00:37.822Z","dependency_job_id":null,"html_url":"https://github.com/pjt3591oo/LSTM-chatbot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pjt3591oo%2FLSTM-chatbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pjt3591oo%2FLSTM-chatbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pjt3591oo%2FLSTM-chatbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pjt3591oo%2FLSTM-chatbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pjt3591oo","download_url":"https://codeload.github.com/pjt3591oo/LSTM-chatbot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254453511,"owners_count":22073608,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["chatbot","lstm","slack"],"created_at":"2024-11-06T23:29:44.647Z","updated_at":"2026-04-29T15:37:31.920Z","avatar_url":"https://github.com/pjt3591oo.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 심플챗봇\n\n해당 프로젝트는 LSTM을 이용한 간단한 챗봇입니다.\n\n# 프로젝트 구조\n\n* convert.py\n* botengine.py\n* create_models.py\n* slack.py\n\n\n* `convert.py`\n\n해당 파일은 카카오톡 대화내용을 이용하여 챗팅 훈련에 필요한 데이터로 만들어 줍니다. 한 유저가 끊어서 채팅 한 경우 하나의 문장으로 만들어 줍니다.\n\n카카오 파일은 kakao.csv로 같은 디렉터리에 넣어주면 됩니다.\n\n해당 파일을 실행하면 `converted.txt` 파일 생성\n\n\n\n* `create_model.py`\n\nconvert.py로 생성된 converted.txt를 LSTM을 이용하여 훈련 후 모델을 만든다.\n\n훈련결과를 `mnist_mlp_model.h5`의 파일로 만든다.\n\n\n* `slack.py`\n\n슬랙 봇 메인 프로그램\n\n```python\nslack_token = '슬랙토큰'\nchannel = '#채널명'\n```\n\n해당 팀에 맞는 토큰과 채널을 넣어주면 됨.  ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpjt3591oo%2Flstm-chatbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpjt3591oo%2Flstm-chatbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpjt3591oo%2Flstm-chatbot/lists"}