Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick-web committed Jul 22, 2022
2 parents 97762ef + 743bd6b commit 283cd0d
Showing 1 changed file with 61 additions and 0 deletions.
61 changes: 61 additions & 0 deletions README.md
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
```

0 comments on commit 283cd0d

Please sign in to comment.