MakeCents is a dialogue system designed to help coin collectors quickly query coin prices, and is built using Rasa.
-
Clone repo and cd into it
-
Create and activate your environment
python3 -m venv venv
. venv/bin/activate
-
make
makecents-setup
executable and run withchmod +x makecents-setup && . makecents-setup
makecents-setup
handles getting the latest pcgs_scraper release and pip installing all dependencies
-
Run
./makecents-test
, a browser window should open -
On the left-hand side, navigate to
Talk to your bot
, and start chatting with MakeCents -
To quit, close the Rasa X tab, go back to the shell, exit with
CTRL+C