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:

   ```shell
   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/](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](https://api.netlify.com/api/v1/badges/f826b692-3f57-4171-8480-81503f5c4f10/deploy-status)](https://app.netlify.com/sites/ai-genie/deploys)

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

## Preview
<p>
  <img src="https://github.com/TheNewC0der-24/AI-Genie/blob/master/Preview/Preview-1.png" width="400">
  <img src="https://github.com/TheNewC0der-24/AI-Genie/blob/master/Preview/Preview-2.png" width="400">
</p>

## Link

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


## Author
- LinkedIn - [Bhavya Khurana](https://www.linkedin.com/in/bhavya-khurana/)
- Twitter - [@Cynophilist_B](https://twitter.com/Cynophilist_B)
Share this project:

Updates