Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# /e/ Vocal Assistant
<p align="center">
<img src="./.github/appDemo.png" alt="image-20200623191251374" style="zoom:50%;"/>
</p>
## Introduction
/e/ Vocal Assistant is a project designed to be opensource and respectful application for the **/e/ OS**.
This project has to be incorporated within the [/e/ Foundation Project](https://gitlab.e.foundation/e)
This project was made using [Leon chatbot](https://github.com/leon-ai/leon)
## /e/ Project
The /e/ Foundation goal is to produce open source, privacy-enabled smartphone operating systems.
## Current Project State
The application features 3 majors parts :
- A front-end Kotlin-based application that handles user's communication
- Leon Chatbot as a back-end interpreter for speech to text or module's redirection
- Leon's Modules, allowing adding features to the assistant such as SMS sending or Calendar handling
within the front-end we implemented a basic chat as well as a vocal handling.
The project features addition to Leon's chatbot in the handling of Front-end actions return, making the modules able to make android-based actions
## Development
### Installation
```bash
# clone the Vocal assistant repository
git clone https://github.com/PoCFrance/e poc-e
```
concerning the application, you will have to follow an [android studio guide](https://developer.android.com/guide) to lead you through the software
### Usage
```bash
# TODO
```
Rebuild the app if needed thanks to android studio software
## What's next
We plan to add multiples modules making the assistant bigger and able to handle more request.
Also, we did not yet implemented it on /e/ OS and it would be the next major step.