├── .github └── workflows │ └── codeql.yml ├── .gitignore ├── .vscode └── settings.json ├── 0105_DNLH_DN8_Aspire_S2 ├── Documentation │ └── Images │ │ ├── Aspire_Dashboard_1.PNG │ │ ├── Aspire_Dashboard_2.PNG │ │ ├── CreateNewProject.PNG │ │ ├── Redis_Docker_Container.PNG │ │ ├── Redis_Podman_Container.PNG │ │ ├── ServiceDiscovery.PNG │ │ └── SessionFirstLook.PNG └── README.md ├── 0121_MSFT_Reactor_AI102_S19 ├── Documentation │ └── Images │ │ ├── AILanguage_With_QA.PNG │ │ ├── AddSources_KB.PNG │ │ ├── CodeToCSharp.PNG │ │ ├── Deploy_KB.PNG │ │ ├── Edit_KB.PNG │ │ ├── QnAProjectCreation.PNG │ │ ├── Test_KB_In_Postman.PNG │ │ ├── Train_Test_KB.PNG │ │ └── ViswanathaSwamyPK.PNG └── README.md ├── 0128_MSFT_Reactor_AI102_S20 ├── Documentation │ └── Images │ │ ├── CLU_AddEntity_1.PNG │ │ ├── CLU_App_In_CS.PNG │ │ ├── CLU_DataLabeling_1.PNG │ │ ├── CLU_DataLabeling_2.PNG │ │ ├── CLU_Deployment_1.PNG │ │ ├── CLU_Entities_1.PNG │ │ ├── CLU_Intents_1.PNG │ │ ├── CLU_Intents_2.PNG │ │ ├── CLU_ModelPerformance_1.PNG │ │ ├── CLU_ModelPerformance_2.PNG │ │ ├── CLU_Testing_1.PNG │ │ ├── CLU_TrainingJobs_1.PNG │ │ ├── CLU_TrainingJobs_2.PNG │ │ ├── CLU_Using_Postman.PNG │ │ ├── Create_CLU_Project.PNG │ │ ├── Create_CLU_Project_1.PNG │ │ └── ViswanathaSwamyPK.PNG └── README.md ├── 0204_MSFT_Reactor_AI102_S21 ├── Documentation │ └── Images │ │ ├── Articles_Uploaded.PNG │ │ ├── DataLabeling.PNG │ │ ├── LanguageService_CTClass.PNG │ │ ├── ModelDeployment.PNG │ │ ├── ModelPerformance.PNG │ │ ├── Roles_For_User.PNG │ │ ├── TrainingTheModel.PNG │ │ ├── TrainingTheModel_1.PNG │ │ ├── TypesOfClasses.PNG │ │ └── ViswanathaSwamyPK.PNG └── README.md ├── 0206_AzureSocietyOfExcellence ├── Documentation │ └── Images │ │ └── ViswanathaSwamyPK.PNG └── README.md ├── 0221_DNLH_DN_Conf_2024 ├── Documentation │ └── Images │ │ ├── Base64Url.PNG │ │ ├── FieldKeyword.PNG │ │ ├── GuidVersion7.PNG │ │ ├── NewEscapeSequence.PNG │ │ ├── OpenAPISpec.PNG │ │ ├── OpenAPI_Scalar.PNG │ │ ├── OpenAPI_Swagger.PNG │ │ ├── OverloadResolutionPriority.PNG │ │ ├── ParamsCollection.PNG │ │ ├── SessionFirstLook.PNG │ │ └── TaskWhenEach.PNG ├── README.md └── src │ ├── CS13Features │ ├── CS13Features.csproj │ ├── FieldKeyword │ │ ├── FieldKeywordService.cs │ │ └── Product.cs │ ├── NewEscapeSequence │ │ └── NewEscapeSequenceService.cs │ ├── OverloadResolutionPriorityProperty │ │ ├── Numbers.cs │ │ └── OverloadResolutionPriorityPropertyServices.cs │ ├── ParamsCollections │ │ ├── CustomCollection.cs │ │ └── ParamsCollectionsService.cs │ └── Program.cs │ ├── NewInDN9.sln │ ├── NewInDNLibraries │ ├── Base64UrlLib │ │ └── Base64UrlService.cs │ ├── GuidVersion7 │ │ └── GuidVersion7Service.cs │ ├── NewInDNLibraries.csproj │ ├── Program.cs │ └── TaskWhenEachLib │ │ ├── ComputationResult.cs │ │ └── TaskWhenEachService.cs │ ├── Products.API │ ├── Products.API.csproj │ ├── Products.API.http │ ├── Products.API.json │ ├── Program.cs │ ├── Properties │ │ └── launchSettings.json │ ├── appsettings.Development.json │ └── appsettings.json │ └── SchoolApp │ ├── School.API │ ├── Program.cs │ ├── Properties │ │ └── launchSettings.json │ ├── School.API.csproj │ ├── School.API.http │ ├── School.API.json │ ├── appsettings.Development.json │ └── appsettings.json │ └── SchoolApp.sln ├── 0301_GlobalAIHyderabad ├── Documentation │ └── Images │ │ └── ViswanathaSwamyPK.PNG └── README.md ├── 0311_MSFT_Reactor_AI102_S23 ├── Documentation │ └── Images │ │ ├── Articles_Uploaded.PNG │ │ ├── DataLabeling.PNG │ │ ├── LanguageService_CTClass.PNG │ │ ├── ModelDeployment.PNG │ │ ├── ModelPerformance.PNG │ │ ├── Roles_For_User.PNG │ │ ├── TrainingTheModel.PNG │ │ ├── TrainingTheModel_1.PNG │ │ ├── TypesOfClasses.PNG │ │ └── ViswanathaSwamyPK.PNG └── README.md ├── 0316_DNLH_DN_Aspire_S3 ├── Documentation │ └── Images │ │ ├── AngularApp_In_Aspire.PNG │ │ ├── Program_JS_Apps.PNG │ │ ├── ReactJSApp_In_Aspire.PNG │ │ ├── SessionFirstLook.PNG │ │ └── VueApp_In_Aspire.PNG └── README.md ├── 0317_DNLH_DN8_Aspire ├── Documentation │ └── Images │ │ ├── Improved_Onboarding.PNG │ │ ├── OpenAPISpec.PNG │ │ ├── OpenAPI_Swagger.PNG │ │ ├── Redis_Docker_Container.PNG │ │ ├── Redis_Podman_Container.PNG │ │ ├── ResourceLocalization.PNG │ │ ├── ResourceRelations.PNG │ │ ├── ResoureState.PNG │ │ ├── SensitiveInformation.PNG │ │ ├── VSCode_CreateNewAspire.PNG │ │ └── ViswanathaSwamyPK.PNG └── README.md ├── 0323_GlobalAIHyderabad ├── Documentation │ └── Images │ │ └── STChatBOT.PNG └── README.md ├── 0325_MSFT_Reactor_AI102_S24 ├── Data │ ├── SwamyUglyVoice_2.wav │ └── postmanresponse.mp3 ├── Documentation │ └── Images │ │ ├── SpeechToText_Postman.PNG │ │ ├── TextToSpeech_Curl.PNG │ │ ├── TextToSpeech_Postman.PNG │ │ └── ViswanathaSwamyPK.PNG └── README.md ├── 0408_MSFT_Reactor_AI102_S22 ├── Documentation │ └── Images │ │ ├── Built-in-NER.PNG │ │ ├── CustomNERProject.PNG │ │ ├── CustomNERWithCS.PNG │ │ ├── CustomNERWithPy.PNG │ │ ├── LanguageService_NER.PNG │ │ ├── Roles_For_User.PNG │ │ ├── Upload_Data.PNG │ │ └── ViswanathaSwamyPK.PNG └── README.md ├── 0412_GAIH_Bootcamp ├── Documentation │ └── Images │ │ ├── Chat_Using_CSharp.PNG │ │ ├── Chat_Using_GroundedContext_CSharp.PNG │ │ ├── Chat_Using_PlayGround.PNG │ │ ├── Chat_Using_RESTAPI.PNG │ │ ├── Session1_FirstLook.PNG │ │ ├── Session2_FirstLook.PNG │ │ ├── Session3_FirstLook.PNG │ │ └── ViswanathaSwamyPK.PNG └── README.md ├── 0413_DNLH_Monthly ├── Documentation │ └── Images │ │ ├── Improved_Onboarding.PNG │ │ ├── OpenAPISpec.PNG │ │ ├── OpenAPI_Swagger.PNG │ │ ├── Redis_Docker_Container.PNG │ │ ├── Redis_Podman_Container.PNG │ │ ├── ResourceLocalization.PNG │ │ ├── ResourceRelations.PNG │ │ ├── ResoureState.PNG │ │ ├── SensitiveInformation.PNG │ │ ├── SessionFirstLook.PNG │ │ ├── VSCode_CreateNewAspire.PNG │ │ └── ViswanathaSwamyPK.PNG └── README.md ├── 0418_ReSkill_GHC_Agent ├── Documentation │ └── Images │ │ ├── STChatBOT.PNG │ │ └── ViswanathaSwamyPK.PNG └── README.md ├── 0429_MSFT_Reactor_AI102_S25 ├── Data │ ├── SwamyUglyVoice.wav │ ├── SwamyUglyVoice_1.wav │ ├── SwamyUglyVoice_2.wav │ ├── postmanresponse.mp3 │ └── time.wav ├── Documentation │ └── Images │ │ ├── SpeechToText_Postman.PNG │ │ ├── SpeechTranslationCS.PNG │ │ ├── SpeechTranslationPY.PNG │ │ ├── TextToSpeech_Curl.PNG │ │ ├── TextToSpeech_Postman.PNG │ │ └── ViswanathaSwamyPK.PNG └── README.md ├── 0503_MAIH_DataAI_Fest ├── Documentation │ └── Images │ │ ├── Chat_Using_CSharp.PNG │ │ ├── Chat_Using_GroundedContext_CSharp.PNG │ │ ├── Chat_Using_PlayGround.PNG │ │ ├── Chat_Using_RESTAPI.PNG │ │ ├── Session1_FirstLook.PNG │ │ ├── Session2_FirstLook.PNG │ │ ├── Session3_FirstLook.PNG │ │ └── ViswanathaSwamyPK.PNG └── README.md ├── 0510_GAIH_Bootcamp ├── Documentation │ └── Images │ │ ├── Chat_Using_CSharp.PNG │ │ ├── Chat_Using_GroundedContext_CSharp.PNG │ │ ├── Chat_Using_PlayGround.PNG │ │ ├── Chat_Using_RESTAPI.PNG │ │ ├── Session1_FirstLook.PNG │ │ ├── Session2_FirstLook.PNG │ │ ├── Session3_FirstLook.PNG │ │ └── ViswanathaSwamyPK.PNG └── README.md ├── 0513_MSFT_Reactor_AI102_S26 ├── Data │ ├── SwamyUglyVoice.wav │ ├── SwamyUglyVoice_1.wav │ ├── SwamyUglyVoice_2.wav │ ├── postmanresponse.mp3 │ └── time.wav ├── Documentation │ └── Images │ │ ├── AddCognitiveSkills.PNG │ │ ├── CustomizeIndex.PNG │ │ ├── ImportDataFromStorage.PNG │ │ ├── UploadDocuments.PNG │ │ └── ViswanathaSwamyPK.PNG └── README.md ├── 0527_MSFT_Reactor_AI102_S27 ├── DEMO_SCRIPT.md ├── Documentation │ └── Images │ │ └── ViswanathaSwamyPK.PNG └── README.md ├── 0530_AgenticAIforStartupswithAzure ├── .gitignore ├── README.md ├── docs │ └── images │ │ └── A.txt ├── session-1-azure-toolbox │ ├── 1_README.md │ ├── 2_The_Azure_Toolbox_for_Smart_Agents.md │ ├── 3_Presentation_Outline.md │ ├── 4_DEMO_SCRIPT.md │ ├── 4_DEMO_SCRIPT_BACKUP.md │ ├── 5_PRODUCTION_GUIDE.md │ ├── 6_TROUBLESHOOTING.md │ ├── AZURE_OPENAI_PYTHON_MATRIX.md │ ├── SESSION_COMPLETE.md │ ├── demo │ │ ├── .env.example │ │ ├── Dockerfile │ │ ├── README.md │ │ ├── azure-functions │ │ │ ├── .funcignore │ │ │ ├── create_task │ │ │ │ ├── __init__.py │ │ │ │ └── function.json │ │ │ ├── generate_report │ │ │ │ ├── __init__.py │ │ │ │ └── function.json │ │ │ ├── host.json │ │ │ ├── local.settings.json │ │ │ ├── requirements.txt │ │ │ └── send_email │ │ │ │ ├── __init__.py │ │ │ │ └── function.json │ │ ├── azure_search_service.py │ │ ├── deploy_azure_resources.ps1 │ │ ├── docker-compose.yml │ │ ├── document_processor.py │ │ ├── knowledge_worker_agent.py │ │ ├── requirements.txt │ │ ├── setup.py │ │ ├── templates │ │ │ └── index.html │ │ ├── test-functions.ps1 │ │ ├── test_document_upload.py │ │ ├── test_document_upload_fixed.py │ │ ├── test_end_to_end.py │ │ ├── test_search.py │ │ ├── verify_setup.py │ │ └── web_interface.py │ └── sample-documents │ │ ├── collateral │ │ ├── Dubai Brochure.pdf │ │ ├── Las Vegas Brochure.pdf │ │ ├── London Brochure.pdf │ │ ├── Margies Travel Company Info.pdf │ │ ├── New York Brochure.pdf │ │ └── San Francisco Brochure.pdf │ │ ├── markdowns │ │ ├── ai-strategy-document.md │ │ └── market-research-report.md │ │ └── reviews │ │ ├── 201801.pdf │ │ ├── 201802.pdf │ │ ├── 201803.pdf │ │ ├── 201804.pdf │ │ ├── 201805.pdf │ │ ├── 201806.pdf │ │ ├── 201807.pdf │ │ ├── 201808.pdf │ │ ├── 201809.pdf │ │ ├── 201810.pdf │ │ ├── 201811.pdf │ │ ├── 201812.pdf │ │ ├── 201813.pdf │ │ ├── 201814.pdf │ │ ├── 201815.pdf │ │ ├── 201816.pdf │ │ ├── 201817.pdf │ │ ├── 201818.pdf │ │ ├── 201819.pdf │ │ ├── 201820.pdf │ │ ├── 201821.pdf │ │ ├── 201822.pdf │ │ ├── 201823.pdf │ │ ├── 201824.pdf │ │ ├── 201825.pdf │ │ ├── 201826.pdf │ │ ├── 201827.pdf │ │ ├── 201828.pdf │ │ ├── 201829.pdf │ │ ├── 201830.pdf │ │ ├── 201831.pdf │ │ ├── 201832.pdf │ │ ├── 201833.pdf │ │ ├── 201834.pdf │ │ ├── 201835.pdf │ │ ├── 201836.pdf │ │ ├── 201837.pdf │ │ ├── 201838.pdf │ │ ├── 201839.pdf │ │ ├── 201840.pdf │ │ ├── 201841.pdf │ │ ├── 201842.pdf │ │ ├── 201843.pdf │ │ ├── 201844.pdf │ │ ├── 201845.pdf │ │ ├── 201846.pdf │ │ ├── 201847.pdf │ │ ├── 201848.pdf │ │ ├── 201849.pdf │ │ ├── 201850.pdf │ │ ├── 201851.pdf │ │ ├── 201852.pdf │ │ ├── 201853.pdf │ │ ├── 201854.pdf │ │ ├── 201855.pdf │ │ ├── 201856.pdf │ │ ├── 201857.pdf │ │ ├── 201858.pdf │ │ ├── 201859.pdf │ │ ├── 201860.pdf │ │ ├── 201861.pdf │ │ ├── 201862.pdf │ │ ├── 201863.pdf │ │ ├── 201864.pdf │ │ ├── 201865.pdf │ │ └── 201866.pdf └── session-2-scaling-deploying │ ├── 1_Scaling_Deploying_on_Azure.md │ └── README.md ├── 0607_ID8NXT_AISkillSprint_GH_Copilot ├── Documentation │ └── Images │ │ └── ViswanathaSwamyPK.PNG └── README.md ├── 0610_AgenticAI_Backup ├── ContractAnalyzerFunction.cs ├── DEMO_SCRIPT.md ├── Data │ ├── SwamyUglyVoice.wav │ ├── SwamyUglyVoice_1.wav │ ├── SwamyUglyVoice_2.wav │ ├── postmanresponse.mp3 │ ├── sample_consulting_agreement.txt │ ├── sample_service_agreement.txt │ ├── sample_software_license.txt │ └── time.wav ├── Documentation │ └── Images │ │ └── ViswanathaSwamyPK.PNG ├── README.md ├── SESSION_CHECKLIST.md └── setup-demo-environment.ps1 ├── 0610_MSFT_Reactor_AI102_S28 ├── Documentation │ └── Images │ │ ├── Create_Search.PNG │ │ ├── New_Resource_Group.PNG │ │ ├── Setup_Resources.PNG │ │ └── ViswanathaSwamyPK.PNG └── README.md ├── 0614_DNLH_GAIS_Monthly ├── Documentation │ └── Images │ │ └── ViswanathaSwamyPK.PNG └── README.md ├── 0624_MSFT_Reactor_AI102_S29 ├── Documentation │ └── Images │ │ └── ViswanathaSwamyPK.PNG └── README.md ├── Documentation ├── Images │ ├── Information.PNG │ └── SeatBelt.PNG └── Sample.txt ├── LICENSE ├── README.md └── TechTalk.pptx /.github/workflows/codeql.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/.github/workflows/codeql.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/.gitignore -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /0105_DNLH_DN8_Aspire_S2/Documentation/Images/Aspire_Dashboard_1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0105_DNLH_DN8_Aspire_S2/Documentation/Images/Aspire_Dashboard_1.PNG -------------------------------------------------------------------------------- /0105_DNLH_DN8_Aspire_S2/Documentation/Images/Aspire_Dashboard_2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0105_DNLH_DN8_Aspire_S2/Documentation/Images/Aspire_Dashboard_2.PNG -------------------------------------------------------------------------------- /0105_DNLH_DN8_Aspire_S2/Documentation/Images/CreateNewProject.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0105_DNLH_DN8_Aspire_S2/Documentation/Images/CreateNewProject.PNG -------------------------------------------------------------------------------- /0105_DNLH_DN8_Aspire_S2/Documentation/Images/Redis_Docker_Container.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0105_DNLH_DN8_Aspire_S2/Documentation/Images/Redis_Docker_Container.PNG -------------------------------------------------------------------------------- /0105_DNLH_DN8_Aspire_S2/Documentation/Images/Redis_Podman_Container.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0105_DNLH_DN8_Aspire_S2/Documentation/Images/Redis_Podman_Container.PNG -------------------------------------------------------------------------------- /0105_DNLH_DN8_Aspire_S2/Documentation/Images/ServiceDiscovery.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0105_DNLH_DN8_Aspire_S2/Documentation/Images/ServiceDiscovery.PNG -------------------------------------------------------------------------------- /0105_DNLH_DN8_Aspire_S2/Documentation/Images/SessionFirstLook.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0105_DNLH_DN8_Aspire_S2/Documentation/Images/SessionFirstLook.PNG -------------------------------------------------------------------------------- /0105_DNLH_DN8_Aspire_S2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0105_DNLH_DN8_Aspire_S2/README.md -------------------------------------------------------------------------------- /0121_MSFT_Reactor_AI102_S19/Documentation/Images/AILanguage_With_QA.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0121_MSFT_Reactor_AI102_S19/Documentation/Images/AILanguage_With_QA.PNG -------------------------------------------------------------------------------- /0121_MSFT_Reactor_AI102_S19/Documentation/Images/AddSources_KB.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0121_MSFT_Reactor_AI102_S19/Documentation/Images/AddSources_KB.PNG -------------------------------------------------------------------------------- /0121_MSFT_Reactor_AI102_S19/Documentation/Images/CodeToCSharp.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0121_MSFT_Reactor_AI102_S19/Documentation/Images/CodeToCSharp.PNG -------------------------------------------------------------------------------- /0121_MSFT_Reactor_AI102_S19/Documentation/Images/Deploy_KB.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0121_MSFT_Reactor_AI102_S19/Documentation/Images/Deploy_KB.PNG -------------------------------------------------------------------------------- /0121_MSFT_Reactor_AI102_S19/Documentation/Images/Edit_KB.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0121_MSFT_Reactor_AI102_S19/Documentation/Images/Edit_KB.PNG -------------------------------------------------------------------------------- /0121_MSFT_Reactor_AI102_S19/Documentation/Images/QnAProjectCreation.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0121_MSFT_Reactor_AI102_S19/Documentation/Images/QnAProjectCreation.PNG -------------------------------------------------------------------------------- /0121_MSFT_Reactor_AI102_S19/Documentation/Images/Test_KB_In_Postman.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0121_MSFT_Reactor_AI102_S19/Documentation/Images/Test_KB_In_Postman.PNG -------------------------------------------------------------------------------- /0121_MSFT_Reactor_AI102_S19/Documentation/Images/Train_Test_KB.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0121_MSFT_Reactor_AI102_S19/Documentation/Images/Train_Test_KB.PNG -------------------------------------------------------------------------------- /0121_MSFT_Reactor_AI102_S19/Documentation/Images/ViswanathaSwamyPK.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0121_MSFT_Reactor_AI102_S19/Documentation/Images/ViswanathaSwamyPK.PNG -------------------------------------------------------------------------------- /0121_MSFT_Reactor_AI102_S19/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0121_MSFT_Reactor_AI102_S19/README.md -------------------------------------------------------------------------------- /0128_MSFT_Reactor_AI102_S20/Documentation/Images/CLU_AddEntity_1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0128_MSFT_Reactor_AI102_S20/Documentation/Images/CLU_AddEntity_1.PNG -------------------------------------------------------------------------------- /0128_MSFT_Reactor_AI102_S20/Documentation/Images/CLU_App_In_CS.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0128_MSFT_Reactor_AI102_S20/Documentation/Images/CLU_App_In_CS.PNG -------------------------------------------------------------------------------- /0128_MSFT_Reactor_AI102_S20/Documentation/Images/CLU_DataLabeling_1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0128_MSFT_Reactor_AI102_S20/Documentation/Images/CLU_DataLabeling_1.PNG -------------------------------------------------------------------------------- /0128_MSFT_Reactor_AI102_S20/Documentation/Images/CLU_DataLabeling_2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0128_MSFT_Reactor_AI102_S20/Documentation/Images/CLU_DataLabeling_2.PNG -------------------------------------------------------------------------------- /0128_MSFT_Reactor_AI102_S20/Documentation/Images/CLU_Deployment_1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0128_MSFT_Reactor_AI102_S20/Documentation/Images/CLU_Deployment_1.PNG -------------------------------------------------------------------------------- /0128_MSFT_Reactor_AI102_S20/Documentation/Images/CLU_Entities_1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0128_MSFT_Reactor_AI102_S20/Documentation/Images/CLU_Entities_1.PNG -------------------------------------------------------------------------------- /0128_MSFT_Reactor_AI102_S20/Documentation/Images/CLU_Intents_1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0128_MSFT_Reactor_AI102_S20/Documentation/Images/CLU_Intents_1.PNG -------------------------------------------------------------------------------- /0128_MSFT_Reactor_AI102_S20/Documentation/Images/CLU_Intents_2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0128_MSFT_Reactor_AI102_S20/Documentation/Images/CLU_Intents_2.PNG -------------------------------------------------------------------------------- /0128_MSFT_Reactor_AI102_S20/Documentation/Images/CLU_ModelPerformance_1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0128_MSFT_Reactor_AI102_S20/Documentation/Images/CLU_ModelPerformance_1.PNG -------------------------------------------------------------------------------- /0128_MSFT_Reactor_AI102_S20/Documentation/Images/CLU_ModelPerformance_2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0128_MSFT_Reactor_AI102_S20/Documentation/Images/CLU_ModelPerformance_2.PNG -------------------------------------------------------------------------------- /0128_MSFT_Reactor_AI102_S20/Documentation/Images/CLU_Testing_1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0128_MSFT_Reactor_AI102_S20/Documentation/Images/CLU_Testing_1.PNG -------------------------------------------------------------------------------- /0128_MSFT_Reactor_AI102_S20/Documentation/Images/CLU_TrainingJobs_1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0128_MSFT_Reactor_AI102_S20/Documentation/Images/CLU_TrainingJobs_1.PNG -------------------------------------------------------------------------------- /0128_MSFT_Reactor_AI102_S20/Documentation/Images/CLU_TrainingJobs_2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0128_MSFT_Reactor_AI102_S20/Documentation/Images/CLU_TrainingJobs_2.PNG -------------------------------------------------------------------------------- /0128_MSFT_Reactor_AI102_S20/Documentation/Images/CLU_Using_Postman.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0128_MSFT_Reactor_AI102_S20/Documentation/Images/CLU_Using_Postman.PNG -------------------------------------------------------------------------------- /0128_MSFT_Reactor_AI102_S20/Documentation/Images/Create_CLU_Project.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0128_MSFT_Reactor_AI102_S20/Documentation/Images/Create_CLU_Project.PNG -------------------------------------------------------------------------------- /0128_MSFT_Reactor_AI102_S20/Documentation/Images/Create_CLU_Project_1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0128_MSFT_Reactor_AI102_S20/Documentation/Images/Create_CLU_Project_1.PNG -------------------------------------------------------------------------------- /0128_MSFT_Reactor_AI102_S20/Documentation/Images/ViswanathaSwamyPK.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0128_MSFT_Reactor_AI102_S20/Documentation/Images/ViswanathaSwamyPK.PNG -------------------------------------------------------------------------------- /0128_MSFT_Reactor_AI102_S20/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0128_MSFT_Reactor_AI102_S20/README.md -------------------------------------------------------------------------------- /0204_MSFT_Reactor_AI102_S21/Documentation/Images/Articles_Uploaded.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0204_MSFT_Reactor_AI102_S21/Documentation/Images/Articles_Uploaded.PNG -------------------------------------------------------------------------------- /0204_MSFT_Reactor_AI102_S21/Documentation/Images/DataLabeling.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0204_MSFT_Reactor_AI102_S21/Documentation/Images/DataLabeling.PNG -------------------------------------------------------------------------------- /0204_MSFT_Reactor_AI102_S21/Documentation/Images/LanguageService_CTClass.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0204_MSFT_Reactor_AI102_S21/Documentation/Images/LanguageService_CTClass.PNG -------------------------------------------------------------------------------- /0204_MSFT_Reactor_AI102_S21/Documentation/Images/ModelDeployment.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0204_MSFT_Reactor_AI102_S21/Documentation/Images/ModelDeployment.PNG -------------------------------------------------------------------------------- /0204_MSFT_Reactor_AI102_S21/Documentation/Images/ModelPerformance.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0204_MSFT_Reactor_AI102_S21/Documentation/Images/ModelPerformance.PNG -------------------------------------------------------------------------------- /0204_MSFT_Reactor_AI102_S21/Documentation/Images/Roles_For_User.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0204_MSFT_Reactor_AI102_S21/Documentation/Images/Roles_For_User.PNG -------------------------------------------------------------------------------- /0204_MSFT_Reactor_AI102_S21/Documentation/Images/TrainingTheModel.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0204_MSFT_Reactor_AI102_S21/Documentation/Images/TrainingTheModel.PNG -------------------------------------------------------------------------------- /0204_MSFT_Reactor_AI102_S21/Documentation/Images/TrainingTheModel_1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0204_MSFT_Reactor_AI102_S21/Documentation/Images/TrainingTheModel_1.PNG -------------------------------------------------------------------------------- /0204_MSFT_Reactor_AI102_S21/Documentation/Images/TypesOfClasses.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0204_MSFT_Reactor_AI102_S21/Documentation/Images/TypesOfClasses.PNG -------------------------------------------------------------------------------- /0204_MSFT_Reactor_AI102_S21/Documentation/Images/ViswanathaSwamyPK.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0204_MSFT_Reactor_AI102_S21/Documentation/Images/ViswanathaSwamyPK.PNG -------------------------------------------------------------------------------- /0204_MSFT_Reactor_AI102_S21/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0204_MSFT_Reactor_AI102_S21/README.md -------------------------------------------------------------------------------- /0206_AzureSocietyOfExcellence/Documentation/Images/ViswanathaSwamyPK.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0206_AzureSocietyOfExcellence/Documentation/Images/ViswanathaSwamyPK.PNG -------------------------------------------------------------------------------- /0206_AzureSocietyOfExcellence/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0206_AzureSocietyOfExcellence/README.md -------------------------------------------------------------------------------- /0221_DNLH_DN_Conf_2024/Documentation/Images/Base64Url.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0221_DNLH_DN_Conf_2024/Documentation/Images/Base64Url.PNG -------------------------------------------------------------------------------- /0221_DNLH_DN_Conf_2024/Documentation/Images/FieldKeyword.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0221_DNLH_DN_Conf_2024/Documentation/Images/FieldKeyword.PNG -------------------------------------------------------------------------------- /0221_DNLH_DN_Conf_2024/Documentation/Images/GuidVersion7.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0221_DNLH_DN_Conf_2024/Documentation/Images/GuidVersion7.PNG -------------------------------------------------------------------------------- /0221_DNLH_DN_Conf_2024/Documentation/Images/NewEscapeSequence.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0221_DNLH_DN_Conf_2024/Documentation/Images/NewEscapeSequence.PNG -------------------------------------------------------------------------------- /0221_DNLH_DN_Conf_2024/Documentation/Images/OpenAPISpec.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0221_DNLH_DN_Conf_2024/Documentation/Images/OpenAPISpec.PNG -------------------------------------------------------------------------------- /0221_DNLH_DN_Conf_2024/Documentation/Images/OpenAPI_Scalar.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0221_DNLH_DN_Conf_2024/Documentation/Images/OpenAPI_Scalar.PNG -------------------------------------------------------------------------------- /0221_DNLH_DN_Conf_2024/Documentation/Images/OpenAPI_Swagger.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0221_DNLH_DN_Conf_2024/Documentation/Images/OpenAPI_Swagger.PNG -------------------------------------------------------------------------------- /0221_DNLH_DN_Conf_2024/Documentation/Images/OverloadResolutionPriority.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0221_DNLH_DN_Conf_2024/Documentation/Images/OverloadResolutionPriority.PNG -------------------------------------------------------------------------------- /0221_DNLH_DN_Conf_2024/Documentation/Images/ParamsCollection.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0221_DNLH_DN_Conf_2024/Documentation/Images/ParamsCollection.PNG -------------------------------------------------------------------------------- /0221_DNLH_DN_Conf_2024/Documentation/Images/SessionFirstLook.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0221_DNLH_DN_Conf_2024/Documentation/Images/SessionFirstLook.PNG -------------------------------------------------------------------------------- /0221_DNLH_DN_Conf_2024/Documentation/Images/TaskWhenEach.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0221_DNLH_DN_Conf_2024/Documentation/Images/TaskWhenEach.PNG -------------------------------------------------------------------------------- /0221_DNLH_DN_Conf_2024/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0221_DNLH_DN_Conf_2024/README.md -------------------------------------------------------------------------------- /0221_DNLH_DN_Conf_2024/src/CS13Features/CS13Features.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0221_DNLH_DN_Conf_2024/src/CS13Features/CS13Features.csproj -------------------------------------------------------------------------------- /0221_DNLH_DN_Conf_2024/src/CS13Features/FieldKeyword/FieldKeywordService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0221_DNLH_DN_Conf_2024/src/CS13Features/FieldKeyword/FieldKeywordService.cs -------------------------------------------------------------------------------- /0221_DNLH_DN_Conf_2024/src/CS13Features/FieldKeyword/Product.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0221_DNLH_DN_Conf_2024/src/CS13Features/FieldKeyword/Product.cs -------------------------------------------------------------------------------- /0221_DNLH_DN_Conf_2024/src/CS13Features/NewEscapeSequence/NewEscapeSequenceService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0221_DNLH_DN_Conf_2024/src/CS13Features/NewEscapeSequence/NewEscapeSequenceService.cs -------------------------------------------------------------------------------- /0221_DNLH_DN_Conf_2024/src/CS13Features/OverloadResolutionPriorityProperty/Numbers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0221_DNLH_DN_Conf_2024/src/CS13Features/OverloadResolutionPriorityProperty/Numbers.cs -------------------------------------------------------------------------------- /0221_DNLH_DN_Conf_2024/src/CS13Features/OverloadResolutionPriorityProperty/OverloadResolutionPriorityPropertyServices.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0221_DNLH_DN_Conf_2024/src/CS13Features/OverloadResolutionPriorityProperty/OverloadResolutionPriorityPropertyServices.cs -------------------------------------------------------------------------------- /0221_DNLH_DN_Conf_2024/src/CS13Features/ParamsCollections/CustomCollection.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0221_DNLH_DN_Conf_2024/src/CS13Features/ParamsCollections/CustomCollection.cs -------------------------------------------------------------------------------- /0221_DNLH_DN_Conf_2024/src/CS13Features/ParamsCollections/ParamsCollectionsService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0221_DNLH_DN_Conf_2024/src/CS13Features/ParamsCollections/ParamsCollectionsService.cs -------------------------------------------------------------------------------- /0221_DNLH_DN_Conf_2024/src/CS13Features/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0221_DNLH_DN_Conf_2024/src/CS13Features/Program.cs -------------------------------------------------------------------------------- /0221_DNLH_DN_Conf_2024/src/NewInDN9.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0221_DNLH_DN_Conf_2024/src/NewInDN9.sln -------------------------------------------------------------------------------- /0221_DNLH_DN_Conf_2024/src/NewInDNLibraries/Base64UrlLib/Base64UrlService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0221_DNLH_DN_Conf_2024/src/NewInDNLibraries/Base64UrlLib/Base64UrlService.cs -------------------------------------------------------------------------------- /0221_DNLH_DN_Conf_2024/src/NewInDNLibraries/GuidVersion7/GuidVersion7Service.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0221_DNLH_DN_Conf_2024/src/NewInDNLibraries/GuidVersion7/GuidVersion7Service.cs -------------------------------------------------------------------------------- /0221_DNLH_DN_Conf_2024/src/NewInDNLibraries/NewInDNLibraries.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0221_DNLH_DN_Conf_2024/src/NewInDNLibraries/NewInDNLibraries.csproj -------------------------------------------------------------------------------- /0221_DNLH_DN_Conf_2024/src/NewInDNLibraries/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0221_DNLH_DN_Conf_2024/src/NewInDNLibraries/Program.cs -------------------------------------------------------------------------------- /0221_DNLH_DN_Conf_2024/src/NewInDNLibraries/TaskWhenEachLib/ComputationResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0221_DNLH_DN_Conf_2024/src/NewInDNLibraries/TaskWhenEachLib/ComputationResult.cs -------------------------------------------------------------------------------- /0221_DNLH_DN_Conf_2024/src/NewInDNLibraries/TaskWhenEachLib/TaskWhenEachService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0221_DNLH_DN_Conf_2024/src/NewInDNLibraries/TaskWhenEachLib/TaskWhenEachService.cs -------------------------------------------------------------------------------- /0221_DNLH_DN_Conf_2024/src/Products.API/Products.API.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0221_DNLH_DN_Conf_2024/src/Products.API/Products.API.csproj -------------------------------------------------------------------------------- /0221_DNLH_DN_Conf_2024/src/Products.API/Products.API.http: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0221_DNLH_DN_Conf_2024/src/Products.API/Products.API.http -------------------------------------------------------------------------------- /0221_DNLH_DN_Conf_2024/src/Products.API/Products.API.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0221_DNLH_DN_Conf_2024/src/Products.API/Products.API.json -------------------------------------------------------------------------------- /0221_DNLH_DN_Conf_2024/src/Products.API/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0221_DNLH_DN_Conf_2024/src/Products.API/Program.cs -------------------------------------------------------------------------------- /0221_DNLH_DN_Conf_2024/src/Products.API/Properties/launchSettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0221_DNLH_DN_Conf_2024/src/Products.API/Properties/launchSettings.json -------------------------------------------------------------------------------- /0221_DNLH_DN_Conf_2024/src/Products.API/appsettings.Development.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0221_DNLH_DN_Conf_2024/src/Products.API/appsettings.Development.json -------------------------------------------------------------------------------- /0221_DNLH_DN_Conf_2024/src/Products.API/appsettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0221_DNLH_DN_Conf_2024/src/Products.API/appsettings.json -------------------------------------------------------------------------------- /0221_DNLH_DN_Conf_2024/src/SchoolApp/School.API/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0221_DNLH_DN_Conf_2024/src/SchoolApp/School.API/Program.cs -------------------------------------------------------------------------------- /0221_DNLH_DN_Conf_2024/src/SchoolApp/School.API/Properties/launchSettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0221_DNLH_DN_Conf_2024/src/SchoolApp/School.API/Properties/launchSettings.json -------------------------------------------------------------------------------- /0221_DNLH_DN_Conf_2024/src/SchoolApp/School.API/School.API.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0221_DNLH_DN_Conf_2024/src/SchoolApp/School.API/School.API.csproj -------------------------------------------------------------------------------- /0221_DNLH_DN_Conf_2024/src/SchoolApp/School.API/School.API.http: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0221_DNLH_DN_Conf_2024/src/SchoolApp/School.API/School.API.http -------------------------------------------------------------------------------- /0221_DNLH_DN_Conf_2024/src/SchoolApp/School.API/School.API.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0221_DNLH_DN_Conf_2024/src/SchoolApp/School.API/School.API.json -------------------------------------------------------------------------------- /0221_DNLH_DN_Conf_2024/src/SchoolApp/School.API/appsettings.Development.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0221_DNLH_DN_Conf_2024/src/SchoolApp/School.API/appsettings.Development.json -------------------------------------------------------------------------------- /0221_DNLH_DN_Conf_2024/src/SchoolApp/School.API/appsettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0221_DNLH_DN_Conf_2024/src/SchoolApp/School.API/appsettings.json -------------------------------------------------------------------------------- /0221_DNLH_DN_Conf_2024/src/SchoolApp/SchoolApp.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0221_DNLH_DN_Conf_2024/src/SchoolApp/SchoolApp.sln -------------------------------------------------------------------------------- /0301_GlobalAIHyderabad/Documentation/Images/ViswanathaSwamyPK.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0301_GlobalAIHyderabad/Documentation/Images/ViswanathaSwamyPK.PNG -------------------------------------------------------------------------------- /0301_GlobalAIHyderabad/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0301_GlobalAIHyderabad/README.md -------------------------------------------------------------------------------- /0311_MSFT_Reactor_AI102_S23/Documentation/Images/Articles_Uploaded.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0311_MSFT_Reactor_AI102_S23/Documentation/Images/Articles_Uploaded.PNG -------------------------------------------------------------------------------- /0311_MSFT_Reactor_AI102_S23/Documentation/Images/DataLabeling.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0311_MSFT_Reactor_AI102_S23/Documentation/Images/DataLabeling.PNG -------------------------------------------------------------------------------- /0311_MSFT_Reactor_AI102_S23/Documentation/Images/LanguageService_CTClass.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0311_MSFT_Reactor_AI102_S23/Documentation/Images/LanguageService_CTClass.PNG -------------------------------------------------------------------------------- /0311_MSFT_Reactor_AI102_S23/Documentation/Images/ModelDeployment.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0311_MSFT_Reactor_AI102_S23/Documentation/Images/ModelDeployment.PNG -------------------------------------------------------------------------------- /0311_MSFT_Reactor_AI102_S23/Documentation/Images/ModelPerformance.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0311_MSFT_Reactor_AI102_S23/Documentation/Images/ModelPerformance.PNG -------------------------------------------------------------------------------- /0311_MSFT_Reactor_AI102_S23/Documentation/Images/Roles_For_User.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0311_MSFT_Reactor_AI102_S23/Documentation/Images/Roles_For_User.PNG -------------------------------------------------------------------------------- /0311_MSFT_Reactor_AI102_S23/Documentation/Images/TrainingTheModel.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0311_MSFT_Reactor_AI102_S23/Documentation/Images/TrainingTheModel.PNG -------------------------------------------------------------------------------- /0311_MSFT_Reactor_AI102_S23/Documentation/Images/TrainingTheModel_1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0311_MSFT_Reactor_AI102_S23/Documentation/Images/TrainingTheModel_1.PNG -------------------------------------------------------------------------------- /0311_MSFT_Reactor_AI102_S23/Documentation/Images/TypesOfClasses.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0311_MSFT_Reactor_AI102_S23/Documentation/Images/TypesOfClasses.PNG -------------------------------------------------------------------------------- /0311_MSFT_Reactor_AI102_S23/Documentation/Images/ViswanathaSwamyPK.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0311_MSFT_Reactor_AI102_S23/Documentation/Images/ViswanathaSwamyPK.PNG -------------------------------------------------------------------------------- /0311_MSFT_Reactor_AI102_S23/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0311_MSFT_Reactor_AI102_S23/README.md -------------------------------------------------------------------------------- /0316_DNLH_DN_Aspire_S3/Documentation/Images/AngularApp_In_Aspire.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0316_DNLH_DN_Aspire_S3/Documentation/Images/AngularApp_In_Aspire.PNG -------------------------------------------------------------------------------- /0316_DNLH_DN_Aspire_S3/Documentation/Images/Program_JS_Apps.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0316_DNLH_DN_Aspire_S3/Documentation/Images/Program_JS_Apps.PNG -------------------------------------------------------------------------------- /0316_DNLH_DN_Aspire_S3/Documentation/Images/ReactJSApp_In_Aspire.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0316_DNLH_DN_Aspire_S3/Documentation/Images/ReactJSApp_In_Aspire.PNG -------------------------------------------------------------------------------- /0316_DNLH_DN_Aspire_S3/Documentation/Images/SessionFirstLook.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0316_DNLH_DN_Aspire_S3/Documentation/Images/SessionFirstLook.PNG -------------------------------------------------------------------------------- /0316_DNLH_DN_Aspire_S3/Documentation/Images/VueApp_In_Aspire.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0316_DNLH_DN_Aspire_S3/Documentation/Images/VueApp_In_Aspire.PNG -------------------------------------------------------------------------------- /0316_DNLH_DN_Aspire_S3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0316_DNLH_DN_Aspire_S3/README.md -------------------------------------------------------------------------------- /0317_DNLH_DN8_Aspire/Documentation/Images/Improved_Onboarding.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0317_DNLH_DN8_Aspire/Documentation/Images/Improved_Onboarding.PNG -------------------------------------------------------------------------------- /0317_DNLH_DN8_Aspire/Documentation/Images/OpenAPISpec.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0317_DNLH_DN8_Aspire/Documentation/Images/OpenAPISpec.PNG -------------------------------------------------------------------------------- /0317_DNLH_DN8_Aspire/Documentation/Images/OpenAPI_Swagger.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0317_DNLH_DN8_Aspire/Documentation/Images/OpenAPI_Swagger.PNG -------------------------------------------------------------------------------- /0317_DNLH_DN8_Aspire/Documentation/Images/Redis_Docker_Container.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0317_DNLH_DN8_Aspire/Documentation/Images/Redis_Docker_Container.PNG -------------------------------------------------------------------------------- /0317_DNLH_DN8_Aspire/Documentation/Images/Redis_Podman_Container.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0317_DNLH_DN8_Aspire/Documentation/Images/Redis_Podman_Container.PNG -------------------------------------------------------------------------------- /0317_DNLH_DN8_Aspire/Documentation/Images/ResourceLocalization.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0317_DNLH_DN8_Aspire/Documentation/Images/ResourceLocalization.PNG -------------------------------------------------------------------------------- /0317_DNLH_DN8_Aspire/Documentation/Images/ResourceRelations.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0317_DNLH_DN8_Aspire/Documentation/Images/ResourceRelations.PNG -------------------------------------------------------------------------------- /0317_DNLH_DN8_Aspire/Documentation/Images/ResoureState.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0317_DNLH_DN8_Aspire/Documentation/Images/ResoureState.PNG -------------------------------------------------------------------------------- /0317_DNLH_DN8_Aspire/Documentation/Images/SensitiveInformation.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0317_DNLH_DN8_Aspire/Documentation/Images/SensitiveInformation.PNG -------------------------------------------------------------------------------- /0317_DNLH_DN8_Aspire/Documentation/Images/VSCode_CreateNewAspire.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0317_DNLH_DN8_Aspire/Documentation/Images/VSCode_CreateNewAspire.PNG -------------------------------------------------------------------------------- /0317_DNLH_DN8_Aspire/Documentation/Images/ViswanathaSwamyPK.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0317_DNLH_DN8_Aspire/Documentation/Images/ViswanathaSwamyPK.PNG -------------------------------------------------------------------------------- /0317_DNLH_DN8_Aspire/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0317_DNLH_DN8_Aspire/README.md -------------------------------------------------------------------------------- /0323_GlobalAIHyderabad/Documentation/Images/STChatBOT.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0323_GlobalAIHyderabad/Documentation/Images/STChatBOT.PNG -------------------------------------------------------------------------------- /0323_GlobalAIHyderabad/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0323_GlobalAIHyderabad/README.md -------------------------------------------------------------------------------- /0325_MSFT_Reactor_AI102_S24/Data/SwamyUglyVoice_2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0325_MSFT_Reactor_AI102_S24/Data/SwamyUglyVoice_2.wav -------------------------------------------------------------------------------- /0325_MSFT_Reactor_AI102_S24/Data/postmanresponse.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0325_MSFT_Reactor_AI102_S24/Data/postmanresponse.mp3 -------------------------------------------------------------------------------- /0325_MSFT_Reactor_AI102_S24/Documentation/Images/SpeechToText_Postman.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0325_MSFT_Reactor_AI102_S24/Documentation/Images/SpeechToText_Postman.PNG -------------------------------------------------------------------------------- /0325_MSFT_Reactor_AI102_S24/Documentation/Images/TextToSpeech_Curl.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0325_MSFT_Reactor_AI102_S24/Documentation/Images/TextToSpeech_Curl.PNG -------------------------------------------------------------------------------- /0325_MSFT_Reactor_AI102_S24/Documentation/Images/TextToSpeech_Postman.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0325_MSFT_Reactor_AI102_S24/Documentation/Images/TextToSpeech_Postman.PNG -------------------------------------------------------------------------------- /0325_MSFT_Reactor_AI102_S24/Documentation/Images/ViswanathaSwamyPK.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0325_MSFT_Reactor_AI102_S24/Documentation/Images/ViswanathaSwamyPK.PNG -------------------------------------------------------------------------------- /0325_MSFT_Reactor_AI102_S24/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0325_MSFT_Reactor_AI102_S24/README.md -------------------------------------------------------------------------------- /0408_MSFT_Reactor_AI102_S22/Documentation/Images/Built-in-NER.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0408_MSFT_Reactor_AI102_S22/Documentation/Images/Built-in-NER.PNG -------------------------------------------------------------------------------- /0408_MSFT_Reactor_AI102_S22/Documentation/Images/CustomNERProject.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0408_MSFT_Reactor_AI102_S22/Documentation/Images/CustomNERProject.PNG -------------------------------------------------------------------------------- /0408_MSFT_Reactor_AI102_S22/Documentation/Images/CustomNERWithCS.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0408_MSFT_Reactor_AI102_S22/Documentation/Images/CustomNERWithCS.PNG -------------------------------------------------------------------------------- /0408_MSFT_Reactor_AI102_S22/Documentation/Images/CustomNERWithPy.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0408_MSFT_Reactor_AI102_S22/Documentation/Images/CustomNERWithPy.PNG -------------------------------------------------------------------------------- /0408_MSFT_Reactor_AI102_S22/Documentation/Images/LanguageService_NER.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0408_MSFT_Reactor_AI102_S22/Documentation/Images/LanguageService_NER.PNG -------------------------------------------------------------------------------- /0408_MSFT_Reactor_AI102_S22/Documentation/Images/Roles_For_User.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0408_MSFT_Reactor_AI102_S22/Documentation/Images/Roles_For_User.PNG -------------------------------------------------------------------------------- /0408_MSFT_Reactor_AI102_S22/Documentation/Images/Upload_Data.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0408_MSFT_Reactor_AI102_S22/Documentation/Images/Upload_Data.PNG -------------------------------------------------------------------------------- /0408_MSFT_Reactor_AI102_S22/Documentation/Images/ViswanathaSwamyPK.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0408_MSFT_Reactor_AI102_S22/Documentation/Images/ViswanathaSwamyPK.PNG -------------------------------------------------------------------------------- /0408_MSFT_Reactor_AI102_S22/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0408_MSFT_Reactor_AI102_S22/README.md -------------------------------------------------------------------------------- /0412_GAIH_Bootcamp/Documentation/Images/Chat_Using_CSharp.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0412_GAIH_Bootcamp/Documentation/Images/Chat_Using_CSharp.PNG -------------------------------------------------------------------------------- /0412_GAIH_Bootcamp/Documentation/Images/Chat_Using_GroundedContext_CSharp.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0412_GAIH_Bootcamp/Documentation/Images/Chat_Using_GroundedContext_CSharp.PNG -------------------------------------------------------------------------------- /0412_GAIH_Bootcamp/Documentation/Images/Chat_Using_PlayGround.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0412_GAIH_Bootcamp/Documentation/Images/Chat_Using_PlayGround.PNG -------------------------------------------------------------------------------- /0412_GAIH_Bootcamp/Documentation/Images/Chat_Using_RESTAPI.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0412_GAIH_Bootcamp/Documentation/Images/Chat_Using_RESTAPI.PNG -------------------------------------------------------------------------------- /0412_GAIH_Bootcamp/Documentation/Images/Session1_FirstLook.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0412_GAIH_Bootcamp/Documentation/Images/Session1_FirstLook.PNG -------------------------------------------------------------------------------- /0412_GAIH_Bootcamp/Documentation/Images/Session2_FirstLook.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0412_GAIH_Bootcamp/Documentation/Images/Session2_FirstLook.PNG -------------------------------------------------------------------------------- /0412_GAIH_Bootcamp/Documentation/Images/Session3_FirstLook.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0412_GAIH_Bootcamp/Documentation/Images/Session3_FirstLook.PNG -------------------------------------------------------------------------------- /0412_GAIH_Bootcamp/Documentation/Images/ViswanathaSwamyPK.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0412_GAIH_Bootcamp/Documentation/Images/ViswanathaSwamyPK.PNG -------------------------------------------------------------------------------- /0412_GAIH_Bootcamp/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0412_GAIH_Bootcamp/README.md -------------------------------------------------------------------------------- /0413_DNLH_Monthly/Documentation/Images/Improved_Onboarding.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0413_DNLH_Monthly/Documentation/Images/Improved_Onboarding.PNG -------------------------------------------------------------------------------- /0413_DNLH_Monthly/Documentation/Images/OpenAPISpec.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0413_DNLH_Monthly/Documentation/Images/OpenAPISpec.PNG -------------------------------------------------------------------------------- /0413_DNLH_Monthly/Documentation/Images/OpenAPI_Swagger.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0413_DNLH_Monthly/Documentation/Images/OpenAPI_Swagger.PNG -------------------------------------------------------------------------------- /0413_DNLH_Monthly/Documentation/Images/Redis_Docker_Container.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0413_DNLH_Monthly/Documentation/Images/Redis_Docker_Container.PNG -------------------------------------------------------------------------------- /0413_DNLH_Monthly/Documentation/Images/Redis_Podman_Container.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0413_DNLH_Monthly/Documentation/Images/Redis_Podman_Container.PNG -------------------------------------------------------------------------------- /0413_DNLH_Monthly/Documentation/Images/ResourceLocalization.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0413_DNLH_Monthly/Documentation/Images/ResourceLocalization.PNG -------------------------------------------------------------------------------- /0413_DNLH_Monthly/Documentation/Images/ResourceRelations.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0413_DNLH_Monthly/Documentation/Images/ResourceRelations.PNG -------------------------------------------------------------------------------- /0413_DNLH_Monthly/Documentation/Images/ResoureState.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0413_DNLH_Monthly/Documentation/Images/ResoureState.PNG -------------------------------------------------------------------------------- /0413_DNLH_Monthly/Documentation/Images/SensitiveInformation.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0413_DNLH_Monthly/Documentation/Images/SensitiveInformation.PNG -------------------------------------------------------------------------------- /0413_DNLH_Monthly/Documentation/Images/SessionFirstLook.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0413_DNLH_Monthly/Documentation/Images/SessionFirstLook.PNG -------------------------------------------------------------------------------- /0413_DNLH_Monthly/Documentation/Images/VSCode_CreateNewAspire.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0413_DNLH_Monthly/Documentation/Images/VSCode_CreateNewAspire.PNG -------------------------------------------------------------------------------- /0413_DNLH_Monthly/Documentation/Images/ViswanathaSwamyPK.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0413_DNLH_Monthly/Documentation/Images/ViswanathaSwamyPK.PNG -------------------------------------------------------------------------------- /0413_DNLH_Monthly/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0413_DNLH_Monthly/README.md -------------------------------------------------------------------------------- /0418_ReSkill_GHC_Agent/Documentation/Images/STChatBOT.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0418_ReSkill_GHC_Agent/Documentation/Images/STChatBOT.PNG -------------------------------------------------------------------------------- /0418_ReSkill_GHC_Agent/Documentation/Images/ViswanathaSwamyPK.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0418_ReSkill_GHC_Agent/Documentation/Images/ViswanathaSwamyPK.PNG -------------------------------------------------------------------------------- /0418_ReSkill_GHC_Agent/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0418_ReSkill_GHC_Agent/README.md -------------------------------------------------------------------------------- /0429_MSFT_Reactor_AI102_S25/Data/SwamyUglyVoice.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0429_MSFT_Reactor_AI102_S25/Data/SwamyUglyVoice.wav -------------------------------------------------------------------------------- /0429_MSFT_Reactor_AI102_S25/Data/SwamyUglyVoice_1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0429_MSFT_Reactor_AI102_S25/Data/SwamyUglyVoice_1.wav -------------------------------------------------------------------------------- /0429_MSFT_Reactor_AI102_S25/Data/SwamyUglyVoice_2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0429_MSFT_Reactor_AI102_S25/Data/SwamyUglyVoice_2.wav -------------------------------------------------------------------------------- /0429_MSFT_Reactor_AI102_S25/Data/postmanresponse.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0429_MSFT_Reactor_AI102_S25/Data/postmanresponse.mp3 -------------------------------------------------------------------------------- /0429_MSFT_Reactor_AI102_S25/Data/time.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0429_MSFT_Reactor_AI102_S25/Data/time.wav -------------------------------------------------------------------------------- /0429_MSFT_Reactor_AI102_S25/Documentation/Images/SpeechToText_Postman.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0429_MSFT_Reactor_AI102_S25/Documentation/Images/SpeechToText_Postman.PNG -------------------------------------------------------------------------------- /0429_MSFT_Reactor_AI102_S25/Documentation/Images/SpeechTranslationCS.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0429_MSFT_Reactor_AI102_S25/Documentation/Images/SpeechTranslationCS.PNG -------------------------------------------------------------------------------- /0429_MSFT_Reactor_AI102_S25/Documentation/Images/SpeechTranslationPY.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0429_MSFT_Reactor_AI102_S25/Documentation/Images/SpeechTranslationPY.PNG -------------------------------------------------------------------------------- /0429_MSFT_Reactor_AI102_S25/Documentation/Images/TextToSpeech_Curl.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0429_MSFT_Reactor_AI102_S25/Documentation/Images/TextToSpeech_Curl.PNG -------------------------------------------------------------------------------- /0429_MSFT_Reactor_AI102_S25/Documentation/Images/TextToSpeech_Postman.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0429_MSFT_Reactor_AI102_S25/Documentation/Images/TextToSpeech_Postman.PNG -------------------------------------------------------------------------------- /0429_MSFT_Reactor_AI102_S25/Documentation/Images/ViswanathaSwamyPK.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0429_MSFT_Reactor_AI102_S25/Documentation/Images/ViswanathaSwamyPK.PNG -------------------------------------------------------------------------------- /0429_MSFT_Reactor_AI102_S25/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0429_MSFT_Reactor_AI102_S25/README.md -------------------------------------------------------------------------------- /0503_MAIH_DataAI_Fest/Documentation/Images/Chat_Using_CSharp.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0503_MAIH_DataAI_Fest/Documentation/Images/Chat_Using_CSharp.PNG -------------------------------------------------------------------------------- /0503_MAIH_DataAI_Fest/Documentation/Images/Chat_Using_GroundedContext_CSharp.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0503_MAIH_DataAI_Fest/Documentation/Images/Chat_Using_GroundedContext_CSharp.PNG -------------------------------------------------------------------------------- /0503_MAIH_DataAI_Fest/Documentation/Images/Chat_Using_PlayGround.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0503_MAIH_DataAI_Fest/Documentation/Images/Chat_Using_PlayGround.PNG -------------------------------------------------------------------------------- /0503_MAIH_DataAI_Fest/Documentation/Images/Chat_Using_RESTAPI.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0503_MAIH_DataAI_Fest/Documentation/Images/Chat_Using_RESTAPI.PNG -------------------------------------------------------------------------------- /0503_MAIH_DataAI_Fest/Documentation/Images/Session1_FirstLook.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0503_MAIH_DataAI_Fest/Documentation/Images/Session1_FirstLook.PNG -------------------------------------------------------------------------------- /0503_MAIH_DataAI_Fest/Documentation/Images/Session2_FirstLook.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0503_MAIH_DataAI_Fest/Documentation/Images/Session2_FirstLook.PNG -------------------------------------------------------------------------------- /0503_MAIH_DataAI_Fest/Documentation/Images/Session3_FirstLook.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0503_MAIH_DataAI_Fest/Documentation/Images/Session3_FirstLook.PNG -------------------------------------------------------------------------------- /0503_MAIH_DataAI_Fest/Documentation/Images/ViswanathaSwamyPK.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0503_MAIH_DataAI_Fest/Documentation/Images/ViswanathaSwamyPK.PNG -------------------------------------------------------------------------------- /0503_MAIH_DataAI_Fest/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0503_MAIH_DataAI_Fest/README.md -------------------------------------------------------------------------------- /0510_GAIH_Bootcamp/Documentation/Images/Chat_Using_CSharp.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0510_GAIH_Bootcamp/Documentation/Images/Chat_Using_CSharp.PNG -------------------------------------------------------------------------------- /0510_GAIH_Bootcamp/Documentation/Images/Chat_Using_GroundedContext_CSharp.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0510_GAIH_Bootcamp/Documentation/Images/Chat_Using_GroundedContext_CSharp.PNG -------------------------------------------------------------------------------- /0510_GAIH_Bootcamp/Documentation/Images/Chat_Using_PlayGround.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0510_GAIH_Bootcamp/Documentation/Images/Chat_Using_PlayGround.PNG -------------------------------------------------------------------------------- /0510_GAIH_Bootcamp/Documentation/Images/Chat_Using_RESTAPI.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0510_GAIH_Bootcamp/Documentation/Images/Chat_Using_RESTAPI.PNG -------------------------------------------------------------------------------- /0510_GAIH_Bootcamp/Documentation/Images/Session1_FirstLook.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0510_GAIH_Bootcamp/Documentation/Images/Session1_FirstLook.PNG -------------------------------------------------------------------------------- /0510_GAIH_Bootcamp/Documentation/Images/Session2_FirstLook.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0510_GAIH_Bootcamp/Documentation/Images/Session2_FirstLook.PNG -------------------------------------------------------------------------------- /0510_GAIH_Bootcamp/Documentation/Images/Session3_FirstLook.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0510_GAIH_Bootcamp/Documentation/Images/Session3_FirstLook.PNG -------------------------------------------------------------------------------- /0510_GAIH_Bootcamp/Documentation/Images/ViswanathaSwamyPK.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0510_GAIH_Bootcamp/Documentation/Images/ViswanathaSwamyPK.PNG -------------------------------------------------------------------------------- /0510_GAIH_Bootcamp/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0510_GAIH_Bootcamp/README.md -------------------------------------------------------------------------------- /0513_MSFT_Reactor_AI102_S26/Data/SwamyUglyVoice.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0513_MSFT_Reactor_AI102_S26/Data/SwamyUglyVoice.wav -------------------------------------------------------------------------------- /0513_MSFT_Reactor_AI102_S26/Data/SwamyUglyVoice_1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0513_MSFT_Reactor_AI102_S26/Data/SwamyUglyVoice_1.wav -------------------------------------------------------------------------------- /0513_MSFT_Reactor_AI102_S26/Data/SwamyUglyVoice_2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0513_MSFT_Reactor_AI102_S26/Data/SwamyUglyVoice_2.wav -------------------------------------------------------------------------------- /0513_MSFT_Reactor_AI102_S26/Data/postmanresponse.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0513_MSFT_Reactor_AI102_S26/Data/postmanresponse.mp3 -------------------------------------------------------------------------------- /0513_MSFT_Reactor_AI102_S26/Data/time.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0513_MSFT_Reactor_AI102_S26/Data/time.wav -------------------------------------------------------------------------------- /0513_MSFT_Reactor_AI102_S26/Documentation/Images/AddCognitiveSkills.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0513_MSFT_Reactor_AI102_S26/Documentation/Images/AddCognitiveSkills.PNG -------------------------------------------------------------------------------- /0513_MSFT_Reactor_AI102_S26/Documentation/Images/CustomizeIndex.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0513_MSFT_Reactor_AI102_S26/Documentation/Images/CustomizeIndex.PNG -------------------------------------------------------------------------------- /0513_MSFT_Reactor_AI102_S26/Documentation/Images/ImportDataFromStorage.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0513_MSFT_Reactor_AI102_S26/Documentation/Images/ImportDataFromStorage.PNG -------------------------------------------------------------------------------- /0513_MSFT_Reactor_AI102_S26/Documentation/Images/UploadDocuments.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0513_MSFT_Reactor_AI102_S26/Documentation/Images/UploadDocuments.PNG -------------------------------------------------------------------------------- /0513_MSFT_Reactor_AI102_S26/Documentation/Images/ViswanathaSwamyPK.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0513_MSFT_Reactor_AI102_S26/Documentation/Images/ViswanathaSwamyPK.PNG -------------------------------------------------------------------------------- /0513_MSFT_Reactor_AI102_S26/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0513_MSFT_Reactor_AI102_S26/README.md -------------------------------------------------------------------------------- /0527_MSFT_Reactor_AI102_S27/DEMO_SCRIPT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0527_MSFT_Reactor_AI102_S27/DEMO_SCRIPT.md -------------------------------------------------------------------------------- /0527_MSFT_Reactor_AI102_S27/Documentation/Images/ViswanathaSwamyPK.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0527_MSFT_Reactor_AI102_S27/Documentation/Images/ViswanathaSwamyPK.PNG -------------------------------------------------------------------------------- /0527_MSFT_Reactor_AI102_S27/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0527_MSFT_Reactor_AI102_S27/README.md -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/.gitignore: -------------------------------------------------------------------------------- 1 | .env 2 | 3 | .venv -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/README.md -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/docs/images/A.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/1_README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/1_README.md -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/2_The_Azure_Toolbox_for_Smart_Agents.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/2_The_Azure_Toolbox_for_Smart_Agents.md -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/3_Presentation_Outline.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/3_Presentation_Outline.md -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/4_DEMO_SCRIPT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/4_DEMO_SCRIPT.md -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/4_DEMO_SCRIPT_BACKUP.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/4_DEMO_SCRIPT_BACKUP.md -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/5_PRODUCTION_GUIDE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/5_PRODUCTION_GUIDE.md -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/6_TROUBLESHOOTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/6_TROUBLESHOOTING.md -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/AZURE_OPENAI_PYTHON_MATRIX.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/AZURE_OPENAI_PYTHON_MATRIX.md -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/SESSION_COMPLETE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/SESSION_COMPLETE.md -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/demo/.env.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/demo/.env.example -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/demo/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/demo/Dockerfile -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/demo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/demo/README.md -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/demo/azure-functions/.funcignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/demo/azure-functions/.funcignore -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/demo/azure-functions/create_task/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/demo/azure-functions/create_task/__init__.py -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/demo/azure-functions/create_task/function.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/demo/azure-functions/create_task/function.json -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/demo/azure-functions/generate_report/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/demo/azure-functions/generate_report/__init__.py -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/demo/azure-functions/generate_report/function.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/demo/azure-functions/generate_report/function.json -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/demo/azure-functions/host.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/demo/azure-functions/host.json -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/demo/azure-functions/local.settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/demo/azure-functions/local.settings.json -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/demo/azure-functions/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/demo/azure-functions/requirements.txt -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/demo/azure-functions/send_email/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/demo/azure-functions/send_email/__init__.py -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/demo/azure-functions/send_email/function.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/demo/azure-functions/send_email/function.json -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/demo/azure_search_service.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/demo/azure_search_service.py -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/demo/deploy_azure_resources.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/demo/deploy_azure_resources.ps1 -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/demo/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/demo/docker-compose.yml -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/demo/document_processor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/demo/document_processor.py -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/demo/knowledge_worker_agent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/demo/knowledge_worker_agent.py -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/demo/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/demo/requirements.txt -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/demo/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/demo/setup.py -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/demo/templates/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/demo/templates/index.html -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/demo/test-functions.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/demo/test-functions.ps1 -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/demo/test_document_upload.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/demo/test_document_upload.py -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/demo/test_document_upload_fixed.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/demo/test_document_upload_fixed.py -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/demo/test_end_to_end.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/demo/test_end_to_end.py -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/demo/test_search.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/demo/test_search.py -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/demo/verify_setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/demo/verify_setup.py -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/demo/web_interface.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/demo/web_interface.py -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/collateral/Dubai Brochure.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/collateral/Dubai Brochure.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/collateral/Las Vegas Brochure.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/collateral/Las Vegas Brochure.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/collateral/London Brochure.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/collateral/London Brochure.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/collateral/Margies Travel Company Info.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/collateral/Margies Travel Company Info.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/collateral/New York Brochure.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/collateral/New York Brochure.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/collateral/San Francisco Brochure.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/collateral/San Francisco Brochure.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/markdowns/ai-strategy-document.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/markdowns/ai-strategy-document.md -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/markdowns/market-research-report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/markdowns/market-research-report.md -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201801.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201801.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201802.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201802.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201803.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201803.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201804.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201804.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201805.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201805.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201806.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201806.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201807.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201807.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201808.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201808.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201809.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201809.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201810.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201810.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201811.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201811.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201812.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201812.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201813.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201813.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201814.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201814.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201815.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201815.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201816.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201816.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201817.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201817.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201818.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201818.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201819.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201819.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201820.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201820.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201821.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201821.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201822.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201822.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201823.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201823.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201824.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201824.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201825.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201825.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201826.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201826.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201827.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201827.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201828.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201828.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201829.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201829.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201830.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201830.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201831.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201831.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201832.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201832.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201833.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201833.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201834.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201834.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201835.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201835.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201836.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201836.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201837.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201837.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201838.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201838.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201839.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201839.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201840.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201840.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201841.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201841.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201842.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201842.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201843.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201843.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201844.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201844.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201845.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201845.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201846.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201846.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201847.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201847.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201848.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201848.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201849.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201849.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201850.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201850.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201851.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201851.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201852.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201852.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201853.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201853.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201854.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201854.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201855.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201855.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201856.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201856.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201857.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201857.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201858.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201858.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201859.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201859.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201860.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201860.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201861.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201861.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201862.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201862.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201863.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201863.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201864.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201864.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201865.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201865.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201866.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-1-azure-toolbox/sample-documents/reviews/201866.pdf -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-2-scaling-deploying/1_Scaling_Deploying_on_Azure.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-2-scaling-deploying/1_Scaling_Deploying_on_Azure.md -------------------------------------------------------------------------------- /0530_AgenticAIforStartupswithAzure/session-2-scaling-deploying/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0530_AgenticAIforStartupswithAzure/session-2-scaling-deploying/README.md -------------------------------------------------------------------------------- /0607_ID8NXT_AISkillSprint_GH_Copilot/Documentation/Images/ViswanathaSwamyPK.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0607_ID8NXT_AISkillSprint_GH_Copilot/Documentation/Images/ViswanathaSwamyPK.PNG -------------------------------------------------------------------------------- /0607_ID8NXT_AISkillSprint_GH_Copilot/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0607_ID8NXT_AISkillSprint_GH_Copilot/README.md -------------------------------------------------------------------------------- /0610_AgenticAI_Backup/ContractAnalyzerFunction.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0610_AgenticAI_Backup/ContractAnalyzerFunction.cs -------------------------------------------------------------------------------- /0610_AgenticAI_Backup/DEMO_SCRIPT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0610_AgenticAI_Backup/DEMO_SCRIPT.md -------------------------------------------------------------------------------- /0610_AgenticAI_Backup/Data/SwamyUglyVoice.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0610_AgenticAI_Backup/Data/SwamyUglyVoice.wav -------------------------------------------------------------------------------- /0610_AgenticAI_Backup/Data/SwamyUglyVoice_1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0610_AgenticAI_Backup/Data/SwamyUglyVoice_1.wav -------------------------------------------------------------------------------- /0610_AgenticAI_Backup/Data/SwamyUglyVoice_2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0610_AgenticAI_Backup/Data/SwamyUglyVoice_2.wav -------------------------------------------------------------------------------- /0610_AgenticAI_Backup/Data/postmanresponse.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0610_AgenticAI_Backup/Data/postmanresponse.mp3 -------------------------------------------------------------------------------- /0610_AgenticAI_Backup/Data/sample_consulting_agreement.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0610_AgenticAI_Backup/Data/sample_consulting_agreement.txt -------------------------------------------------------------------------------- /0610_AgenticAI_Backup/Data/sample_service_agreement.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0610_AgenticAI_Backup/Data/sample_service_agreement.txt -------------------------------------------------------------------------------- /0610_AgenticAI_Backup/Data/sample_software_license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0610_AgenticAI_Backup/Data/sample_software_license.txt -------------------------------------------------------------------------------- /0610_AgenticAI_Backup/Data/time.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0610_AgenticAI_Backup/Data/time.wav -------------------------------------------------------------------------------- /0610_AgenticAI_Backup/Documentation/Images/ViswanathaSwamyPK.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0610_AgenticAI_Backup/Documentation/Images/ViswanathaSwamyPK.PNG -------------------------------------------------------------------------------- /0610_AgenticAI_Backup/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0610_AgenticAI_Backup/README.md -------------------------------------------------------------------------------- /0610_AgenticAI_Backup/SESSION_CHECKLIST.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0610_AgenticAI_Backup/SESSION_CHECKLIST.md -------------------------------------------------------------------------------- /0610_AgenticAI_Backup/setup-demo-environment.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0610_AgenticAI_Backup/setup-demo-environment.ps1 -------------------------------------------------------------------------------- /0610_MSFT_Reactor_AI102_S28/Documentation/Images/Create_Search.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0610_MSFT_Reactor_AI102_S28/Documentation/Images/Create_Search.PNG -------------------------------------------------------------------------------- /0610_MSFT_Reactor_AI102_S28/Documentation/Images/New_Resource_Group.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0610_MSFT_Reactor_AI102_S28/Documentation/Images/New_Resource_Group.PNG -------------------------------------------------------------------------------- /0610_MSFT_Reactor_AI102_S28/Documentation/Images/Setup_Resources.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0610_MSFT_Reactor_AI102_S28/Documentation/Images/Setup_Resources.PNG -------------------------------------------------------------------------------- /0610_MSFT_Reactor_AI102_S28/Documentation/Images/ViswanathaSwamyPK.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0610_MSFT_Reactor_AI102_S28/Documentation/Images/ViswanathaSwamyPK.PNG -------------------------------------------------------------------------------- /0610_MSFT_Reactor_AI102_S28/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0610_MSFT_Reactor_AI102_S28/README.md -------------------------------------------------------------------------------- /0614_DNLH_GAIS_Monthly/Documentation/Images/ViswanathaSwamyPK.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0614_DNLH_GAIS_Monthly/Documentation/Images/ViswanathaSwamyPK.PNG -------------------------------------------------------------------------------- /0614_DNLH_GAIS_Monthly/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0614_DNLH_GAIS_Monthly/README.md -------------------------------------------------------------------------------- /0624_MSFT_Reactor_AI102_S29/Documentation/Images/ViswanathaSwamyPK.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0624_MSFT_Reactor_AI102_S29/Documentation/Images/ViswanathaSwamyPK.PNG -------------------------------------------------------------------------------- /0624_MSFT_Reactor_AI102_S29/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/0624_MSFT_Reactor_AI102_S29/README.md -------------------------------------------------------------------------------- /Documentation/Images/Information.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/Documentation/Images/Information.PNG -------------------------------------------------------------------------------- /Documentation/Images/SeatBelt.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/Documentation/Images/SeatBelt.PNG -------------------------------------------------------------------------------- /Documentation/Sample.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/Documentation/Sample.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/README.md -------------------------------------------------------------------------------- /TechTalk.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vishipayyallore/speaker-series-2025/HEAD/TechTalk.pptx --------------------------------------------------------------------------------