Hi HN! For my senior thesis in CS, I built an SMS-based application to make journalism more accessible. It works like this:<p>1) You text the topics you're interested in to my phone number. Every day, you'll receive a text with 5 headlines from The Associated Press (<a href="https://apnews.com/" rel="nofollow">https://apnews.com/</a>) related to those topics.<p>2) If you have questions about any of the current events the headlines describe, you just text them back. A response is generated from the contents of the articles using the RAPTOR retrieval framework (<a href="https://github.com/parthsarthi03/raptor">https://github.com/parthsarthi03/raptor</a>) and texted right back to you.<p>The repo can be found here: <a href="https://github.com/tdh15/pressText">https://github.com/tdh15/pressText</a><p>I'd really appreciate any and all feedback. Whatever you got, I'd love to hear it :)