Coder Retriever: your loyal coding companion
Project description
Coder Retriever 🦮
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())
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 details)
Built Distribution
File details
Details for the file coder_retriever-0.1.4.tar.gz
.
File metadata
- Download URL: coder_retriever-0.1.4.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.0 CPython/3.11.4 Darwin/22.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9bf200406a8a8ffffde17badd39569db08d98bd0871ce0f0eb05b4bcfcd4dfe5 |
|
MD5 | a6b6f2fb842693647f821ce92aab23ac |
|
BLAKE2b-256 | 4eb20170012d40534d901baa87ca70e787b25cf2d807c00a053ae4beb2154183 |
File details
Details for the file coder_retriever-0.1.4-py3-none-any.whl
.
File metadata
- Download URL: coder_retriever-0.1.4-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.0 CPython/3.11.4 Darwin/22.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 944fe10c54192ab8ccacc022b5540fd5b8170e78aef12a26ddeab635b217e6a8 |
|
MD5 | 825281781d7458c1ec143fb91e37a1ff |
|
BLAKE2b-256 | c5b29cdfa1c874eb0f6ffbac9c7ea7680e9b7c29e33a6011f4b129a6751b2bef |