Skip to content

Use language models to derive and visualize the function call graph of a code snippet, file, or repository

License

Notifications You must be signed in to change notification settings

DevinPlumb/codegraph

Repository files navigation

codegraph

Setup

  1. Run npm install to download required dependencies
  2. Make sure you have an OpenAI API key. Place this in a .env file as follows:
    REACT_APP_OPENAI_API_KEY=your-api-key
    
  3. Run npm run start and navigate to http://localhost:3000 in your browser

Demo

codegraph.demo.short.mov

About

Use language models to derive and visualize the function call graph of a code snippet, file, or repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published