{"id":21206154,"url":"https://github.com/joemar25/nio-application","last_synced_at":"2025-07-30T12:37:13.338Z","repository":{"id":209134064,"uuid":"572134044","full_name":"joemar25/NIO-Application","owner":"joemar25","description":"This is the official SE Application on the Group of BU students entitled Nio. The application aims to help students or any public speakers to become more fluent on their speeches by helping them improve using our application.","archived":false,"fork":false,"pushed_at":"2023-12-06T06:34:33.000Z","size":72039,"stargazers_count":23,"open_issues_count":16,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-05T12:04:40.371Z","etag":null,"topics":["flask","machine-learning","nlp","python"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joemar25.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2022-11-29T16:15:19.000Z","updated_at":"2025-03-21T02:37:09.000Z","dependencies_parsed_at":"2023-11-25T10:36:00.781Z","dependency_job_id":"896a884f-b224-4b72-96e5-8a755e6016e0","html_url":"https://github.com/joemar25/NIO-Application","commit_stats":null,"previous_names":["joemar25/nio-application"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/joemar25/NIO-Application","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joemar25%2FNIO-Application","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joemar25%2FNIO-Application/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joemar25%2FNIO-Application/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joemar25%2FNIO-Application/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joemar25","download_url":"https://codeload.github.com/joemar25/NIO-Application/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joemar25%2FNIO-Application/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267867831,"owners_count":24157357,"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","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["flask","machine-learning","nlp","python"],"created_at":"2024-11-20T20:54:22.153Z","updated_at":"2025-07-30T12:37:13.291Z","avatar_url":"https://github.com/joemar25.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nio\n\nNio is an application that aims to help students and public speakers become more fluent in their speeches by providing them with tools and resources to improve their speaking skills.\n\n## Features\n\n- Speech analysis: Nio can analyze a user's speech and provide feedback on areas for improvement such as pace, tone, and use of filler words.\n- Practice mode: Nio offers a practice mode where users can practice their speeches in a supportive environment and receive real-time feedback.\n- Resources: Nio provides a variety of resources such as videos, articles, and tips on how to improve public speaking skills.\n- Progress tracking: Users can track their progress over time and set goals for improvement.\n\n## Usage\n\nTo use Nio, follow these steps:\n\n1. Input your username.\n2. Choose a speech to practice or create a new one.\n3. Click Record Button and begin speaking.\n4. Receive feedback from Nio and work to improve your speaking skills.\n5. Explore the resources section for additional tips and tools.\n\n## Contributing\n\nWe welcome contributions to Nio! To contribute, follow these steps:\n\n1. Fork the repository.\n2. Make your changes and test them.\n3. Submit a pull request.\n\nCreators are:\nJoemar Cardiño\nJohn Olan Gomez\nArrlee John Balagtas\nGlenn Viola\nJericho Bite\n\n## Credits\n\nNio was created by Bicol University Student's Joemar, Olan, Glenn, Arrlee and Jericho.\n\n- icons are from: \u003chttps://fontawesome.com/v4/icons/\u003e\n\n## References\n\n\u003chttps://www.write-out-loud.com/speech-rate.html\u003e\n\n## Additional Command and TIPS\n\n- for Activating an Environment in Python for Powershell\n\n```py\n    Set-ExecutionPolicy -ExecutionPolicy Unrestricted\n```\n\n- if ffmpeg is added to your pc but cannot read it, put it on ENV PATH on your pc\n\n## Guide\n\nInstallation Sequence:\n\n```git\npip install --upgrade pip\npip install --upgrade setuptools\npip install --upgrade setuptools wheel\npython -m venv .venv\n\n.venv/Scripts/activate\n\npip install firebase-rest-api\npip install flask\npip install flask_sqlalchemy\npip install python-dotenv\npip install pydub\npip install Flask-Login\npip install Flask-WTF\npip install pytz\npip install -U openai-whisper\npip install aiohttp\npip install librosa\npip install keras\npip install tensorflow==2.12.0\npip install nltk\npip install transformers==4.29.1\npip install praat-parselmouth\npip install scikit-learn==1.2.2\n```\n\nNote if you have an error in FFMPEG, you may search for solutions online.\n\nFor Linux:\n\n```cmd\nsudo apt update\nsudo apt install ffmpeg\n```\n\nNote for Windows you may read and download it from https://ffmpeg.org/download.html\n  ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoemar25%2Fnio-application","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoemar25%2Fnio-application","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoemar25%2Fnio-application/lists"}