GithubHelp home page GithubHelp logo

nikhilmaguwala / project_openai_codegenie Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 738 KB

CodeGenie is your coding chatbot partner, designed to assist you with coding-related queries, provide suggestions, explanations, and solutions. Inspired by OpenAI's ChatGPT, CodeGenie offers a natural language interface for an interactive coding experience.

Home Page: https://codegenie-nikhil.vercel.app/

HTML 7.55% JavaScript 62.04% CSS 30.41%
ai-chatbot chatbot javascript nodejs-openai-api openai-api openai-chatgpt

project_openai_codegenie's Introduction

CodeGenie: Your Coding Chatbot Partner

Overview

CodeGenie is your coding chatbot partner, designed to assist you with coding-related queries, provide suggestions, explanations, and solutions. Inspired by OpenAI's ChatGPT, CodeGenie offers a natural language interface for an interactive coding experience.

Features

  • Natural Language Interface: Engage in a conversation with CodeGenie using natural language.

  • Code Assistance: Receive coding suggestions, explanations, and solutions.

  • Multi-Language Support: CodeGenie can assist with various programming languages.

Tech Stack

  • Vite: Fast frontend build tool that supports modern web technologies.
  • Vanilla JS: Pure JavaScript for the frontend logic.
  • Node.js: Backend server for handling CodeGenie's requests.
  • OpenAI API: Integration with the OpenAI GPT-3.5 for natural language processing.

Setup

Frontend (Vite and Vanilla JS)

  1. Navigate to the frontend directory:
cd client
  1. Install dependencies:
npm install
  1. Start the development server:
npm run dev
  1. Access CodeGenie at http://localhost:3000 in your browser.

Backend (Node.js)

  1. Navigate to the backend directory:
cd backend
  1. Install dependencies:
npm install
  1. Set up your OpenAI API key by creating a .env file with the following content:
OPENAI_API_KEY=your_openai_api_key
  1. Start the backend server:
npm run server

Usage

  • Open CodeGenie in your browser.
  • Engage in a conversation with CodeGenie.
  • Input coding-related queries and receive assistance.

Contributing

Feel free to contribute by opening issues, providing feedback, or submitting pull requests. We welcome any improvements or additional features.

License

This project is licensed under the MIT License.

project_openai_codegenie's People

Contributors

nikhilmaguwala avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.