Skip to content

Henry058/The-Digitial-Human-Project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 68.4%
  • Python 16.2%
  • SCSS 10.2%
  • HTML 3.0%
  • CSS 1.3%
  • Shell 0.9%