Skip to content

patel-aum/ZiggyBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ZiggyBot

A Rasa bot based on chatgpt

Our Youtube Tutorials link: https://www.youtube.com/playlist?list=PLv5TuIj35e2Cj4vhdLRWbsjtUf27KUete

Steps to Recreate Ziggy: clone the repo

  1. open it in Code editor

  2. Go to RasaFramework >> action >>.env file and fill ChatGPT API key and path for authenticated Google OAuth File

  3. create a virtual environment by typing following in terminal python -im env1 .\myenv .\env1\Scripts\activate

  4. install following dependencies:

pip install openai pip install pandas pip install pathlib pip install requests pip install ruamel.yaml pip install python-dotenv

  1. Go to RasaFramework directory
  2. Run Command "pip install rasa[full] " OR Run Command " rasa install "
  3. Run Command " rasa init "
  4. Run Command " rasa run --enable-api --cors "*" " in one shell to activate RASA api hook server
  5. Run Command " rasa run actions " in other shell to activate action server

About

A Rasa bot based on chatgpt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published