Skip to content

AI-Helper is a GPT-3 API implementation built with Vite and React that offers various natural language processing features

Notifications You must be signed in to change notification settings

SamirAhma/AI-Helper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI-Helper

This project is a simple implementation of the GPT-3 API, built using Vite and React. It allows users to ask questions, translate languages, simplify text, correct grammar, summarize to a 2nd grade level, convert movie titles to emojis, and explain code, as well as convert JavaScript to Python.

Installation

  • Clone the repository by running git clone https://github.com/SamirAhma/Openai-Example.git in your terminal.
  • Navigate to the project directory by running cd Openai-Example.
  • Install the dependencies by running npm install.
  • Create a .env file in the root directory and set the API_KEY variable to your GPT-3 API key.
  • Run the application by running npm run dev.

Features

  • Edit prompt
  • Q&A
  • Language Translation
  • Text Simplification
  • Grammar Correction
  • Summarization
  • Movie to Emoji
  • Explain code
  • JavaScript to Python

Todo

  • Make data persistent

Note

Make sure to replace API_KEY with your own GPT-3 API key in the .env file before running the application.

About

AI-Helper is a GPT-3 API implementation built with Vite and React that offers various natural language processing features

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.1%
  • CSS 15.3%
  • HTML 5.6%