yugapurush commited on
Commit
d57910b
·
verified ·
1 Parent(s): 2c84f68

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -21
README.md CHANGED
@@ -14,24 +14,43 @@ tags:
14
  ---
15
  # AI-Powered Dolibarr ERP Assistant
16
 
17
- This is an AI-powered assistant for Dolibarr ERP system.
18
-
19
- ## Setup
20
-
21
- 1. Fork this Space
22
- 2. Go to Settings > Repository Secrets
23
- 3. Add the following secrets:
24
- - `OPENAI_API_KEY`: Your OpenAI API key
25
- - `DOLIBARR_API_KEY`: Your Dolibarr API key
26
-
27
- ## Running Locally
28
-
29
- To run locally:
30
- 1. Clone this repository
31
- 2. Create a `.env` file with:
32
- ```
33
- OPENAI_API_KEY=your_openai_key
34
- DOLIBARR_API_KEY=your_dolibarr_key
35
- ```
36
- 3. Install dependencies: `pip install -r requirements.txt`
37
- 4. Run the app: `python doli4.py`
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.