Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 274 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 274 Bytes

ai-venture

Integrating AI Dungeon with Google Assistant https://github.com/AIDungeon/AIDungeon

Virtual Environment Setup

python -m venv env

source env/bin/activate

pip install --update pip && pip install -r requirements.txt

Running Server

python app.py