Bingeworthy is a project that helps you figure out whether to watch a TV show all the way through, or stop after some peak season.
-
Make sure you have Docker installed.
-
Clone the repository:
git clone https://github.com/idofrizler/bingeworthy.git
-
Navigate to the project directory:
cd bingeworthy -
Build the docker image:
sudo docker build -t bingeworthy .
-
To run the code, execute the following command:
sudo docker run -p 8501:8501 bingeworthy
-
The app will be available at http://localhost:8501