Giter VIP home page Giter VIP logo

codegpt's Introduction

codeGPT

CodeGPT is an innovative solution, leveraging the power of ChatGPT to analyze and interpret programming code. It represents a groundbreaking advancement in the field of coding and software development, using AI technology to help developers understand complex code structures.

Developed predominantly using Python, CodeGPT carries the known benefits of this powerful language, such as simplicity and flexibility. This allows the tool to be highly compatible with a wide variety of operating systems and programming environments.

One unique feature of CodeGPT is its ability to generate Markdown files from the interpreted code. This provides developers with an organized and comprehensible view of their codebase. Furthermore, these Markdown files can be utilized to build a comprehensive website or used as standalone guides for understanding the intricate details of the code.

Key Features:

  • Code analysis and interpretation powered by ChatGPT.
  • Generation of Markdown files for efficient documentation.
  • Capability to generate websites to showcase your code's functionality.
  • Compatibility and flexibility ensured by the Python foundation.

In essence, CodeGPT is more than just a code interpreter; it's a comprehensive suite of tools designed to make coding more accessible and efficient. It aids in understanding complex code, generates organized documentation, and can even help present your work through an interactive website. Let CodeGPT be your partner in coding, experience a new way of managing and understanding code, and boost your productivity today.

init venv environment

virtualenv venv -p python3
source venv/bin/activate
pip install -r requirements.txt

How to use

  1. change env.example to .env
mv env.example .env
  1. input your OPEN api key to .env file
OPENAI_API_KEY=sk-xxxxxxxxxxxxx
  1. generate markdown file
# default file type is java
python main.py analyse LMAX-Exchange/disruptor

# filer python file
# python main.py LMAX-Exchange/disruptor --file-extension py
  1. generate markdown book
python main.py book ./explanations/disruptor-master

feature list

  • command line
  • generate markdown book
  • offline version

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.