Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: CohortBot
|
3 |
+
emoji: 🤖
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: indigo
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 4.12.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
+
# CohortBot
|
13 |
+
|
14 |
+
A Gradio-based chatbot for analyzing research community data and creating cohort visualizations. This bot can:
|
15 |
+
- Process chat messages to extract researcher information
|
16 |
+
- Analyze research fields and affiliations
|
17 |
+
- Create visualizations of community data
|
18 |
+
- Provide interactive chat responses using Zephyr-7b-beta model
|
19 |
+
|
20 |
+
## Features
|
21 |
+
- Message parsing with regex
|
22 |
+
- Research field categorization
|
23 |
+
- Affiliation distribution analysis
|
24 |
+
- Interactive visualizations
|
25 |
+
- Chat interface with LLM integration
|
26 |
+
|
27 |
+
## Usage
|
28 |
+
The bot can be accessed directly through this Hugging Face Space. Simply:
|
29 |
+
1. Input your message in the chat interface
|
30 |
+
2. Paste chat history in the designated text area
|
31 |
+
3. Adjust model parameters if needed
|
32 |
+
|
33 |
+
## Model
|
34 |
+
Uses the HuggingFaceH4/zephyr-7b-beta model for generating responses
|
35 |
+
|
36 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|