Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/chinmoyt03/ai-shopping-list
- Owner: chinmoyt03
- Created: 2024-06-10T16:02:30.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-20T12:36:15.000Z (5 months ago)
- Last Synced: 2024-06-21T04:29:43.186Z (5 months ago)
- Topics: cors, flask, json, mysql, nlp, nodejs, pydub, python, vuejs
- Language: Python
- Homepage:
- Size: 187 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).