Skip to main content

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

Icon

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


Download files

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

Source Distribution

blipper-0.1.8.tar.gz (8.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

blipper-0.1.8-py3-none-any.whl (7.3 kB view details)

Uploaded Python 3

File details

Details for the file blipper-0.1.8.tar.gz.

File metadata

  • Download URL: blipper-0.1.8.tar.gz
  • Upload date:
  • Size: 8.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.5.4

File hashes

Hashes for blipper-0.1.8.tar.gz
Algorithm Hash digest
SHA256 a57d604c972ba3562d4dad8c36b35e1ebfd4f7ff00881c9b6f751b9a3723191e
MD5 c2e2f44c0fc05cebc2185a9a0fcde146
BLAKE2b-256 d93973c9d0f0a0a99f77fd163ee35737c4f3f9434d06e7f53d3ea389ca20d994

See more details on using hashes here.

File details

Details for the file blipper-0.1.8-py3-none-any.whl.

File metadata

  • Download URL: blipper-0.1.8-py3-none-any.whl
  • Upload date:
  • Size: 7.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.5.4

File hashes

Hashes for blipper-0.1.8-py3-none-any.whl
Algorithm Hash digest
SHA256 70887c48f6ec6879d0d31786144ac451c95f46d5428902be82157d04f14da8ab
MD5 9a9a9f4242798bca383ecb86ec2be315
BLAKE2b-256 e1b99c17fa8ce98a61b9e0626b852feb7a1588d623eb0a4cc54e769f29e800db

See more details on using hashes here.

Supported by

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