Spaces:
No application file
No application file
Create readme.md
Browse files
readme.md
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# DocuMind AI Demo
|
| 2 |
+
|
| 3 |
+
An interactive demo of an AI-powered document authoring platform specifically designed for pharmaceutical and medical documentation.
|
| 4 |
+
|
| 5 |
+
## Features
|
| 6 |
+
|
| 7 |
+
- AI-assisted content authoring
|
| 8 |
+
- Smart content suggestions
|
| 9 |
+
- Reference management
|
| 10 |
+
- Data integration
|
| 11 |
+
- Document analytics
|
| 12 |
+
|
| 13 |
+
## Tech Stack
|
| 14 |
+
|
| 15 |
+
- React
|
| 16 |
+
- Tailwind CSS
|
| 17 |
+
- Custom UI components
|
| 18 |
+
|
| 19 |
+
## Running Locally
|
| 20 |
+
|
| 21 |
+
```bash
|
| 22 |
+
npm install
|
| 23 |
+
npm start
|