https://github.com/byteshiva/recommend-api
Book recommendation api written in Flask
https://github.com/byteshiva/recommend-api
Last synced: 6 months ago
JSON representation
Book recommendation api written in Flask
- Host: GitHub
- URL: https://github.com/byteshiva/recommend-api
- Owner: byteshiva
- Created: 2022-01-14T14:02:46.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T17:45:37.000Z (about 2 years ago)
- Last Synced: 2025-01-22T12:12:47.142Z (12 months ago)
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# recommend-api
Book recommendation api written in Flask
## api link --> https://4ul5c1.deta.dev/
### Endpoints
```https://4ul5c1.deta.dev/api/books/all``` - return all books
```https://4ul5c1.deta.dev/api/books?title=str``` - return all books which title containing ```str``` substring
##### recommendation of books is in development