{"id":20303099,"url":"https://github.com/vanities/soundcount","last_synced_at":"2025-04-11T13:44:23.977Z","repository":{"id":106652943,"uuid":"119576264","full_name":"vanities/SoundCount","owner":"vanities","description":"MTSU Software Engineering CSCI-4700 project with Vanderbilt","archived":false,"fork":false,"pushed_at":"2018-12-18T21:59:14.000Z","size":5596,"stargazers_count":1,"open_issues_count":0,"forks_count":11,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-25T10:03:10.665Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vanities.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-30T18:23:17.000Z","updated_at":"2018-12-30T03:15:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"e808db13-91bb-479c-ae8b-eb0150f9c263","html_url":"https://github.com/vanities/SoundCount","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanities%2FSoundCount","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanities%2FSoundCount/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanities%2FSoundCount/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanities%2FSoundCount/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vanities","download_url":"https://codeload.github.com/vanities/SoundCount/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248410886,"owners_count":21098790,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-14T16:35:55.554Z","updated_at":"2025-04-11T13:44:23.968Z","avatar_url":"https://github.com/vanities.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ccenter\u003e\u003cimg src=\"https://i.imgur.com/iLqILvT.png\" height=100 width=100\u003e\u003c/img\u003e\u003c/center\u003e\n\n# Measuring-Speech\nMTSU Software Engineering CSCI-4700/5700 project with \u003ca href=\"http://research.vuse.vanderbilt.edu/rasl/pase-cane-homepage/\"\u003eVanderbilt\u003c/a\u003e\n\n\u003cimg src=\"https://cdn0.iconfinder.com/data/icons/tuts/256/slack_alt.png\" height=\"20\" width=\"20\"\u003e\u003ca href=\"https://mtsu-csci4700-speech.slack.com\"\u003e Slack\u003c/a\u003e\u003c/img\u003e\n\n## Main goals\n1. Measure how many words are in an audio stream/file.\n2. Who is the speaker? Adult or child.\n3. Content of the sentence. Is it a sentence, is it a question?\n\n## Other goals\n1. Quantify when and whether a child likes or dislikes aspects.\n\n# Installing dependences  \n### Install the python package manager PIP  \n\n```python\u003c3\u003e get-pip.py``` or ```sudo easy_install pip```  \n\n__Most system use Python 2.7 as the default python interpreter.__ Be sure to check which python you're using with ```python --version``` if you are unsure of your system's default python interpreter.  You more than likely need to use ```python3```.  Pip might be available via brew for macOS: ```brew install pip3``` will likely work.  I also think there maybe a way to get pip via packages such as ```sudo apt install python3-pip``` in most Ubuntu/apt based systems.  You may also use ```pip --version``` to display which python pip will use.\n\n### Install virutalenv\n\ninstall virtualenv using pip:  \n\n```pip\u003c3\u003e install virtualenv```\n\nvirtualenv is used to create and manage environments for different python projects.  Use virtualenv to create a virtual environment by using:\n\n```virtualenv env```\n\n__NOTE: If you are in a virtual environment -- do not, EVER, use ```sudo```, as this will not install into the virutal environment. In a virtual environment, the packages are installed in (this case) to the folder ```env```__\n\n### Switching environments\nUse ```source env/bin/activate``` to load your environment.  ```env``` is a placeholder for your environment name.  \n\nuse ```deactivate``` to exit out of your environment.  \n\nTo verify which environment you're in, use ```which pip```.  if you see that the pip location is in your environment folder (env), then you are in your virtual environment.  Also notice that in virtualenv, python3 is now the default interpreter which makes life much easier.  Check using ```python --version``` and notice the __lack__ of 3 at the end.\n\n### Install packages and requirements:\n\n```swig``` is a dependance for some python packages.  Use ```apt```, ```brew```, or ```choco``` to ```install swig``` \n\nThen install python packages by:  \n```pip install -r requirements.txt```  \n\nBe sure to download the NLTK dataset: use ```python\u003c3\u003e``` to bring up an interpreter:  \n```import nltk```\n```nltk.download()```  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvanities%2Fsoundcount","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvanities%2Fsoundcount","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvanities%2Fsoundcount/lists"}