Blipper is an AI application that empowers you to access large language model capabilities through a high-level interface. Blipper provides a lot of functions each with a task of their own. We call them Blips.
Project description
Blipper
Blipper is an AI application that empowers you to access large language model capabilities through a high-level interface. Blipper provides a lot of functions each with a task of their own. We call them Blips.
Integrate Blips in your application and easily get access to the power of language models in today's era. Don't worry about managing files and directories, we took care of that for you.
Currently, Blipper supports python library. Soon, it will be available for other popular languages as well.
Installing Blipper
Ensure Python is Installed
Make sure Python (version 3.10 or newer) is installed on your system. To check:
python3 --version
Create and activate a virtual environment (Optional)
We recommend insall the library in a virtual enviroment to avoid conflicts with other Python projects on your system.
# Create the virtual environment:
python3 -m venv .venv
# Activate for mac/linux:
source .venv/bin/activate
# Activate for windows:
.\venv\Scripts\activate
Install blipper library
pip install blipper
Check the installation
To verify the installation, run:
pip show blipper
Blipper library usage
Create a Python script (e.g., app.py) and import blipper.
Below is a sample python code on how one can use blipper blipper python client.
from blipper import Blipper
blip = Blipper(api_key="Bliper API key goes here")
blip.translate(text="hola. como estas", target_lang="en")
Run the script
python app.py
translate is just one example. Blipper offers multiple functions. The endpoint.py file contains all the functions. one can just call any of these functions and test them out.
All the functions are described in blipper documentation and it is available at https://blipperdocs.epystemic.com Happy Blipping.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file blipper-0.1.4.tar.gz.
File metadata
- Download URL: blipper-0.1.4.tar.gz
- Upload date:
- Size: 7.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cf7666a77c426434476411ef6d3f985510dbe181900fc2330bfdb591f520511a
|
|
| MD5 |
d9b91801f99df6a2ff22c2707fcf0edd
|
|
| BLAKE2b-256 |
ce16baae2890ddc37a6e4b3f3da52a201c35c229a9cd070440132a8ff868131c
|
File details
Details for the file blipper-0.1.4-py3-none-any.whl.
File metadata
- Download URL: blipper-0.1.4-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1ae1cc5b028253cac03c366e5f9170c22eb46bb4befa978edde8e8f52fc95b47
|
|
| MD5 |
bf31197b95e15d8dc0877d9d801ab42e
|
|
| BLAKE2b-256 |
43315920f9d0514daa5647b8e198e49de2065ecd888840700cae3fcb352eca47
|