Skip to content

hazerb/movie-recommender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

movie-recommender

this is an application which recommends movies based on user's microphone input.

nodejs version >= 12 and npm version >= 8 is required. Necessary node_modules should be installed with "npm install"

To use google cloud speech-to-text service, credential is required. backend.js is backend code. It can be run via "GOOGLE_APPLICATION_CREDENTIALS=<path-to-speech-to-text-key.json> node backend.js" It listens port 3200.

frontend code is inside src folder. It can be run with "npm start"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published