Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
.Rproj.user
.Rhistory
.RData
.Ruserdata
venv/
5 changes: 0 additions & 5 deletions INSTALL.md

This file was deleted.

6 changes: 0 additions & 6 deletions INTRODUCTION.md

This file was deleted.

48 changes: 0 additions & 48 deletions LICENSE.md

This file was deleted.

1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: gunicorn app:server
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Source code can be found on [Github](https://www.github.com/ampas/ssi_calculator
For more information on the Spectral Similarity Index please visit: [http://www.oscars.org/ssi](http://www.oscars.org/ssi)

## Software
This calculator was built using [R](https://www.r-project.org/), [Shiny](https://shiny.rstudio.com/), [Shiny Server Open Source](https://www.rstudio.com/products/shiny/shiny-server/) and [colorSpec](https://cran.r-project.org/web/packages/colorSpec/index.html).
This calculator was built using [Python](https://www.python.org/) and [Dash](https://dash.plotly.com/)

## License Terms
The Academy Spectral Similarity Index (SSI) Calculator is provided by the
Expand Down
Loading