This dataset contains 1000 stories spanning 100 different genres. Each story is represented in a tabular format using a dataframe. The dataset includes unique IDs, titles, and the content of each story.
Genre List
The list of all genres can be found in the genres.txt file.
reading genre_list variable
with open('story_genres.pkl', 'rb') as f:
story_genres = pickle.load(f)