{"id":30170041,"url":"https://github.com/illusion0-0/moviprism","last_synced_at":"2026-05-08T09:34:29.140Z","repository":{"id":180805876,"uuid":"665717109","full_name":"Illusion0-0/MoviPrism","owner":"Illusion0-0","description":"Movie Recommendation System","archived":false,"fork":false,"pushed_at":"2023-07-12T22:00:09.000Z","size":1757,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-11T20:44:12.551Z","etag":null,"topics":["firebase-auth","flask","movie-recommendation","reactjs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Illusion0-0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-07-12T20:49:46.000Z","updated_at":"2023-07-18T09:46:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"03acc7ed-1a7a-42f8-9640-40e3c1dcd281","html_url":"https://github.com/Illusion0-0/MoviPrism","commit_stats":null,"previous_names":["illusion0-0/moviprism"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Illusion0-0/MoviPrism","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Illusion0-0%2FMoviPrism","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Illusion0-0%2FMoviPrism/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Illusion0-0%2FMoviPrism/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Illusion0-0%2FMoviPrism/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Illusion0-0","download_url":"https://codeload.github.com/Illusion0-0/MoviPrism/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Illusion0-0%2FMoviPrism/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32775037,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["firebase-auth","flask","movie-recommendation","reactjs"],"created_at":"2025-08-11T20:37:21.693Z","updated_at":"2026-05-08T09:34:29.132Z","avatar_url":"https://github.com/Illusion0-0.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# MoviPrism\n\nMoviPrism is a Movie Recommendation WebApp which recommends movie based on Content Similarity to the user.\n\n## Feature\n- Single Page Application via React JS which inhances the User Experience\n- Content based Movie Recommendation\n- Live Real Time Search bar to search movies\n- User can add their favourite movie in their Wishlist\n- Login using Real Time Firebase API\n- Detailed Information about movie\n\n\n\n\n\n## Demo\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003cimg src=\"https://user-images.githubusercontent.com/76676066/170882165-051b68ce-707f-4d05-8642-186441f809ba.PNG\" width=425 \u003e\u003c/td\u003e\n    \u003ctd\u003e\u003cimg src=\"https://user-images.githubusercontent.com/76676066/170882174-0cf90db9-0a78-45f5-99a9-d5d2608cc269.PNG\" width=425 \u003e\u003c/td\u003e\n\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003cimg src=\"https://user-images.githubusercontent.com/76676066/170882415-084fccf7-6f7e-4b36-8bb7-d4b737508c74.PNG\" width=425 \u003e\u003c/td\u003e\n    \u003ctd\u003e\u003cimg src=\"https://user-images.githubusercontent.com/76676066/170882450-25e76497-6d96-44c0-8870-7cfdfc9422e5.PNG\" width=425 \u003e\u003c/td\u003e\n\n  \u003c/tr\u003e\n  \n  \n \u003c/table\u003e\n\n\n\n## Deployment\n\nTo deploy this project run\n\nClone the repository\n```bash\n  git clone https://github.com/Illusion0-0/MoviPrism.git\n  cd MoviPrism/\n```\nInstall required NPM packages\n```bash\nnpm i\n```\nNote: If you face ERR while installing any react dependency, try `npm i --force`\n\nInstall Requirements for backend\n```bash\ncd backend/\npip install -r requirements.txt\n```\nCreate env file in backend directory\n```bash\ntouch .env\n```\nAdd following lines to .env file\n```bash\nexport API_KEY=\u003cYOUR_TMDB_API_KEY\u003e\n```\n\n\nRun Backend\n```bash\nflask run\n```\n\nOpen a new terminal\nCreate .env.local file in root directory\n```bash\ntouch .env.local\n```\nAdd following lines to .env.local file\n```bash\nREACT_APP_TMDB_API_KEY=\u003cYOUR_TMDB_API_KEY\u003e\n```\n\nRun Frontend\n```bash\nnpm start\n```\nThat's It! You are good to go.\n\n## Artitecture\n\n\u003cimg width=\"554\" alt=\"Capture\" src=\"https://user-images.githubusercontent.com/76676066/170882707-2784ec68-1dce-4dcb-a3e1-8883b22d0b32.PNG\"\u003e \n\u003cimg width=\"500\" alt=\"UML\" src=\"UML.png\"\u003e\n\n\u003eDataset:\n [TMDB 5000 Movie Dataset](https://www.kaggle.com/tmdb/tmdb-movie-metadata)\n\n## Note \n- This project is still under development\n- Corousel works with touchpad scroll or on mobile screen, not with mouse scroll\n- Firebase auth will be changed to node auth in future with user data stored in MongoDB\n- UI will be improved in future with more features\n\n## Tech Stack\n\u003cimg src=\"https://raw.githubusercontent.com/get-icon/geticon/master/icons/react.svg\" alt=\"React Js\" width=\"21px\" height=\"21px\"\u003e \u003cimg src=\"https://raw.githubusercontent.com/get-icon/geticon/master/icons/javascript.svg\" alt=\"Javascript\" width=\"21px\" height=\"21px\"\u003e \u003cimg src=\"https://raw.githubusercontent.com/get-icon/geticon/master/icons/firebase.svg\" alt=\"Firebase\" width=\"21px\" height=\"21px\"\u003e \u003cimg src=\"https://raw.githubusercontent.com/get-icon/geticon/master/icons/html-5.svg\" alt=\"HTML\" width=\"21px\" height=\"21px\"\u003e \u003cimg src=\"https://raw.githubusercontent.com/get-icon/geticon/master/icons/css-3.svg\" alt=\"CSS\" width=\"21px\" height=\"21px\"\u003e \u003cimg src=\"https://raw.githubusercontent.com/get-icon/geticon/master/icons/python.svg\" alt=\"Python\" width=\"21px\" height=\"21px\"\u003e \u003cimg src=\"https://raw.githubusercontent.com/get-icon/geticon/master/icons/numpy-icon.svg\" alt=\"NumPy\" width=\"21px\" height=\"21px\"\u003e \u003cimg src=\"https://raw.githubusercontent.com/get-icon/geticon/master/icons/pandas-icon.svg\" alt=\"Pandas\" width=\"21px\" height=\"21px\"\u003e \u003cimg src=\"https://raw.githubusercontent.com/get-icon/geticon/master/icons/flask.svg\" alt=\"Flask\" width=\"21px\" height=\"21px\"\u003e\n\n\u003chr\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fillusion0-0%2Fmoviprism","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fillusion0-0%2Fmoviprism","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fillusion0-0%2Fmoviprism/lists"}