Exploring Consciousness. This project will collect and analyze youtube transcripts on the topics of consciousness to create a map of the ideas and theories that are being discussed.
Channels
- Theories of Everything with Curt Jaimungal
- Closer To Truth
- New Thinking Allowed with Jeffrey Mishlove
-
Provision environment and dependencies
sh init.sh
-
Get data programmatically from youtube
sh hello-world.sh
-
Extract transcripts
- See
python3 -m hello-world" - Format txt files:
- Readability
- remove line breaks
- break lines into paragraphs
- convert paragraphs into single lines
- Timestamps (dunno how to map via json)
- Speaker (dunno how to map via json)
- See
-
Analyze transcripts
- See
hello-world.ipynb
- See