/OpenDex

ChatGPT for Pokemon

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

OpenDex

ChatGPT for Pokemon. Powered by OpenAI GPT-3 and Langchain

Dataset

Complete Pokemon Dataset by Mario Tormo Romero

Setup

1) Create OpenAI API Key here

2) Paste Key in .env.example so it looks like this

OPENAI_APK_KEY="sk-...aup2"

3) Rename .env.example to .env

4) Create Virtual Environment in the root folder and activate

virtualenv venv
venv\Scripts\activate # -> windows
source venv/bin/activate # -> linux/mac

5) Install Dependencies

pip install -r requirements.txt

6) Run Flask Web Server

python app.py

License

GNU AGPL v3

Youtube Video

https://youtu.be/hpps9CKD0pk