TheNewC0der-24 / AI-Genie

AI-Genie is a web application that leverages the power of the OpenAI API to provide advanced AI capabilities.

Home Page:https://ai-genie.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AI-Genie

AI-Genie is a web application that leverages the power of the OpenAI API to provide advanced AI capabilities.

Using the OpenAI API, AI-Genie can do things such as Grammar correction, Explain code, or Turn meeting notes into a summary and many more . These AI capabilities are seamlessly integrated into the user interface of AI-Genie, allowing users to interact with the AI features in a user-friendly way.

Whether you're a student, teacher or a developer, AI-Genie provides a powerful and easy-to-use platform for you. Try it out today and experience the power of AI in your web application!

Features

  • Notes to summary: Turn meeting notes into a summary.
  • Grammar correction: Corrects sentences into standard English.
  • Summarize for a 2nd grader: Translates difficult text into simpler concepts.
  • English to other languages: Translates English text into French, Spanish and Japanese.
  • Movie to Emoji: Convert movie titles into emoji.
  • Explain code: Explain a complicated piece of code.
  • JavaScript to Python: Convert simple JavaScript expressions into Python.
  • Classification: Classify items into categories via example.
  • Product name generator: Create product names from examples words. Influenced by a community prompt.

Built With

React.Js MUI Open AI API

Getting Started

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/TheNewC0der-24/AI-Genie
    
  2. Install dependencies:

    cd [application-directory]
    npm install
    
  3. Set up your OpenAI API key:

    Rename the .env.example file to .env and replace YOUR_API_KEY with your actual OpenAI API key.

Usage

npm run dev

This command will start the development server. Open your browser and navigate to http://localhost:5173/ to access the application.

Deployment

To deploy the application, you can use Netlify, Vercel or gh-pages or follow the deployment instructions for [hosting platform]. Remember to set the environment variables for your production environment.

I have hosted on Netlify. So, accessible to everyone.

Deploy status badge

Netlify Status

Contributing

Contributions are welcome! If you encounter any issues or have suggestions for improvements, please open an issue or submit a pull request.

Preview

Link

https://ai-genie.netlify.app/

Author

About

AI-Genie is a web application that leverages the power of the OpenAI API to provide advanced AI capabilities.

https://ai-genie.netlify.app/

License:MIT License


Languages

Language:JavaScript 94.5%Language:CSS 2.7%Language:HTML 2.4%Language:Shell 0.4%