Skip to content

alexyuisingwu/cse6242-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSE6242-project

This project attempts to extract the emotional profiles of different films by analyzing their scripts. You can select pre-analyzed scripts from a dropdown or upload your own, though processing may take some time (< 1 minute usually).

Online Access

Access the app online at cse6242-project.herokuapp.com

Installation and Running

Set up a python3 virtual environment. Then install the requirements in requirements.txt and run python3.py.

virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
python run.py

Once the app is running, navigate to http://0.0.0.0:5000 to begin use.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published