Implementation of Samantha chatbot from
Related works: https://github.com/ali-essam/Her-OS-One-Samantha-Experiment
Implementation of Kara: The Digital Human ( now, with face! :P )
Cedits:
The mesh is from The
The name "Kara" is inspired by
git clone https://github.com/Juppiter-AI-Labs/GPT-3-Chatbot.git
cd GPT-3-Chatbot
git checkout rasa
NOTE: Make sure pip version is <=20.2.
Install rasa and rasa-x
pip install rasa[full]
pip install rasa-x --extra-index-url https://pypi.rasa.com/simple
P.S: Make sure yarn is installed, if not follow these instructions
cd frontend
yarn install
create a gpt_key.json file
cd rasa
touch gpt_key.json
add your api key in gpt_key.json
# inside gpt_key.json
{ "key": "your-api-key-here." }
automatically setup all the servers and serve our webapp in localhost:8080
chmod +x run_script.sh
./run_script.sh