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:
- Install Python 3.9.0
- Install requirements by "pip install -r requirements.txt"
- Download en_core_web_sm by "python -m spacy download en_core_web_lg"
- Create folder 'stories', 'audiobooks' and 'conversions' at same level of 'assets'
- Add .txt file inside stories like 'stories/cafe_at_midnight.txt'
- Change .txt file in main.ipynb according to .txt file inside stories
- Run main.ipynb.