Inspiration
Our inspiration was wanting to give disabled people, like blind people, the ability to create automated processes and access different information using speech through SAP Build.
What it does
Case 1: For accessing your data We built a web UI that intakes speech commands and turns them into code
Case 2: For creating an automated process It takes speech input and it creates an automated process based on the wants of the user using an ai model.
How we built it
Case 2: we created a python script that takes a ready made template based on the request of the user and unzips the MTAR file, turning it into executable code which an ai model is trained to detect and add different features. The file is then rezipped into the original MTAR and is ready to me imported to SAP build and deployed.
Challenges we ran into
we faced a lot of challenges, SAP build doesn't have an API that turns its projects into executable code, only MTAR files. we had to figure out how to access these files, how they work, how the JSON files inside functioned, where the different UUIDs came from, how they functioned, what the different artifacts were and their different use cases, the creation of the flow of operations, and last but not least, how to re zip and turn it to an MTAR file that is acceptable with the SAP Build.
Accomplishments that we're proud of
The whole project
Log in or sign up for Devpost to join the conversation.