Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rajdeepc/penelope
a chatbot with built react. Oh you can use your mic also.!!
https://github.com/rajdeepc/penelope
chatbot javascript mic node-module react reactjs
Last synced: 6 days ago
JSON representation
a chatbot with built react. Oh you can use your mic also.!!
- Host: GitHub
- URL: https://github.com/rajdeepc/penelope
- Owner: Rajdeepc
- License: mit
- Created: 2019-05-23T15:08:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T02:13:33.000Z (about 2 years ago)
- Last Synced: 2024-11-12T04:10:37.292Z (2 months ago)
- Topics: chatbot, javascript, mic, node-module, react, reactjs
- Language: JavaScript
- Homepage:
- Size: 2.29 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## ChatBot with React JS with Mic Support
This project is made with React JS to demonstrate a chatbot and its functionalitites which has a text generator and voice to text. This can be used as a bot for most of use cases.
### Getting Started
To get you started you can simply clone the repository:```
git clone https://github.com/Rajdeepc/react-chatbot-mic
```
and install the dependencies
```
npm install
```### Prerequisites
You need git to clone the repository. You can get git from
[http://git-scm.com/](http://git-scm.com/).### Installing
#### Lint & Build
```sh
npm run lint
npm run build
```### Running the tests
```
npm test
```### Run in Local
To Run Locally Steps to follow:
* npm run start
### Built With
* [React js](https://github.com/facebook/react/).
### License
This project is licensed under the GPL License - see the [LICENSE.md](LICENSE.md) file for details