5, 10 or 20 seats+ for your team - learn more
In this series of liveProjects, you’ll use data science and natural language processing techniques to perform the kind of real-world work routinely conducted by data scientists in the marketing sector. You’ll build an effective solution that can scrape, analyze, and monitor chatter on a Reddit forum to determine the opinions of your company’s customers. Each project in this series can stand alone or be worked through together, as you go hands on with data collection, data exploration, utilizing transfer learning, and building effective data dashboards.
In this liveProject, you’ll harvest customer opinions about your company’s products from the comments left on the subreddit for your company, and store them in a database for future analysis. You’ll connect to the Reddit API, identify and clean up the data fields you need, and store the data into MongoDB.
In this liveProject, you’ll clean and analyze data scraped from Reddit to determine customer opinions of your products within a set time period. You’ll utilize common natural language processing techniques such as stemming, tokenization, and latent dirichlet allocation (LDA) to discover patterns in people’s opinions, and then visualize your results and summarize your findings.
In this liveProject, you’ll use transformer-based deep learning models to predict the tag of Reddit subreddits to help your company understand what its customers are saying about them. Transformers are the state of the art, large-scale deep language models pretrained on a huge corpus of text, and are capable of understanding the complexity of grammar really well. You’ll train this model on your own data set, and tune its hyperparameters for the best results.
In this liveProject, you’ll build an interactive dashboard that will allow the marketing team at your company to monitor any mention of your company’s products on Reddit. You’ll start by visualizing relevant subreddit data, then build a model to monitor your mentions on Reddit. Finally, you’ll deploy the Streamlit dashboard on Heroku. Streamlit offers a simple and easy way to build a highly interactive and beautiful dashboard with just a few lines of codes, whilst Heroku offers free web hosting for data apps.
This liveProject is for confident Python programmers interested in taking their first steps into data analysis for marketing. To begin this liveProject you will need to be familiar with the following:
Note: The final milestone of Project 4 Deploy a Streamlit Dashboard uses Heroku to demo the completed app. Heroko incurs a cost. There is intermittent use, and the Eco option ($5) will be sufficient to get the app working as Eco covers 1000 hours, and we will be using far less than that for this project.
geekle is based on a wordle clone.