- Install Docker.
cd
intogenre_classification
.- Run the application as follows:
# Create a docker Image
docker build -t djangoapp .
# Start Web app from a docker container
docker run -p 8000:8000 -i -t djangoapp
# Go to following link in the browser
http://localhost:8000
- numpy
- Django v3.1.3
- joblib
- matplotlib
- pandas
- sqlite3
- scikit-learn
- scipy
- sqlparse
- gunicorn
- librosa
- keras v2.4.3
- tensorflow v2.3.0
- Tailwind CSS
- Alpine.js
- Chart.js