Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/abhishekbagdiya01/bookai-summary

BookAI Summary is a React Native Expo app designed to make book discovery and understanding easier. By leveraging the Google Books API and AI technology, the app allows users to search for books, fetch detailed book information, and generate concise AI-powered summaries for each book.
https://github.com/abhishekbagdiya01/bookai-summary

ai api application expo react react-native typescript

Last synced: about 12 hours ago
JSON representation

BookAI Summary is a React Native Expo app designed to make book discovery and understanding easier. By leveraging the Google Books API and AI technology, the app allows users to search for books, fetch detailed book information, and generate concise AI-powered summaries for each book.

Awesome Lists containing this project

README

        

# BookAI Summary

**BookAI Summary** is a React Native Expo app designed to make book discovery and understanding easier. By leveraging the Google Books API and AI technology, the app allows users to search for books, fetch detailed book information, and generate concise AI-powered summaries for each book.

## Features

- 🔍 **Search for Books:** Easily search for books using the Google Books API.
- 📖 **Detailed Book Information:** Get comprehensive details about each book, including title, author, description, and more.
- 🤖 **AI-Generated Summaries:** Quickly generate insightful AI-powered summaries for any book, helping you grasp key concepts fast.
- 🎨 **User-Friendly Interface:** Experience a smooth, clean, and intuitive UI built for ease of use.

## Libraries and Tools

- **Expo** - A framework for building cross-platform apps with ease.
- **Tenstack Query** - For managing and caching server-state data efficiently.
- **React Navigation** - Provides smooth navigation between screens.
- **Google Generative AI** - Powers the book summary generation with AI-driven insights.

### Screenshots





## Installation

To get started with **BookAI Summary**, follow these steps:

**Clone the Repository:**
```bash
git clone https://github.com/Abhishekbagdiya01/BookAI-Summary.git
cd BookAi-Summary
```

**Install dependency:**
```bash
npm install
```
**Start the app:**
```bash
npx expo start
```