zheng

App that demonstrates audio speech recognition

https://github.com/sebswu/zheng

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.2%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

App that demonstrates audio speech recognition

Basic Info
  • Host: GitHub
  • Owner: sebswU
  • Language: Python
  • Default Branch: master
  • Homepage:
  • Size: 452 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 1
  • Open Issues: 5
  • Releases: 0
Created over 4 years ago · Last pushed 6 months ago
Metadata Files
Readme Citation

README.md

zhEng

App that demonstrates audio speech recognition and gives feedback on developing language learners' lexical dictionary

Setup

  • git clone the repository

- navigate to the zheng folder and run pip install -r requirements.txt

What Users Do:

Users input an audio file of an enunciation into the dropbox. Below the dropbox is a text field in which they are to submit the text version of the enunciation. Users are responsible for making sure that all words are identifiable using a published dictionary (no slang terms or abbreviations). If they want to save a group of vocabulary words for further reference, they may sign up for an account.

What this Web App Does:

Takes the audio and text input as a form to be passed to an AWS Transcribe service. Based on the transcribed word identity and the confidence score given by the service, the app will return cards of all the words that have not been transcribed confidently or accurately, using the Free Dictionary API for audio pronounciations and definitions.

Tech Used:

  • Django (Backend processes, routing, views, authentication)
  • Bootstrap (Styling the UI)
  • AWS boto3 module (S3 and Transcribe services)
  • Free Dictionary API (Get info and audio pronunciation of mispronounced word)
  • requests module (Used to make REST calls)

Owner

  • Name: Sebastian Wu
  • Login: sebswU
  • Kind: user

As of now, a teenager who is interested in coding just like millions of others.

Citation (citation.tex)

