Getting Started
Python
- With out a lot of testing to confirm this claim, you should need two things installed: Docker and Python.
- Run
python3 ./buildDocker.py
, this should provide you with a docker image that you can run.
Ba(sh)
- With out a lot of testing to confirm this claim, you should need two things installed: Docker and bash.
- Run
./buildDocker.sh
, this should provide you with a docker image that you can run. - Navigate to the test folder, and run
a.
./runBlogCast.sh
b../runBlogCastDebug.sh
c../runBlogCastIterate.sh
Todo:
- Switch Docker to Podman or minikube
- Develop better config/command interface to tell BlogCast what files need to be ingested.
- Develop better system for transforming incoming files into text that is ready to be processed.
- Train better voice models.
- Move python package dependencies into setup.py