Spaces:
Running
Running
Delete README.md
Browse files
README.md
DELETED
@@ -1,59 +0,0 @@
|
|
1 |
-
---
|
2 |
-
title: AI Clinical Notes
|
3 |
-
emoji: 🦀
|
4 |
-
colorFrom: yellow
|
5 |
-
colorTo: yellow
|
6 |
-
sdk: streamlit
|
7 |
-
sdk_version: 1.42.0
|
8 |
-
app_file: app.py
|
9 |
-
pinned: false
|
10 |
-
---
|
11 |
-
|
12 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
13 |
-
|
14 |
-
# AI Clinical Notes
|
15 |
-
|
16 |
-
Created by Dr. Fernando Ly
|
17 |
-
|
18 |
-
## Description
|
19 |
-
This application helps medical professionals automatically generate clinical notes from doctor-patient conversations. It uses:
|
20 |
-
- Whisper for speech-to-text transcription
|
21 |
-
- Mixtral-8x7B for clinical note generation
|
22 |
-
- Streamlit for the user interface
|
23 |
-
|
24 |
-
## Features
|
25 |
-
- Real-time audio recording
|
26 |
-
- Automatic speech transcription
|
27 |
-
- AI-powered clinical note generation
|
28 |
-
- Clean and intuitive interface
|
29 |
-
|
30 |
-
## Setup
|
31 |
-
1. Install the required dependencies:
|
32 |
-
```bash
|
33 |
-
pip install -r requirements.txt
|
34 |
-
```
|
35 |
-
|
36 |
-
2. Make sure you have a `.env` file with your Huggingface API token:
|
37 |
-
```
|
38 |
-
HUGGINGFACE_TOKEN=your_token_here
|
39 |
-
```
|
40 |
-
|
41 |
-
3. Run the application:
|
42 |
-
```bash
|
43 |
-
streamlit run app.py
|
44 |
-
```
|
45 |
-
|
46 |
-
## Usage
|
47 |
-
1. Open the application in your web browser
|
48 |
-
2. Set the desired recording duration using the slider
|
49 |
-
3. Click "Start Recording" to begin capturing the conversation
|
50 |
-
4. Wait for the transcription and clinical notes to be generated
|
51 |
-
5. Review and verify the generated notes
|
52 |
-
|
53 |
-
## Important Notes
|
54 |
-
- This is an AI-assisted tool. Always review and verify the generated notes
|
55 |
-
- Ensure you have proper consent before recording conversations
|
56 |
-
- Keep patient privacy and HIPAA compliance in mind when using this tool
|
57 |
-
|
58 |
-
## License
|
59 |
-
This project is licensed under the MIT License.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|