Skip to content

ANJALIAGARWAL-IT/Genre

Repository files navigation

Genre

To predict the Genre of a movie.

Movie Genre Prediction:

Table of Content

Demo

link

Overview

This is a Web app which will predict the genre of the movie based on the movie script you enter in the text box.

Installation

The Code is written in Python 3.6.10. If you don't have Python installed you can find it here. If you are using a lower version of Python you can upgrade using the pip package, ensuring you have the latest version of pip. To install the required packages and libraries, run this command in the project directory after cloning the repository:

pip install -r requirements.txt

Deployement on Heroku

Login or signup in order to create virtual app. You can either connect your github profile or download ctl to manually deploy this project.

Our next step would be to follow the instruction given on Heroku Documentation to deploy a web app.

Directory Tree

├── static 
│   ├── styles
├── templates
│   ├── index.html
    ├── result.html
├── Procfile
├── README.md
├── kaggle_movie_train.csv
├── cv-transform.pkl
├── app.py
├── Genre.ipynb
├── movie-genre-mnb-model.pkl
├── requirements.txt

Technologies Used

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages