Skip to content

Chewbaccalakis/BookRecAIAgent

 
 

Repository files navigation

Book Recommender Agent

This is an AI book recommender agent that helps booksellers recommend in-stock books.

Installing w/o Docker Compose

You'll need Milvus for the vector database.

We recommend using Docker with Milvus: https://milvus.io/docs/install_standalone-docker.md https://hub.docker.com/

Using Docker Compose

Start containers with the command "docker compose up" in the same directory as docker-compose.yml

OpenAI API Key

Rename example.env to .env and replace with your OpenAI API key

Helpful Links

UI: https://www.gradio.app/

Notes

Sample Database: https://www.kaggle.com/datasets/arpansri/books-summary?resource=download

Contributing

Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.7%
  • Dockerfile 7.3%