Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/charleewa/ai-code-doctor
- Owner: CharleeWa
- License: mit
- Created: 2023-04-03T11:30:38.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-06T03:29:49.000Z (almost 2 years ago)
- Last Synced: 2024-12-03T01:08:50.060Z (about 2 months ago)
- Topics: code-explainer, code-refactoring, code-review, error-handling, gpt-3, gpt-4, openai-chatgpt
- Language: TypeScript
- Homepage: https://ai-code-doctor.vercel.app
- Size: 93.8 KB
- Stars: 13
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)