Lädt...


🔧 Image Annotation for AI Model training using Pinata


Nachrichtenbereich: 🔧 Programmierung
🔗 Quelle: dev.to

This is a submission for the The Pinata Challenge

What I Built

I have built an image annotation application using :

  • FastAPI : Backend
  • Angular: Frontend
  • Pinata : Blob/File Storage

This application would help in doing the annotations of the image dataset. Then these annotations could be exported and be used for AI model training.

Demo

Image description

Image description

My Code

Pinata setup

  • Create an account with Pinata, and fetch the keys.
  • Install and setup .env files
npm i pinata
PINATA_API_KEY=""
PINATA_API_SECRET=""
PINATA_GATEWAY="*.mypinata.cloud"
PINATA_JWT=""
import { PinataSDK } from "pinata";

const pinata = new PinataSDK({
  pinataJwt: "PINATA_JWT",
  pinataGateway: "example-gateway.mypinata.cloud",
});

  • Create methods for Upload & Retrieve Files

Upload File

const file = new File(["hello"], "Testing.txt", { type: "text/plain" });
    const upload = await pinata.upload.file(file);
    console.log(upload);

Retrieve Files

const url = await pinata.gateways.createSignedURL({
        cid: "bafkreib4pqtikzdjlj4zigobmd63lig7u6oxlug24snlr6atjlmlza45dq",
        expires: 1800,
    })
    console.log(url)

Backend & Frontend Code Repo

More Details

Pinata group was created for each project in the application.
Pinata was used for saving the image dataset, with & without annotations. Also the annotation files are saved as JSON on Pinata. Access to the images & Json file is through the signed SDK.

...

🔧 Image Annotation for AI Model training using Pinata


📈 61.13 Punkte
🔧 Programmierung

🔧 Pinata OG! | Generate beautiful OpenGraph Images with Pinata File API


📈 40.84 Punkte
🔧 Programmierung

🔧 Pinata OG! | Generate beautiful OpenGraph Images with Pinata File API


📈 40.84 Punkte
🔧 Programmierung

🔧 The Pinata Challenge: Pinata File Hub - Seamless File Management & Uploads


📈 40.84 Punkte
🔧 Programmierung

🔧 Pinata CLI: A CLI Application for the Pinata.Cloud Files Interface


📈 40.84 Punkte
🔧 Programmierung

🕵️ Medium CVE-2020-15272: Git-tag-annotation-action project Git-tag-annotation-action


📈 32.53 Punkte
🕵️ Sicherheitslücken

🔧 Image Optimizer Powered by Pinata: Secure File Storage Meets Real-Time Customization


📈 26.62 Punkte
🔧 Programmierung

🔧 Image generation with DALL-E and Pinata


📈 26.62 Punkte
🔧 Programmierung

🔧 Integrating Pinata for Seamless Image Uploads in Nfticket


📈 26.62 Punkte
🔧 Programmierung

🔧 Effortless Image Tag Generation: Streamline Your Workflow with Pinata and IPFS


📈 26.62 Punkte
🔧 Programmierung

🔧 A Beginner's Guide to Online Image Labeling & Annotation Using PixLab Annotate


📈 26.54 Punkte
🔧 Programmierung

📰 Performing Image Annotation using Python and OpenCV


📈 26.54 Punkte
🔧 AI Nachrichten

🔧 A decentralized file storage system using PINATA and IPFS


📈 24.49 Punkte
🔧 Programmierung

🔧 A decentralized file storage system using PINATA and IPFS


📈 24.49 Punkte
🔧 Programmierung

🔧 FileShare| A FileSharing Platform built using Next.js and Pinata Files API


📈 24.49 Punkte
🔧 Programmierung

🔧 SnipShot: A Stylish Code Snippet Uploader Using Pinata IPFS


📈 24.49 Punkte
🔧 Programmierung

🔧 Building a Chat with PDFs using Pinata,OpenAI,, and Streamlit


📈 24.49 Punkte
🔧 Programmierung

🕵️ Using Ghidra to Reverse Engineer Viva Pinata for Windows


📈 24.49 Punkte
🕵️ Reverse Engineering

🎥 Putting theory into practice: How GitHub uses Figma for its a11y annotation kit and training


📈 24.19 Punkte
🎥 Video | Youtube

🎥 Putting theory into practice: How GitHub uses Figma for its a11y annotation kit and training


📈 24.19 Punkte
🎥 Video | Youtube

📰 Fine-tune your Amazon Titan Image Generator G1 model using Amazon Bedrock model customization


📈 22.76 Punkte
🔧 AI Nachrichten

🎥 Faster dataset annotation and model evaluation with Roboflow - Made with TensorFlow.js


📈 22.51 Punkte
🎥 Video | Youtube

🕵️ CVE-2023-40215 | Demon Image Annotation Plugin up to 5.1 on WordPress sql injection


📈 22.46 Punkte
🕵️ Sicherheitslücken

🔧 Streamlining Image Annotation with Annotate-Lab


📈 22.46 Punkte
🔧 Programmierung

🔧 AVIF Studio - Chrome Extension made with Svelte and WebAssembly for Image Editing & Annotation


📈 22.46 Punkte
🔧 Programmierung

📰 Best Image Annotation Tools in 2024


📈 22.46 Punkte
🔧 AI Nachrichten

📰 Best Image Annotation Tools in 2023


📈 22.46 Punkte
🔧 AI Nachrichten

🕵️ CVE-2022-4171 | Demon Image Annotation Plugin up to 5.0 on WordPress unknown vulnerability


📈 22.46 Punkte
🕵️ Sicherheitslücken

matomo