Skip to content

Nuneshere/TextAudioAnalyser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting MP3 audio and transcript from Youtube video and does text and audio analysis

  1. Running

    • Just run: node server.js
    • This run the entire project
  2. MP3 through Youtube

    • We are using many extensions, npm install working for all
    • brew install ffmpeg
    • ytmp3.js -> add video URL, as param play function, to get audio on line 8.
  3. Caption through Youtube

    • npm install or yarn (nightmare, cheerio, htmlEntities)
    • getCaption.js -> add video URL to get transcript on line 7 (according to the language of PC change 'More actions' to 'Mais ações', to Portuguese/Brazil).
  4. Text Emotion Analysis

    • npm install (watson-developer-cloud)
    • Using IBM Watson API (natural_language_understanding)
  5. Audio Emotion Analysis

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published