Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.17 KB

README.md

File metadata and controls

37 lines (31 loc) · 1.17 KB

Book AI App

This project is a book AI created with OpenAI's API, Python, and Gradio. It is a customizable AI that uses natural language processing (NLP) to generate book recommendations based on user input.

app image

Features

  • Generates book recommendations based on user input
  • Customizable AI to fit user preferences
  • Uses natural language processing (NLP) to process user input
  • Utilizes Python and Gradio to create a user-friendly interface

Requirements

Installation

  1. Clone the repository
git clone https://github.com/username/projectname
  1. Install the required packages
pip install -r requirements.txt
pip install gradio
pip install --upgrade openai
pip install python-dotenv --> you can also set up secret keys with GitHub Actions. 
  1. Run the program
python book-ai-app.py

Usage

  1. Enter your book preferences
  2. The AI will generate book recommendations based on your input