This is an MDST project focused on automating the creations of Reddit storytime videos for Tik Tok.
- To Create your own branch run.
git clone [email protected]:MichiganDataScienceTeam/W24-TikTokVideos.git
cd W24-TikTokVideos
git branch <Your Team Name>
- Setup Virtual Environment
python3 -m venv env
source env/bin/activate #you will need to run this command everytime you start a new terminal session
pip install -r requirements.txt
- Install packages
pip install <Package Name>