Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 1.27 KB

README.md

File metadata and controls

31 lines (27 loc) · 1.27 KB


Welcome to Resiliency Challenge!

In this hackathon, we are going to develop an AI-based chatbot on Facebook messenger and Whatsapp, which is expected to propagate the information of 2020 US Census and COVID-19 to everyone in need, especially the non English speaking immigrants.

Requirement

Python3.6 ( Python 3.7 won’t work in some places)
pytorch1.5.0
Flask
os
sys
numpy
ngrok

TO-DO

Corpus collection
Corpus augmentation (optional, but very possibly necessary)
WhatsApp chatbot
WeChat chatbot (optional)
Cloud deployment (e.g. AWS, Azure)
Parameter Improvement

NOTICE

For any dataset I’ve used in the current robot, please refer to this site https://www.cs.cornell.edu/~cristian/Cornell_Movie-Dialogs_Corpus.html. If you want to run the codes on your own, make sure to download and put “movie_lines.txt” and “movie_conversations.txt” in the train directory (You are supposed to create it on your own).