Live demo https://git.heroku.com/microsoft-stream1199.git

Microsoft Stream - Video Streaming Web App

A web streaming app with smart movie recommendation system.


Submission for Microsoft engage '2022

image001


Features and Interfaces


1.Landing page

image

2.Sign In Page

image

3.Home Page after Login

image

4.Movie Recommendations Based on Linear Regression Algorithm

image

5.Movie Recommendations Based on Content Based "Pirates of the Caribbean: The Curse of the Black Pearl"

image

6.Movie Recommendations Based on user and item based collabrative algorithm

image

image

7.Search movies with keywords autocompletion

image

image

8.Content Based recommendations from the user search input

image


## Tech Stack
  • Redux & React
  • Javascript
  • Nodejs
  • Express
  • MongoDb
  • Instructions


    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/