/codeaid

Primary LanguageJupyter Notebook

CodeAid

CodeAid is a plugin that answers questions about the codebase to help users understand its functionality. It utilizes a Flask server, an API endpoint, and custom-written markdown parsers to provide detailed answers or relevant information about queried aspects of the codebase.

Getting Started

These instructions will help you set up and run the project on your local machine.

Prerequisites

  • Python 3.6 or higher
  • Flask

Installation

  1. Clone the repository:

git clone https://github.com/yourusername/CodeAid.git

  1. [More steps here]

  2. Run the server:

python server.py