Inspiration
Saving Lives One Tweet at a Time
What it does
An intelligent twitter bot that replies to medicine requests with actionable information (i.e. previous tweets with offers and pharmacies that have the medicine)
How I built it
Text Processing:
- text to lower
- Remove punctuation marks and numbers
- Replace medicine names for a keyword
- Remove stop words
- Apply Spanish stemmer to the words
- Create a vector representation of the text: size 100
Use NLTK and SKLEARN for the Tweet Classifier
Challenges I ran into
- Tweets with Images
- Lack of Data
- Integration challenges in GCP
Accomplishments that I'm proud of
This system replies in quasi-realtime to people that need medicine now!
What I learned
Building bots that respond in real-time is hard
What's next for MediTweet
- Make the system more scalable and robust
- Process images within tweets
- Improve Classifier
Log in or sign up for Devpost to join the conversation.