Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/charleewa/ai-code-doctor

👩🏻‍⚕️ Let AI be your coding doctor, fixing code issues, explaining complex parts, and even restructuring code.
https://github.com/charleewa/ai-code-doctor

code-explainer code-refactoring code-review error-handling gpt-3 gpt-4 openai-chatgpt

Last synced: about 2 months ago
JSON representation

👩🏻‍⚕️ Let AI be your coding doctor, fixing code issues, explaining complex parts, and even restructuring code.

Awesome Lists containing this project

README

        

# AI Code Doctor

Let AI be your coding doctor, fixing code issues, explaining complex parts, and even restructuring code.

![AI Code Doctor](./public/screenshot.png)

## Running Locally

**1. Clone Repo**

```bash
git clone https://github.com/CharleeWa/ai-code-doctor.git
```

**2. Install Dependencies**

```bash
pnpm install
```

**3. Run App**

```bash
pnpm dev
```

## Credits

- [ai-code-translator](https://github.com/mckaywrigley/ai-code-translator)