AI Assistant




This is my fun project. This project builds an AI assistant using Open AI API.
Users can sign up to create an account, select their favorite genres and what social interest they are looking for. Then they can search books using the google book API and find the book they have a physical copy of and want to lend it to others. Once they added the book, the other users will be able to see that book on the lending list, and they can borrow it. If another user borrows that book, then a ledger is created in the back end and an email will be sent out to the user with the borrower info so the two users can make arrangements to lend out the book. The book will also disappear from the lending list and appears in the borrower’s borrowed list. When the borrower returns the book, an email will be sent out again, notifying the lender that the book is ready to be returned. Once the book is returned, the book will disappear from the borrower’s borrow list and appear again on the lending list and the ledger will be deleted on the backend.
You can find the project code in the github repository as well as the deployed web page below. You are also welcome to sign up and use this app!