Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,40 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- ru
|
5 |
+
new_version: SkillForge45/Maestro-Assistant-1.1-Base-0
|
6 |
+
pipeline_tag: text-generation
|
7 |
+
tags:
|
8 |
+
- assistant
|
9 |
+
- russian-nlp
|
10 |
+
- voice-interface
|
11 |
+
- web-search
|
12 |
+
- neural-network
|
13 |
+
- homemade
|
14 |
+
- code
|
15 |
+
- legal
|
16 |
+
---
|
17 |
+
# Maestro Assistant - Russian New Assistant With Voice interface
|
18 |
+
Maestro - its open-source model with voice chat, price: free😀.
|
19 |
+
# Installation
|
20 |
+
Copy and execute these commands in bash console:
|
21 |
+
```bash
|
22 |
+
git clone https://huggingface.co/SkillForge45/Maestro-Assistant-V1.0-Search-In-The-Web/
|
23 |
+
```
|
24 |
+
```bash
|
25 |
+
pip install numpy speechrecognition pyttsx3 requests beautifulsoup4 wikipedia python-dotenv
|
26 |
+
```
|
27 |
+
# Usage
|
28 |
+
Copy and execute these commands in bash console:
|
29 |
+
```bash
|
30 |
+
python train.py #TRAIN
|
31 |
+
```
|
32 |
+
```bash
|
33 |
+
python interface.py #VOICE INTERFACE
|
34 |
+
```
|
35 |
+
# Assistant Voice Usage
|
36 |
+
Say "Эй Маэстро (query)" and start using
|
37 |
+
# RUSSIAN
|
38 |
+
Warning, this is a **RUSSIAN** model, she not for english users.
|
39 |
+
# LICENSE
|
40 |
+
This model is licensed, see the LICENSE for more information.
|