Spaces:
Runtime error
Runtime error
title: Gemmatest | |
emoji: π | |
colorFrom: yellow | |
colorTo: blue | |
sdk: gradio | |
sdk_version: 4.26.0 | |
app_file: app.py | |
pinned: false | |
# AI Customer Service Bot π€ | |
## Emotion-Aware Customer Service Bot | |
This AI-powered customer service bot is equipped to handle users' emotions during interactions, providing personalized and empathetic responses. | |
### Usage: | |
1. Clone the repository: | |
```bash | |
git clone https://huggingface.co/spaces/deadshot2003/customerservice_bot | |
--- | |
2. Navigate to the project directory: | |
```bash | |
cd <project_directory> | |
--- | |
3.Install the required dependencies: | |
```bash | |
pip install -r requirements.txt | |
--- | |
Run the FastAPI server: | |
```bash | |
uvicorn app:app --reload | |
--- | |
Access the chatbot interface: | |
Open your web browser and go to http://localhost:8000 | |
OR | |
Check out the project from hugging face embedding: | |
https://deadshot2003-customerservice-bot.hf.space | |
How to Interact: | |
Start interacting with the customer service bot by typing messages in the input field. | |
The bot is emotion-aware and will tailor its responses based on the user's emotional cues. | |
Experience personalized and empathetic customer service interactions with the AI bot! | |
Additional Information: | |
Explore the app.py file in the repository for detailed implementation information. | |
Your feedback and suggestions are welcome! | |
Feel free to open an issue or pull request in the repository. | |
Feel free to use this markdown file for your AI customer service bot | |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference | |