Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 821 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 821 Bytes

AI-Storytelling

This is Natural Language Processing project that targets on conversion of short stories to audiobooks with features of characters, voice, musical background and sound of activities generation. With the combination of these features, audiobook would be created. And, based on the success of the project, it could be extended with image or video processing features in upcoming days.

Steps to Install:

  1. Install Python 3.9.0
  2. Install requirements by "pip install -r requirements.txt"
  3. Download en_core_web_sm by "python -m spacy download en_core_web_lg"
  4. Create folder 'stories', 'audiobooks' and 'conversions' at same level of 'assets'
  5. Add .txt file inside stories like 'stories/cafe_at_midnight.txt'
  6. Change .txt file in main.ipynb according to .txt file inside stories
  7. Run main.ipynb.