Nilai Vemula, December 2020
Category: Text Analysis/ Natural Language Processing
Goal: Create a news recommendation system that selects articles from different parts of the political spectrum.
Read the write-up for a full description of this project!
Repository Structure:
- At this time, most of the code is still in development. You can find this progress in the Jupyter Notebooks in the
notebooks/
folder. - The data collection script has been refined and is located in
scripts/
. It expects a file calledsecrets.py
that contains your Reddit log-in and API credentials. - The streamlit web app code is located in
web_app.py
.