KinderGuard is a web application designed to protect children using advanced audio insights. The application leverages Azure Video Indexer to analyze audio content and provide valuable insights.
Capability Name | Uses | Decision | Notes |
---|---|---|---|
Face Detection | Video | No | |
Emotion Detection | Text | Yes | Can help identify emotions |
Sentiment Analysis | Text | Yes | Analyzes text sentiment |
Speaker Identification | Audio | No | |
Keyframe Extraction | Video | No | |
Visual Text Recognition | Video | No | |
Audio Transcription | Audio | Yes | Converts speech to text |
Keyword Extraction | Text | No | |
Object Detection | Video | No | |
Scene Detection | Video | No | |
Translation | Text | No | |
Language Identification | Audio, Text | No | |
Audio Event Detection | Audio | Yes | Detects specific sounds |
Topic Modeling | Text | No |
- Emotions: Anger, Fear, Joy, Sad, None
- Sentiments: Positive, Negative, Neutral
- Speaker Identification: (Sorted indexes - Speaker_1,..., Speaker_n)
- Audio Event Detection - Silence, Crowd Reactions, Silence, Breaking glass, Alarm or siren, Laughter, Crying, Music playing, Screaming
Make sure you have Docker installed on your computer. If Docker is not installed, download and install Docker for your operating system.
From the root directory of the project, run the following command to build and start the containers for the first time:
- docker-compose build && docker-compose up This will build both the frontend and backend Docker images and start the application.
After the initial setup, you can use the following commands to start and stop the application:
- Start the containers:
- docker-compose up
- Stop the containers:
- docker-compose down
Access the Application:
- The frontend (React app) will be accessible at http://localhost:3000.
- The backend (Python app) will be running on port 5000.
- Follow this guide: How to get Free Azure Credits - Microsoft Employees Only
- Keep your new personal alias written somewhere, let's say
israelisraeli
- Install powershell for your operating system
- clone the code from github into
kinderguard
folder - open a powershell terminal
- cd into
kinderguard
- run ./setup.ps1
- The script will ask for your alias and domain.
Make sure to properly enter your alias and your domain. For instance if your personal account is
israelisraeli@outlook.com
, the alias isisraelisraeli
and the domain isoutlook
- The script will run everything automatically and should open a window where you will login with your personal account
- After the script finishes running, it will provide you with an URL where you can generate an access token for Video Indexer.
- You can also find the URL in the .env file as so:
GenerateTokenUrl='https://portal.azure.com/#@israelisraelioutlook.onmicrosoft.com/resource/subscriptions/<subscriptionid>/resourceGroups/<resourcegroupname>/providers/Microsoft.VideoIndexer/accounts/<accountname>/management_api_item'
- You can also access this via portal.azure.com -> resource groups -> youralias-rg -> viaccountyouralias -> Management -> Management API
- Under
Permission type
selectContributor
- Then under
Access Token
, click:Generate
Congrats! you can now use your generated access token + account id (saved in the .env file) as credentials in the Kinderguard app!
We welcome contributions to KinderGuard! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch for your feature or bugfix.
- Commit your changes and push the branch to your fork.
- Create a pull request to the main repository.
Video Indexer Official Website
How to get Free Azure Credits - Microsoft Employees Only
Azure Video Indexer API Samples
Embed Azure Video Indexer Widgets
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.