Sentiment analysis performed on the transcripts and titles of youtube videos related to the game Cyberpunk 2077
The purpose of this project is to apply Natural Languague Techniques
, concretly, sentiment analysis
to transcripts and description of several youtube videos.
The chosen topic is the videogame Cyberpunk 20177
and the data was scrapped from Youtube 6 days after the game was released
.
📍 Programming language: Python
📍 Libraries: moviepy
, speech_recognition
, youtubesearchpython
, librosa
and nltk.sentiment.vader
- Firstly several searches were performed in YouTube, such as:
cyberpunk 2077 review
,cyberpunk 2077 recommended
,cyberpunk 2077 problem
... There were made several of them as the packageSearchVideos
has a limit of videos for each search - The videos were downloaded as
mp4
format - The audio of each video was extracted as
wav
format Speech recognition
was performed for the first3 minutes of each video
- Result:
136 videos
with the following features:url
,description
,duration
,views
,transcript
andrating
🔗 Data description 🔗 Sentiment analysis on Transcript 🔗 Sentiment analysis on Description