Live demo https://git.heroku.com/microsoft-stream1199.git
A web streaming app with smart movie recommendation system.
1.Landing page
2.Sign In Page
3.Home Page after Login
4.Movie Recommendations Based on Linear Regression Algorithm
5.Movie Recommendations Based on Content Based "Pirates of the Caribbean: The Curse of the Black Pearl"
6.Movie Recommendations Based on user and item based collabrative algorithm
7.Search movies with keywords autocompletion
8.Content Based recommendations from the user search input
## Tech Stack
1.git clone https://github.com/Terminator1199/Microsoft-Stream.git
2. cd ./client & npm install & npm start
3. cd ./recommendatoin engine & npm install & npm start
4. cd ./server & npm install & npm run watch
5. The App is now running at http://localhost:3000/
,
6. Server Runnin at http://localhost:8000/
7. Recommendation engine running at http://localhost:9000/