https://github.com/generic-matrix/bookrecommendation
https://github.com/generic-matrix/bookrecommendation
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/generic-matrix/bookrecommendation
- Owner: generic-matrix
- Created: 2023-02-16T09:57:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-16T09:57:35.000Z (over 3 years ago)
- Last Synced: 2025-02-27T17:41:39.806Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 21.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Book Recommendation System

# Start the backend services
1) ``` pip3 install -r requirements.py ```
2) ``` python3 index.py ```
# Start the frontend services
1) ``` npm install ```
3) In the recommendation.js add the backend host url/ip
3) ``` npm start ```