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