An open API service indexing awesome lists of open source software.

https://github.com/generic-matrix/bookrecommendation


https://github.com/generic-matrix/bookrecommendation

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Book Recommendation System

![Output](https://github.com/generic-matrix/BookRecommendation/blob/main/Output/output.gif?raw=true)

# 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 ```