-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
61 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
|
||
# Gabby Voice Assistant | ||
|
||
A voice assistant built with React Native | ||
|
||
## Features | ||
|
||
- Making Calls | ||
- Send SMS messages | ||
- Send Whatsapp messages | ||
- Send Email | ||
- Play Music | ||
- Open installed apps | ||
- Get jokes | ||
- Get quotes | ||
- Google things | ||
- News, Weather, traffic,facts, calculations, anything googleable | ||
|
||
- Toggle voice responses | ||
## Screenshots | ||
|
||
### Making a Call and Sending a Message | ||
![Screenshot_20220721-070203](https://user-images.githubusercontent.com/56973177/180152688-8cfaf616-0ee7-402a-981f-58ed3e5b2c07.png) | ||
### Googling / Searching for stuff | ||
![Screenshot_20220721-070118](https://user-images.githubusercontent.com/56973177/180152764-4c6a5141-4930-4783-bd1e-b2feaec9b223.png) | ||
### List Commands Tab | ||
![Screenshot_20220721-065525](https://user-images.githubusercontent.com/56973177/180152828-78fc4d64-8721-4cee-ade2-463ea1ab63b2.png) | ||
### Tutorials Tab | ||
![Screenshot_20220721-065517](https://user-images.githubusercontent.com/56973177/180152842-9f45ea85-45c1-4ffc-a0ee-92069c4d99fb.png) | ||
### Introduction to App | ||
![Screenshot_20220721-065508](https://user-images.githubusercontent.com/56973177/180152861-ae83ccf5-6e0f-4b58-a6ba-3d8bac20cc36.png) | ||
### Getting Quotes and Jokes | ||
![Screenshot_20220721-070247](https://user-images.githubusercontent.com/56973177/180152870-9fc33ef1-dd4b-4cd5-9a16-146feb0bc321.png) | ||
## Feedback | ||
|
||
If you have any feedback, please reach out on twitter @PnTX10 or Github discussions | ||
|
||
|
||
|
||
## Contributing | ||
|
||
Contributions are always welcome! | ||
|
||
A lot of features can be added but I don't have the time for all of them so if you want to add something | ||
just make a pull request | ||
## Development | ||
|
||
### Install the project | ||
|
||
```bash | ||
git clone https://github.com/Patrick-web/Robo | ||
cd Robo | ||
yarn install | ||
``` | ||
### Run the app | ||
|
||
```bash | ||
yarn bundle-assets | ||
yarn build-test | ||
yarn install-test | ||
``` |