View Deployed Website
·
View Demo Video
·
View Design Document
-
Register Page
-
Seamless registration page which asks for basic details of the user and registers new users using face detection and generates a unique passcode automatically
-
when no face is detected, it will display an error message
-
When multiple faces are detected, it will display an error message
-
When a single face is detected clearly, it will allow the user to sign up successfully
-
-
Login Page
-
Verification Page
-
When the user enters the registered email id and clicks on the Next button, he/she will be directed to the verification page.
-
As soon as the user is verified, the username will be displayed on the screen and will be allowed to login successfully.
-
If the user is not verified, it will display 'unknown' and user will not be allowed to login.
-
-
Home Page
-
As soon as the user login successfully, it will direct to the home page.
-
Here the user can play different songs, move to the next or the previous track and increase or decrease the volume as well.
-
The navbar has a search option also. As soon as the user clicks the search button the songs will get filtered according to the search value.
-
-
Mood Detection
-
The navbar of the homepage has a 'My Mood' option which directs the user to mood detection page where the user needs to capture their image to detect the mood.
-
As soon as the mood is detected, it will be displayed on the screen and user will be allowed to proceed.
-
When the user clicks on the 'Apply' button, songs get filtered according to the detected mood.
-
-
Ecommerce Page
-
The navbar of the homepage has a 'Shop Now' option which directs the user to a basic ecommerce webpage which has music related products.
-
The user can add the products to the cart as well as remove the products from the cart. The cart can be viewed by clicking on the bag icon in the navbar of the ecommerce page.
-
The quantity can be increased or decreased and the total amount gets updated automatically as the products are removed or the quantity gets changed.
-
-
Logout
- The navbar of the homepage has a logout icon which directs the user back to the login page.
Also the website has a favicon icon to enhance its UI and increase its authenticity.
- Node.js
- Express
- MongoDB
- Handlebars
- Bootstrap
- HTML5
- CSS3
- JavaScript
- Git
- Heroku
- Figma
- Allow permissions for camera and mic
- In case any user is not broadcasted it is probably due to server overload, REFRESH the window to solve this.
- Make sure the URL is starting with https
- During face recognition, remember that the confidence score of the api is low therefore similar faces may be considered same.
Have NodeJS and MongoDB installed on your machine.
- Clone the repo
git clone https://github.com/Mishthisinghal/Microsoft-Engage-Rythmetic.git
-
cd ./Microsoft-Engage-Rythmetic
- Install node dependencies
npm install
- Create a new .env file in root directory.
- Gain Mongo connection string from Mongo DB and paste in .env as DATABASE
DATABASE=mongodb+srv://mongodb_connection_string
- Start the server
npm run start
- The app is now running at http://localhost:3000/
Feel free to contact me on LinkedIn