All Projects → sasamijp → SStoAI

sasamijp / SStoAI

Licence: MIT License
性格を持った人工無能を生成するCLIツール

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to SStoAI

Projectana
World's first Open Source Conversation Platform which comes with a Graphical Chat Flow Designer and Chat Simulator.
Stars: ✭ 209 (+1507.69%)
Mutual labels:  chatbot-framework
sepia-assist-server
Core server of the SEPIA Framework responsible for NLU, conversation, smart-service integration, user-accounts and more.
Stars: ✭ 81 (+523.08%)
Mutual labels:  chatbot-framework
gpt-j
A GPT-J API to use with python3 to generate text, blogs, code, and more
Stars: ✭ 101 (+676.92%)
Mutual labels:  chatbot-framework
Botmaster
The chatbot framework for your serious projects
Stars: ✭ 239 (+1738.46%)
Mutual labels:  chatbot-framework
neocortex
🧠Neocortex is a tool to connect your cognitive service (e.g. DialogFlow) 🤖 with your communication channels (like facebook) 📞to create amazing bots
Stars: ✭ 24 (+84.62%)
Mutual labels:  chatbot-framework
Million-Live-Quintet-Player
IDOLM@STER Million Live! Theater Days Unit Simulation
Stars: ✭ 55 (+323.08%)
Mutual labels:  idolmaster
Flottbot
A chatbot framework written in Go. All configurations are made in YAML files, or inside scripts written in your favorite language.
Stars: ✭ 175 (+1246.15%)
Mutual labels:  chatbot-framework
sepia-docs
Documentation and Wiki for SEPIA. Please post your questions and bug-reports here in the issues section! Thank you :-)
Stars: ✭ 160 (+1130.77%)
Mutual labels:  chatbot-framework
gort
Gort is a chatbot framework designed from the ground up for chatops.
Stars: ✭ 381 (+2830.77%)
Mutual labels:  chatbot-framework
Hutoma-Conversational-AI-Platform
Hu:toma AI is an open source stack designed to help you create compelling conversational interfaces with little effort and above industry accuracy
Stars: ✭ 35 (+169.23%)
Mutual labels:  chatbot-framework
core
The conversational engine and framework that powers the OpenDialog Conversational Experience platform.
Stars: ✭ 32 (+146.15%)
Mutual labels:  chatbot-framework
nextcloud-talk-bot-framework
A framework for writing Nextcloud Talk chatbots with every language that supports gRPC.
Stars: ✭ 23 (+76.92%)
Mutual labels:  chatbot-framework
alter-nlu
Natural language understanding library for chatbots with intent recognition and entity extraction.
Stars: ✭ 45 (+246.15%)
Mutual labels:  chatbot-framework
Rasatalk
A chatbot framework for Rasa NLU
Stars: ✭ 225 (+1630.77%)
Mutual labels:  chatbot-framework
virtual-assistant
Virtual Assistant
Stars: ✭ 67 (+415.38%)
Mutual labels:  chatbot-framework
Rasa core
Rasa Core is now part of the Rasa repo: An open source machine learning framework to automate text-and voice-based conversations
Stars: ✭ 2,302 (+17607.69%)
Mutual labels:  chatbot-framework
chatbot
A fast responsive, machine learning, conversational dialog engine for creating chat bots, written in Go.
Stars: ✭ 347 (+2569.23%)
Mutual labels:  chatbot-framework
intelligo-generator
🛠️ Chatbot generator for Intelligo Framework.
Stars: ✭ 31 (+138.46%)
Mutual labels:  chatbot-framework
intelligo.js.org
The official website for Intelligo chatbot framework.
Stars: ✭ 18 (+38.46%)
Mutual labels:  chatbot-framework
clofus-chatbot
Clofus® Chat bot Platform using rasa core and rasa nlu similar to rasa x but opensource demo https://clofus.github.io/clofus-chatbot/
Stars: ✭ 61 (+369.23%)
Mutual labels:  chatbot-framework

SStoAI

ショートストーリーを人工無能に変換します スライド: https://www.slideshare.net/sasamijp/ss-31508690

Installation

git clone git://github.com/sasamijp/SStoAI.git SStoAI

cd SStoAI

bundle install

Usage

作成

./以下にディレクトリを作成し、SSを自動収集して学習データを作る:

bundle exec bin/SStoAI new tarou 太郎

作成途中で失敗した

bundle exec bin/SStoAI reconvert tarou 太郎
今集まってる分だけで学習させます

話しかける

話しかける:

bundle exec bin/SStoAI talk tarou 元気ですか

botとして動かす

./tarou/key.rbにbotとして動かしたいアカウントのCK/CSその他もろもろを入れておく
なんかbundlerでやったらうまくいかんかったもうやだ
gem install twitter
gem install tweetstream

起動:

bundle exec bin/SStoAI twitterbot tarou

SS自動生成

何人か用意しておく:
bundle exec bin/SStoAI new tarou 太郎
bundle exec bin/SStoAI new jirou 次郎
bundle exec bin/SStoAI new saburo 三郎

ファイル名、何行文出すか、誰を出演させるかを指定して実行:
bundle exec bin/SStoAI generateSS testss.txt 1000 tarou jirou saburou

何かあれば@sasamijpまで

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].