Skip to main content

Coder Retriever: your loyal coding companion

Project description

Coder Retriever 🦮

Pylint example workflow Testing

CodeRetriever: Your loyal coding companion. Just like a Golden Retriever, we're here to fetch and provide you with the most essential pieces of code.

Installation

Install the latest release:

pip install coder_retriever

or intall the up-to-date version (might be unstable):

pip install git+https://github.com/GitMarco27/coder_retriever.git

Examples

AI Assistant Digit Mnist Classifier

You can find the complete example here

import coder_retriever as cr

assistant = cr.ai.assistant.AiAssistant(openai_api_key="YOUR API KEY")

query = """

- Load the digit mnist dataset from tensorflow datasets and covert it to X (images) and Y (labels) as numpy arrays

"""
assistant.run_code(query, vars=vars())

...

query = """

- Show a batch of classified images, displaying True and Predicted labels.

"""
assistant.run_code(query, vars=vars())

download

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

coder_retriever-0.1.4.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

coder_retriever-0.1.4-py3-none-any.whl (4.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page