/movie_genre

end to end web app developed using Tensorflow and deployed using Django

Primary LanguagePython

Movie Genre

End to end web app developed using Tensorflow and deployed using Django, HTML, CSS.

Application

image

Installation and Set-up

pip install -r requirements.txt

Download weights

Model CKPT

  • Copy and paste the genre_Weights file into movie_genre/genre_scan/src/

Running web app locally

python manage.py runserver
open http://127.0.0.1:8000/ in the browser to verify if app is successfully loaded