Skip to content

MrityunjayBhardwaj/The-Digitial-Human-Project

Repository files navigation

The Digital Human Project

v1.0: Samantha

Implementation of Samantha chatbot from Her

Related works: https://github.com/ali-essam/Her-OS-One-Samantha-Experiment

v1.5 Kara

Implementation of Kara: The Digital Human ( now, with face! :P )

Cedits:

The mesh is from The WikiHuman Project The name "Kara" is inspired by Detroid:Become Human

SETUP

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.

Installing backend dependencies.

Install rasa and rasa-x

pip install rasa[full]
pip install rasa-x --extra-index-url https://pypi.rasa.com/simple

Install the frontend dependencies

P.S: Make sure yarn is installed, if not follow these instructions

cd frontend
yarn install

Setting up your api key.

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." }

RUN THE APP

automatically setup all the servers and serve our webapp in localhost:8080

chmod +x run_script.sh
./run_script.sh

About

Digital Human using GPT-2/J, Tacotron and Pytorch3D.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published