All Projects → tom-doerr → fix

tom-doerr / fix

Licence: MIT license
Allows you to use OpenAI Codex to fix errors in the command line.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to fix

awesome-codex
A list dedicated to products, demos and articles related to 🤖 OpenAI's Codex.
Stars: ✭ 115 (+59.72%)
Mutual labels:  openai, codex
zsh codex
This is a ZSH plugin that enables you to use OpenAI's Codex AI in the command line.
Stars: ✭ 787 (+993.06%)
Mutual labels:  openai, codex
pen.el
Pen.el stands for Prompt Engineering in emacs. It facilitates the creation, discovery and usage of prompts to language models. Pen supports OpenAI, EleutherAI, Aleph-Alpha, HuggingFace and others. It's the engine for the LookingGlass imaginary web browser.
Stars: ✭ 376 (+422.22%)
Mutual labels:  openai
note-keeper
📓 A tiny bash tool for taking and organizing notes.
Stars: ✭ 58 (-19.44%)
Mutual labels:  command-line-tool
clip playground
An ever-growing playground of notebooks showcasing CLIP's impressive zero-shot capabilities
Stars: ✭ 80 (+11.11%)
Mutual labels:  openai
gan-vae-pretrained-pytorch
Pretrained GANs + VAEs + classifiers for MNIST/CIFAR in pytorch.
Stars: ✭ 134 (+86.11%)
Mutual labels:  ml
thesaurus
TT Hackathon 2018 - Autocomplete for Visual Programming Nodes
Stars: ✭ 23 (-68.06%)
Mutual labels:  ml
guess-js.github.io
The website of Guess.js
Stars: ✭ 16 (-77.78%)
Mutual labels:  ml
glacier
❄️ Building Python CLI using docstrings and typehints 🐍
Stars: ✭ 84 (+16.67%)
Mutual labels:  command-line-tool
ml-lpi
Materials for ML course at Lebedev Physical Institute
Stars: ✭ 31 (-56.94%)
Mutual labels:  ml
ai-background-remove
Cut out objects and remove backgrounds from pictures with artificial intelligence
Stars: ✭ 70 (-2.78%)
Mutual labels:  ml
EVHS-Programming-Club
The public GitHub repo for the EVHS Programming Club
Stars: ✭ 16 (-77.78%)
Mutual labels:  ml
k3ai-core
K3ai-core is the core library for the GO installer. Go installer will replace the current bash installer
Stars: ✭ 23 (-68.06%)
Mutual labels:  ml
ML-For-Beginners
12 weeks, 26 lessons, 52 quizzes, classic Machine Learning for all
Stars: ✭ 40,023 (+55487.5%)
Mutual labels:  ml
ScaledYOLOv4
Scaled-YOLOv4: Scaling Cross Stage Partial Network
Stars: ✭ 1,944 (+2600%)
Mutual labels:  ml
S2ML-Generators
Multiple notebooks which allow the use of various machine learning methods to generate or modify multimedia content
Stars: ✭ 172 (+138.89%)
Mutual labels:  ml
incubator-liminal
Apache Liminals goal is to operationalise the machine learning process, allowing data scientists to quickly transition from a successful experiment to an automated pipeline of model training, validation, deployment and inference in production. Liminal provides a Domain Specific Language to build ML workflows on top of Apache Airflow.
Stars: ✭ 117 (+62.5%)
Mutual labels:  ml
rekcurd-python
Project for serving ML module. This is a gRPC micro-framework.
Stars: ✭ 47 (-34.72%)
Mutual labels:  ml
YOLOv4MLNet
Use the YOLO v4 and v5 (ONNX) models for object detection in C# using ML.Net
Stars: ✭ 61 (-15.28%)
Mutual labels:  ml
pint
A single-file command-line package manager for Windows.
Stars: ✭ 35 (-51.39%)
Mutual labels:  command-line-tool

🤖 Fix! 🩹

AI fixing your issues.

Repository's starts Issues License
Latest commit GitHub repository size

You just need to prepend `fix` to your command and the AI will suggest solutions.

What is it?

A program that suggests solutions for errors in the command line using OpenAI's Codex AI to produce suggestions.

Installation

  1. Get access to OpenAI's Codex API.
  2. Clone the repository
  3. Add main.py to your path, e.g. by running cp $PWD/main.py ~/.local/bin/fix or similar.

How to use it

$ fix <program>

To fix the last command:

$ fix !!

How it works

This script executes your program and generates potential solutions using OpenAI's Codex AI.


Traffic Statistics

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].