Skip to content

Predict whether a kickstarter will succeed, fail, be cancelled, suspender or live.

License

Notifications You must be signed in to change notification settings

shreyas44/kickstarter-predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Predicting the Probability of the state of a kickstarter campaign

Screen Shot 2021-01-13 at 2 54 39 PM

Prerequisites

Run Application

To run the application, run the below command

$ docker-compose up -d

Once, you've run the above command, you can can visit https://localhost:3000 to use the application.


If you want to work with the jupyter notebook, then you can run the below commands to set up the environment in the /assets folder and install all dependencies.

$ cd assets
$ virtualenv .
$ source bin/activate
$ pip install -r requirements.txt

To run jupyter notebook, you can run jupyter notebook

About

Predict whether a kickstarter will succeed, fail, be cancelled, suspender or live.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published