microsoft / hack-together

Hack Together: Microsoft Graph and .NET is a hackathon for .NET developers to learn Microsoft Graph and Microsoft 365.
MIT License
523 stars 85 forks source link

Project: magi - An AI wizard to answer all your queries #140

Open Rahtoken opened 1 year ago

Rahtoken commented 1 year ago

Project name

magi

Description

magi is a command-line-interface tool designed to answer user queries using the Microsoft Graph API. It's built using .NET and can provide prompt responses to various questions by leveraging Microsoft Graph API.

magi solves the problem of users having to search for answers to their questions online, which can be time-consuming and inefficient. Instead, Magi can provide quick and accurate answers to user queries. It can provide users with a list of all the users in their company, their unread emails, and even their latest meetings, among others. This app is helpful for individuals, teams, and organizations alike.

With magi, users can save time and increase their productivity. This tool can help businesses become more efficient by allowing employees to access important data quickly and easily. Additionally, it can assist individuals in making better decisions by providing them with relevant information.

Demo (turn on the volume):

https://user-images.githubusercontent.com/23293949/225111392-9f6a0b12-0646-447e-a346-87ee9e334d40.mp4

Repo URL

https://github.com/Rahtoken/magi-msgraph-hackathon

Team members

Rahtoken

waldekmastykarz commented 1 year ago

Very cool @Rahtoken! It seems though, that you're not using the Microsoft Graph .NET SDK. Would you be willing to update your hack to use the SDK and make chance to win one of the cool prizes we've got?

Rahtoken commented 1 year ago

Thanks for pointing it out! I have updated the project to use the .NET SDK.