diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..c9cb08ebef55efb13e6182cd813ef827089bd248 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Multi-label movie classification using logistic regression +Server adrress: http://20.86.144.56/ +If server is down please email jm01061@surrey.ac.uk + +# How to run locally: +1. Clone the master branch locally. +2. Install the necessary Python and NodeJS dependencies. +3. Open two terminal windows in the coursework folder. +4. Run app.py with Python 3 from the coursework directory. +5. Run index.js using Node from within the NodeAPI directory. \ No newline at end of file diff --git a/README.txt b/README.txt index 7bea9ab391475e3876feeea6e66ca08504a20e3b..c9cb08ebef55efb13e6182cd813ef827089bd248 100644 --- a/README.txt +++ b/README.txt @@ -1,2 +1,10 @@ +# Multi-label movie classification using logistic regression Server adrress: http://20.86.144.56/ -if server is down please email jm01061@surrey.ac.uk +If server is down please email jm01061@surrey.ac.uk + +# How to run locally: +1. Clone the master branch locally. +2. Install the necessary Python and NodeJS dependencies. +3. Open two terminal windows in the coursework folder. +4. Run app.py with Python 3 from the coursework directory. +5. Run index.js using Node from within the NodeAPI directory. \ No newline at end of file