Posts by Sruchika Bhaskar

Chat with Your PDFs: AI Document Question Answering with Python

Introduction/ Issue:    Working with large PDF documents can be challenging when you need to extract specific information quickly. Manually searching through multiple pages is time-consuming and prone to human error.…

Read More

Implement Light and Dark Themes in React App

Introduction/ Issue:   In modern web applications, users expect a seamless experience that adapts to their environment and preferences. One common requirement is supporting both light and dark themes. By default, many sites…

Read More

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