Learn practical skills, build real-world projects, and advance your career

Jovian Cousre Project

Predicting Movie Genre from Posters using Deep Learning Models in Pytorch

Link to custom DataSet
Link_to modified DataSet used modified dataset for this project

!pip install jovian
Collecting jovian Downloading https://files.pythonhosted.org/packages/b5/4f/518848f2410b6f506a8f1fb3a088a9d5fc3d2e2681332f04f9fe847a7e97/jovian-0.2.26-py2.py3-none-any.whl (66kB) |████████████████████████████████| 71kB 4.0MB/s eta 0:00:011 Requirement already satisfied: pyyaml in /usr/local/lib/python3.6/dist-packages (from jovian) (3.13) Requirement already satisfied: requests in /usr/local/lib/python3.6/dist-packages (from jovian) (2.23.0) Requirement already satisfied: click in /usr/local/lib/python3.6/dist-packages (from jovian) (7.1.2) Collecting uuid Downloading https://files.pythonhosted.org/packages/ce/63/f42f5aa951ebf2c8dac81f77a8edcc1c218640a2a35a03b9ff2d4aa64c3d/uuid-1.30.tar.gz Requirement already satisfied: chardet<4,>=3.0.2 in /usr/local/lib/python3.6/dist-packages (from requests->jovian) (3.0.4) Requirement already satisfied: idna<3,>=2.5 in /usr/local/lib/python3.6/dist-packages (from requests->jovian) (2.10) Requirement already satisfied: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 in /usr/local/lib/python3.6/dist-packages (from requests->jovian) (1.24.3) Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.6/dist-packages (from requests->jovian) (2020.12.5) Building wheels for collected packages: uuid Building wheel for uuid (setup.py) ... done Created wheel for uuid: filename=uuid-1.30-cp36-none-any.whl size=6502 sha256=c488145ea847532ec25ae79bcd8c71f244f0b5b3488032a4fc1dfed8e300826d Stored in directory: /root/.cache/pip/wheels/2a/80/9b/015026567c29fdffe31d91edbe7ba1b17728db79194fca1f21 Successfully built uuid Installing collected packages: uuid, jovian Successfully installed jovian-0.2.26 uuid-1.30
project_name='jovian-zero2GAN-courseProject'