Posts by Sruchika Bhaskar

Leveraging Hugging Face Pretrained Models for AI Applications

1.Introduction  Hugging Face provides a repository of numerous pretrained models for various use cases, which are open source. It functions similarly to GitHub, allowing users to access and use these…

Read More

OutSystems TextExtractor: Enabling Text Extraction from Various File Types

1.Introduction In OutSystems, handling document text extraction is not available as a built-in feature. Developers often need to process PDF, DOCX, and TXT files to extract text content for indexing,…

Read More

Setting Up an Email Sending API in .NET 8 Using Google’s SMTP Server

Introduction:   Effective email communication is essential for modern applications, whether for sending notifications, alerts, or user-generated messages. In this blog, we’ll explore how to build a reusable email-sending API using…

Read More

Customizing Logs with Serilog in ASP.NET Core

  Introduction:   Logging is essential in any application to ensure reliability and maintainability, especially in complex systems. In an ASP.NET Core Web API, logging helps developers trace requests, identify issues,…

Read More