Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,15 @@
|
|
1 |
---
|
2 |
tags:
|
3 |
- text-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
|
|
5 |
Ask Rahul7star AI
|
6 |
|
7 |
This project implements a conversational AI agent powered by Hugging Face's Inference API. It allows users to ask questions about "Rahul7star" and receive personalized responses regarding his career, hobbies, and other details. The agent uses a trained model for more dynamic responses, with predefined answers for commonly asked questions.
|
|
|
1 |
---
|
2 |
tags:
|
3 |
- text-classification
|
4 |
+
widget:
|
5 |
+
- text: "Do you know rahul7star?"
|
6 |
+
output:
|
7 |
+
- label: POSITIVE
|
8 |
+
score: 0.8
|
9 |
+
- label: NEGATIVE
|
10 |
+
score: 0.2
|
11 |
---
|
12 |
+
|
13 |
Ask Rahul7star AI
|
14 |
|
15 |
This project implements a conversational AI agent powered by Hugging Face's Inference API. It allows users to ask questions about "Rahul7star" and receive personalized responses regarding his career, hobbies, and other details. The agent uses a trained model for more dynamic responses, with predefined answers for commonly asked questions.
|