Skip to content

A simple website created with React JS, integrated with Gemini AI for grammar correction and punctuation.

Notifications You must be signed in to change notification settings

jei3m/pogi-typings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pogi Typings Generator

Pogi Typings Generator is a simple website created using React JS, integrated with Gemini AI for grammar correction and punctuation. This project was developed as an experiment to explore and test the capabilities of the AI's system instructions.

Features

  • React JS: Utilizes the powerful front-end library React JS for building user interfaces.
  • Gemini AI Integration: Automatically corrects grammar and punctuation in real-time using the advanced capabilities of Gemini AI.

Purpose

The main purpose of this project is to experiment with and understand how AI can be integrated into web applications, particularly focusing on grammar correction and punctuation. Through this project, I aimed to explore the practical applications and limitations of AI-driven text correction.

Installation

To get started with the Pogi Typings Generator, follow these steps:

  1. Clone the repository:

    git clone https://github.com/yourusername/pogi-typings-generator.git
  2. Navigate to the project directory:

    cd pogi-typings-generator
  3. Install the dependencies:

    npm install
  4. Set Up Environment Variables Create a .env file in the root directory and add your Gemini AI credentials.

    REACT_APP_GEMINI_API_KEY=your_gemini_api_key
  5. Start the development server:

    npm start
    

Usage

Once the development server is running, open your browser and navigate to http://localhost:3000. You can start typing text in either English or Tagalog, and the integrated Gemini AI will automatically correct any grammar or punctuation errors.

About

A simple website created with React JS, integrated with Gemini AI for grammar correction and punctuation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published