Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/farzeennimran/ai-movie-plot-generator

Generating movie plots based on genres 🎥🎞️🎬📽️
https://github.com/farzeennimran/ai-movie-plot-generator

artificial-intelligence datascience deep-learning generator machine-learning movies natural-language-processing neural-network nlp plots python text-classification text-generation

Last synced: 1 day ago
JSON representation

Generating movie plots based on genres 🎥🎞️🎬📽️

Awesome Lists containing this project

README

        

# AI Movie Plot Generator

The purpose of AI plot generator is to create a smart model capable of generating movie plots based on their genres.

## Dataset

Data was collected from IMDb and Kaggle which was then compiled into one dataset and is available on kaggle: https://www.kaggle.com/datasets/farzeenimran/movieplots/data

## Preprocessing

1) Lowercasing:

2) Special Characters Removal:

3) Stop Words Removal:

4) Tokenization:

5) Genre Mapping:

6) Handling Null Plots:

7) Dealing with Missing Values:

8) Vectorization:

## Models applied

1) RNN

3) LSTM with embedding layer

4) Markov Model

5) Transformers