This app analyzes character popularity from One Piece. In the One Piece world, we have many characters who have varying popularity at a given time. I wanted to capture that relationship, where we can see how the public is feeling about a certain character at a certain time.
-
Set up APIs using Flask
-
Connect a Postgress local instance to the API
-
Gather trend data
-
Gather reddit data using API
- Analyse API data using Vader sentiment analysis
-
Implement AWS SDK
- Set up RDS
- Set up API Gateway
- Move function into Lambda