Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

Project: Speech 2 Todo #68

Open
KenjiPcx opened this issue Mar 7, 2023 · 8 comments
Open

Project: Speech 2 Todo #68

KenjiPcx opened this issue Mar 7, 2023 · 8 comments
Labels
hack Hackathon project submitted by participants

Comments

@KenjiPcx
Copy link

KenjiPcx commented Mar 7, 2023

Project name

Speech 2 Todo

Description

What I built

I decided to work on a webapp that allows turn your speech into tasks in the Microsoft Todo app, it is basically an AI powered productivity app

How it works

You choose a project, you record your plans, you extract todos, and you add them to Microsoft Todos
Each project will end up with its own list, you can configure your projects in the app

Why I built it

I built it to help me plan my day on each project every morning, I thought of just doing standups on each projects I am interested in doing on that day and have GPT extract tasks out of the conversation, it is just a way faster and natural way for me to create todos

That's what I use it for, but you can use it for pretty much anything else, like talking about your chores, your meetings etc

What I built it with

I used Blazor Server App, Azure Speech Service for speech recognition, Open AI Api for extraction , TailwindCSS + DaisyUI for styling

More details

I've added a lot more details and a demo in the readme page of my repository, so feel free to have a look 😁

Repo URL

https://github.com/KenjiPcx/.NET-Graph-Hack-Together

Team members

Kenji Phang (KenjiPcx)

@KenjiPcx KenjiPcx changed the title Project: <short description> Project: Speech 2 Todo Mar 7, 2023
@waldekmastykarz
Copy link
Collaborator

Hey @KenjiPcx! Thanks for the submission! Could you tell us a bit more about how you're using Microsoft Graph? From what I can see in the project, it seems like the data is stored in the local DB, but maybe I missed something.

@waldekmastykarz waldekmastykarz added the question Further information is requested label Mar 8, 2023
@KenjiPcx
Copy link
Author

KenjiPcx commented Mar 8, 2023

Hi @waldekmastykarz I am using Microsoft graph to create todos in Microsoft todos, the local db is just a simple place to create projects or essentially lists, I think I just left it in because I wanted to make something simple

I have included a demo in the repo if that helps

@waldekmastykarz
Copy link
Collaborator

Could you please share a link to the place in code where you're calling Microsoft Graph? I see you've got the reference to the Microsoft Identity SDK and define the Microsoft Graph BaseUrl, but I can't find any references to BaseUrl in the code. Sorry for the trouble if I'm missing something.

@KenjiPcx
Copy link
Author

KenjiPcx commented Mar 9, 2023

No worries @waldekmastykarz, I was using dependency injection so I guess it's harder to find the reference

You can find me registering Microsoft graph in Program.cs
https://github.com/KenjiPcx/.NET-Graph-Hack-Together/blob/main/dotnet-blazor-server-app-microsoft-graph/Program.cs#L18

And you can find me using the graph in index.razor

Here is me injecting the graph client https://github.com/KenjiPcx/.NET-Graph-Hack-Together/blob/main/dotnet-blazor-server-app-microsoft-graph/Pages/Index.razor#L15

Here is me using it with the Todo api https://github.com/KenjiPcx/.NET-Graph-Hack-Together/blob/main/dotnet-blazor-server-app-microsoft-graph/Pages/Index.razor#L242

@waldekmastykarz
Copy link
Collaborator

Thank you for the pointers and sorry for the trouble. Searching for "graph" in the repo yielded no results, which got me confused. Thank you for clarifying. Very nice hack! 👏

@waldekmastykarz waldekmastykarz added hack Hackathon project submitted by participants and removed question Further information is requested labels Mar 10, 2023
@aycabas
Copy link
Collaborator

aycabas commented Mar 13, 2023

Hey @KenjiPcx awesome project! Would you mind recording a short video walkthrough of your hack? Any format will work. It's not required for the hackathon but it would help us showcase your work both internally at Microsoft and publicly in the community. 😊

@waldekmastykarz
Copy link
Collaborator

@aycabas @KenjiPcx included a video already on his readme @ https://github.com/KenjiPcx/.NET-Graph-Hack-Together

@aycabas
Copy link
Collaborator

aycabas commented Mar 13, 2023

Sorry about that! Thank you for the awesome video @KenjiPcx

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
hack Hackathon project submitted by participants
Projects
None yet
Development

No branches or pull requests

3 participants