Kornel Howil*, Dominik Matuszek*
(* denotes equal contribution)
The main goal of this project is to build an app that takes an image of a book cover and:
- Automatically reads the title, author, and publisher
- Recommends similar books
- Clone this repository (you know how to do this)
- Install the required packages
pip install -r requirements.txt- Generate Gemini API key
- You're good to go!
python app.py- app.py - Gradio app
- example/1984.jpg - A sample book cover
- requirements.txt - Python dependencies
- scanreads - Backend of the application
