Update README.md
Browse files
README.md
CHANGED
|
@@ -14,24 +14,43 @@ tags:
|
|
| 14 |
---
|
| 15 |
# AI-Powered Dolibarr ERP Assistant
|
| 16 |
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
##
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
---
|
| 15 |
# AI-Powered Dolibarr ERP Assistant
|
| 16 |
|
| 17 |
+
An intelligent conversational interface for Dolibarr ERP that transforms how you interact with your business management system. Instead of navigating through complex menus, simply chat with your ERP system in natural language.
|
| 18 |
+
|
| 19 |
+
## 🎥 Demo Video
|
| 20 |
+
### [Watch our demo video here](https://youtu.be/oYAxRSNC8hc) to see the assistant in action!
|
| 21 |
+
|
| 22 |
+
## Features
|
| 23 |
+
- Natural language interface for Dolibarr ERP
|
| 24 |
+
- Direct integration with Dolibarr's API
|
| 25 |
+
- Comprehensive management of:
|
| 26 |
+
- Customers & Contacts
|
| 27 |
+
- Invoices & Orders
|
| 28 |
+
- Products & Inventory
|
| 29 |
+
- Proposals & Projects
|
| 30 |
+
- Real-time data access and management
|
| 31 |
+
- Clean, modern UI with instant responses
|
| 32 |
+
|
| 33 |
+
## How to Use
|
| 34 |
+
Simply chat with the assistant using natural language. For example:
|
| 35 |
+
- "Show me all customers"
|
| 36 |
+
- "List recent invoices"
|
| 37 |
+
- "What products do we have?"
|
| 38 |
+
- "Create a new customer"
|
| 39 |
+
|
| 40 |
+
## Technical Details
|
| 41 |
+
- Built with Python and Gradio
|
| 42 |
+
- Powered by OpenAI's language models
|
| 43 |
+
- Integrates with Dolibarr's REST API
|
| 44 |
+
- Real-time data processing and response generation
|
| 45 |
+
|
| 46 |
+
## Requirements
|
| 47 |
+
- Dolibarr ERP instance
|
| 48 |
+
- Valid API keys for:
|
| 49 |
+
- OpenAI
|
| 50 |
+
- Dolibarr
|
| 51 |
+
|
| 52 |
+
## Try it Now!
|
| 53 |
+
Click the "Run" button above to start interacting with the assistant. No installation required!
|
| 54 |
+
|
| 55 |
+
## Note
|
| 56 |
+
This is a demo instance connected to a test Dolibarr environment. For production use, you'll need to configure your own API keys and Dolibarr instance.
|