Voxura focuses on gaining real-time insights and extracting data from speech.
Here is the original (Speech-to-Form) example of what Voxura can do:
(You can see the code for this in the 'First POC' folder in this repo.)
Here is a screenshot of the WPF demo:
- (75% done) Voxura.Core - the core functionality of Voxura, for embeddig scenarios: a. configuration of LLMs and prompts b. processing speech input c. extracting data from speech d. returning JSON data
- (75% done) Voxura.MauiDemo - a demo app for Voxura.Core, using .NET MAUI. Demos for Android, Windows, Linux
- (90% done) Voxura.WpfDemo - a demo app for Voxura.Core, using WPF (Windows only)
- (0% done) Voxura.WebAPI - a web api wrapper around Voxura.Core, with the additional features: a. configuration of LLMs and prompts b. access control c. streaming speech or text input
- (0% done) Voxura.WebDemo - a web demo using Voxura.WebAPI
- (0% done) Voxura.BlazorDemo - a Blazor demo using Voxura.WebAPI
- No releases yet, just clone the repo
- Clone the repo
- Enjoy
All commits must be signed with a DCO signature to avoid being flagged by the DCO Bot. This means that your commit log message must contain a line that looks like the following one, with your actual name and email address:
Signed-off-by: John Doe <john.doe@example.com>
Adding the -s
flag to your git commit
will add that line automatically. You can also add it manually as part of your commit log message or add it afterwards with git commit --amend -s
.
- Fork it (https://github.com/finos/Voxura/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Read our contribution guidelines and Community Code of Conduct
- Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
Copyright 2024 FINOS
Distributed under the Apache License, Version 2.0.
SPDX-License-Identifier: Apache-2.0