A streaming app for baseball fans along with some extra Ai features(see images)
- Multiple languages
- AI-Fan interaction about next event
- Content-based filtering and telecasting Homerun videos
git clone https://github.com/alien-cyber/SwingStream.git
cd backend
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
daphne -b 0.0.0.0 -p 8080 backend.asgi:application
This project is licensed under the Apache License Version 2.0.
