Spaces:
Build error
Build error
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,12 +1,23 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
-
|
| 11 |
-
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# CohortBot
|
| 2 |
+
|
| 3 |
+
A Gradio-based chatbot for analyzing research community data and creating cohort visualizations. This bot can:
|
| 4 |
+
- Process chat messages to extract researcher information
|
| 5 |
+
- Analyze research fields and affiliations
|
| 6 |
+
- Create visualizations of community data
|
| 7 |
+
- Provide interactive chat responses using Zephyr-7b-beta model
|
| 8 |
+
|
| 9 |
+
## Features
|
| 10 |
+
- Message parsing with regex
|
| 11 |
+
- Research field categorization
|
| 12 |
+
- Affiliation distribution analysis
|
| 13 |
+
- Interactive visualizations
|
| 14 |
+
- Chat interface with LLM integration
|
| 15 |
+
|
| 16 |
+
## Usage
|
| 17 |
+
The bot can be accessed directly through this Hugging Face Space. Simply:
|
| 18 |
+
1. Input your message in the chat interface
|
| 19 |
+
2. Paste chat history in the designated text area
|
| 20 |
+
3. Adjust model parameters if needed
|
| 21 |
+
|
| 22 |
+
## Model
|
| 23 |
+
Uses the HuggingFaceH4/zephyr-7b-beta model for generating responses
|