-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
40 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Customer support agent demo | ||
|
||
This is a demo of a customer support app built using motleycrew and Ray. | ||
|
||
It includes sample data for populating the issue tree. | ||
|
||
|
||
## Installation and usage | ||
We suggest you set up a virtualenv for managing the environment. | ||
|
||
``` | ||
git clone https://github.com/ShoggothAI/motleycrew.git | ||
cd motleycrew | ||
pip install -r requirements.txt | ||
python -m motleycrew.applications.customer_support.issue_tree # populate the issue tree | ||
ray start --head | ||
python -m motleycrew.applications.customer_support.ray_serve_app | ||
``` | ||
|
||
Navigate to http://127.0.0.1:8000/ and have fun! | ||
Also, check out the Ray dashboard for the app logs etc. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
motleycrew | ||
ray[serve] | ||
pandas |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters