Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chinmoyt03/ai-shopping-list

Its aim is to take voice input from the web application and generate a shopping list including item name and quantity. It is a combined project (Data Science + Web development). For language processing NLP (spacy) is used.
https://github.com/chinmoyt03/ai-shopping-list

cors flask json mysql nlp nodejs pydub python vuejs

Last synced: about 2 hours ago
JSON representation

Its aim is to take voice input from the web application and generate a shopping list including item name and quantity. It is a combined project (Data Science + Web development). For language processing NLP (spacy) is used.

Awesome Lists containing this project

README

        

# voice-text

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).