halimbahae commited on
Commit
8789e2d
·
verified ·
1 Parent(s): 7941dc8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -12
README.md CHANGED
@@ -1,12 +1,23 @@
1
- ---
2
- title: CohortBot
3
- emoji: 💬
4
- colorFrom: yellow
5
- colorTo: purple
6
- sdk: gradio
7
- sdk_version: 5.0.1
8
- app_file: app.py
9
- pinned: false
10
- ---
11
-
12
- An example chatbot using [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index), and the [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index).
 
 
 
 
 
 
 
 
 
 
 
 
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