
Research
/Security News
Toptal’s GitHub Organization Hijacked: 10 Malicious Packages Published
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
The JigsawStack AI SDK is a Python library that allows you to interact with powerful AI services to build AI-powered applications.
To learn more about all available JigsawStack AI services, view the Documentation or Website.
Category | APIs |
---|---|
👉 General | Translation, Summarization, Sentiment Analysis |
🌐 Web | AI Web Scraping, AI Web Search |
🎵 Audio | Text to Speech, Speech to Text |
👀 Vision | vOCR, Object Detection |
🧠 LLMs | Prompt Engine |
🖼️ Generative | AI Image (Flux, SD, SDXL-Fast & more), HTML to Any |
✅ Validation | Email, NSFW images, profanity & more |
Learn more of about each category in the API reference
To install JigsawStack Python SDK, simply execute the following command in a terminal:
pip install jigsawstack
First, get your API key from the JigsawStack Dashboard
Then, initialize the SDK:
from jigsawstack import JigsawStack
jigsaw = JigsawStack(api_key="your-api-key")
AI Scraping Example:
params = {
"url": "https://www.amazon.com/Cadbury-Mini-Caramel-Eggs-Bulk/dp/B0CWM99G5W",
"element_prompts": ["prices"]
}
result = jigsaw.web.ai_scrape(params)
Text To Speech Example:
params = {"text": "Hello, how are you doing?"}
result = jigsaw.audio.text_to_speech(params)
Speech To Text Example:
params = { "url": "https://rogilvkqloanxtvjfrkm.supabase.co/storage/v1/object/public/demo/Video%201737458382653833217.mp4?t=2024-03-22T09%3A50%3A49.894Z"}
result = jigsaw.audio.speech_to_text(params)
VOCR:
params = {
"url": "https://rogilvkqloanxtvjfrkm.supabase.co/storage/v1/object/public/demo/Collabo%201080x842.jpg?t=2024-03-22T09%3A22%3A48.442Z"
}
result = jigsaw.vision.vocr(params)
Join JigsawStack community on Discord to connect with other developers, share ideas, and get help with the SDK.
JigsawStack AI SDK is open-source and welcomes contributions. Please open an issue or submit a pull request with your changes. Make sure to be as descriptive as possible with your submissions, include examples if relevant.
FAQs
JigsawStack - The AI SDK for Python
We found that jigsawstack demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
/Security News
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
Research
/Security News
Socket researchers investigate 4 malicious npm and PyPI packages with 56,000+ downloads that install surveillance malware.
Security News
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.