Skip to content

This is a spell checker project that makes use of Gemini's API in order to pick up spelling errors in a sentence. It will correct it and provide feedback that comes from Gemini

License

Notifications You must be signed in to change notification settings

lukepadiachy/SpellChecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

The Spell Checker App is a .NET Blazor application that integrates with the Gemini API to check and improve sentence structure. It provides real-time feedback on grammar and spelling errors, helping users to write better and more accurate text.

Spell Checker Created Using Gemini’s API (2)

Features

  • Real-time spelling and grammar correction using the Gemini API
  • User-friendly interface built with Blazor WebAssembly
  • Detailed feedback for each correction
  • Grammar tips page for educational purposes

What Do You Need?

Gemini apikey: Click here to get your API key.

Packages

dotnet add package Mscc.GenerativeAI --version 1.5.0
dotnet add package Markdig --version 0.37.0

Mscc.GenerativeAI

Gemini AI Client for .NET and ASP.NET Core

Made by Kirstätter, J and MSCraftsman

https://www.nuget.org/packages/Mscc.GenerativeAI

https://github.com/mscraftsman/generative-ai

Side Note

  • There might be a difference in responses

About

This is a spell checker project that makes use of Gemini's API in order to pick up spelling errors in a sentence. It will correct it and provide feedback that comes from Gemini

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published