@software{django,
  author = {{Django Software Foundation}},
  title = {Django},
  url = {https://djangoproject.com},
  version = {4.1.5},
  date = {2022-11-21},
}
@software{freedictionaryapi,
author = {{}}
}

GitHub Events

Total
  • Delete event: 1
  • Push event: 4
  • Pull request event: 5
  • Create event: 3
Last Year
  • Delete event: 1
  • Push event: 4
  • Pull request event: 5
  • Create event: 3

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 0
  • Total pull requests: 4
  • Average time to close issues: N/A
  • Average time to close pull requests: 1 minute
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 4
  • Average time to close issues: N/A
  • Average time to close pull requests: 1 minute
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • sebswU (4)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/django.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v3 composite
DictionAssist/jstoolchain/package-lock.json npm
  • @nodelib/fs.scandir 2.1.5 development
  • @nodelib/fs.stat 2.0.5 development
  • @nodelib/fs.walk 1.2.8 development
  • acorn 7.4.1 development
  • acorn-node 1.8.2 development
  • acorn-walk 7.2.0 development
  • anymatch 3.1.2 development
  • arg 5.0.2 development
  • binary-extensions 2.2.0 development
  • braces 3.0.2 development
  • camelcase-css 2.0.1 development
  • chokidar 3.5.3 development
  • color-name 1.1.4 development
  • cssesc 3.0.0 development
  • defined 1.0.1 development
  • detective 5.2.1 development
  • didyoumean 1.2.2 development
  • dlv 1.1.3 development
  • fast-glob 3.2.12 development
  • fastq 1.13.0 development
  • fill-range 7.0.1 development
  • fsevents 2.3.2 development
  • function-bind 1.1.1 development
  • glob-parent 6.0.2 development
  • glob-parent 5.1.2 development
  • has 1.0.3 development
  • is-binary-path 2.1.0 development
  • is-core-module 2.11.0 development
  • is-extglob 2.1.1 development
  • is-glob 4.0.3 development
  • is-number 7.0.0 development
  • lilconfig 2.0.6 development
  • merge2 1.4.1 development
  • micromatch 4.0.5 development
  • minimist 1.2.7 development
  • nanoid 3.3.4 development
  • normalize-path 3.0.0 development
  • object-hash 3.0.0 development
  • path-parse 1.0.7 development
  • picocolors 1.0.0 development
  • picomatch 2.3.1 development
  • pify 2.3.0 development
  • postcss 8.4.19 development
  • postcss-import 14.1.0 development
  • postcss-js 4.0.0 development
  • postcss-load-config 3.1.4 development
  • postcss-nested 6.0.0 development
  • postcss-selector-parser 6.0.10 development
  • postcss-value-parser 4.2.0 development
  • queue-microtask 1.2.3 development
  • quick-lru 5.1.1 development
  • read-cache 1.0.0 development
  • readdirp 3.6.0 development
  • resolve 1.22.1 development
  • reusify 1.0.4 development
  • run-parallel 1.2.0 development
  • source-map-js 1.0.2 development
  • supports-preserve-symlinks-flag 1.0.0 development
  • tailwindcss 3.2.4 development
  • to-regex-range 5.0.1 development
  • util-deprecate 1.0.2 development
  • xtend 4.0.2 development
  • yaml 1.10.2 development
DictionAssist/jstoolchain/package.json npm
  • tailwindcss ^3.2.4 development
requirements.txt pypi
  • boto3 >=1.2
  • django >=2.0
DictionAssist/requirements.txt pypi
  • Cython ==0.29.30
  • Django ==4.1.2
  • Markdown ==3.3.7
  • PyNaCl ==1.5.0
  • PyYAML ==5.4.1
  • Wave ==0.0.2
  • Werkzeug ==2.1.2
  • asgiref ==3.5.2
  • astunparse ==1.6.3
  • async-timeout ==4.0.2
  • attrs ==21.4.0
  • awsebcli ==3.20.3
  • bcrypt ==4.0.1
  • blessed ==1.19.1
  • boto3 >=1.3
  • botocore ==1.29.84
  • cached-property ==1.5.2
  • cachetools ==5.0.0
  • cement ==2.8.2
  • certifi ==2021.10.8
  • chardet ==4.0.0
  • click ==8.1.2
  • click-config-file ==0.6.0
  • click-plugins ==1.1.1
  • colorama ==0.4.3
  • conda ==4.12.0
  • configobj ==5.0.6
  • docker ==4.4.4
  • docker-compose ==1.25.5
  • dockerpty ==0.4.1
  • docopt ==0.6.2
  • filelock ==3.8.0
  • flatbuffers ==2.0
  • frozenlist ==1.3.1
  • future ==0.16.0
  • gast ==0.5.3
  • google-auth ==2.6.6
  • google-auth-oauthlib ==0.4.0
  • humanize ==4.2.0
  • importlib-metadata ==4.11.3
  • jmespath ==0.10.0
  • jsonschema ==3.2.0
  • libclang ==14.0.1
  • multidict ==6.0.2
  • munkres ==1.1.4
  • nltk ==3.7
  • oauthlib ==3.2.0
  • opt-einsum ==3.3.0
  • paramiko ==2.12.0
  • pathspec ==0.9.0
  • protobuf ==3.20.1
  • pyasn1 ==0.4.8
  • pyasn1-modules ==0.2.8
  • pyrsistent ==0.19.2
  • python-dotenv ==0.21.0
  • regex ==2022.3.15
  • requests-oauthlib ==1.3.1
  • rsa ==4.8
  • s3transfer ==0.6.0
  • semantic-version ==2.8.5
  • six ==1.14.0
  • sqlparse ==0.4.3
  • termcolor ==1.1.0
  • texttable ==1.6.7
  • tokenizers ==0.13.1
  • transformers ==4.23.0
  • twarc ==2.10.4
  • typing_extensions ==4.2.0
  • wcwidth ==0.1.9
  • websocket-client ==0.59.0
  • wrapt ==1.14.1
  • yarl ==1.7.2
  • zipp ==3.8.0