The Hugging Chat Book Bot is a recommendation system that suggests books based on the mood you select. It utilizes the Streamlit framework for the frontend and the Hugging Chat API by Soulter for making API calls.
- Installation
- Usage
- Features
- Contributing
To install and set up the Hugging Chat Book Bot, follow these steps:
- Clone the repo
$ git clone https://github.com/anzarwani/hugging-chat-book-bot.git
- Install the requirements
$ pip install -r requirements.txt
- Run the app
$ streamlit run app.py
To use the Hugging Chat Book Bot, follow these steps:
-
Access the application via your web browser.
-
Select your current moods from the provided options.
-
Click on the "Generate" button.
The Hugging Chat Book Bot will display book recommendations based on your selected mood.
The Hugging Chat Book Bot offers the following features:
- Mood-based book recommendations: Select your mood and receive relevant book suggestions.
- Streamlit frontend: The user interface is built using the Streamlit framework, providing an intuitive and interactive experience.
- Hugging Chat API integration: The Hugging Chat API by Soulter is utilized for making API calls to hugging face LLM.
Contributions to the Hugging Chat Book Bot project are welcome!