Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
| <!-- Primary SEO Meta Tags --> | |
| <title>Twan Uploader & Manager</title> | |
| <meta name="description" content="Upload datasets efficiently to Hugging Face with DataTwan. A fast, secure, and free tool for managing machine learning datasets. Support for bulk uploads directly to DataTwan repositories." /> | |
| <meta name="keywords" content="Hugging Face uploader, dataset upload, DataTwan, machine learning datasets, AI data management, bulk file upload, Hugging Face API" /> | |
| <meta name="author" content="DataTwan" /> | |
| <meta name="robots" content="index, follow" /> | |
| <!-- Open Graph / Facebook --> | |
| <meta property="og:type" content="website" /> | |
| <meta property="og:url" content="https://datatwan-uploader.com/" /> | |
| <meta property="og:title" content="DataTwan - Hugging Face Dataset Uploader" /> | |
| <meta property="og:description" content="The easiest way to upload and manage datasets on Hugging Face. Secure, fast, and optimized for ML workflows." /> | |
| <meta property="og:site_name" content="DataTwan Uploader" /> | |
| <!-- Twitter --> | |
| <meta property="twitter:card" content="summary_large_image" /> | |
| <meta property="twitter:title" content="DataTwan - Hugging Face Dataset Uploader" /> | |
| <meta property="twitter:description" content="Upload datasets efficiently to Hugging Face with DataTwan. Secure and fast bulk uploading." /> | |
| <!-- Structured Data for Google (JSON-LD) --> | |
| <script type="application/ld+json"> | |
| { | |
| "@context": "https://schema.org", | |
| "@type": "WebApplication", | |
| "name": "DataTwan Uploader", | |
| "url": "https://datatwan-uploader.com", | |
| "description": "A professional tool to upload files directly to Hugging Face repositories.", | |
| "applicationCategory": "DeveloperApplication", | |
| "operatingSystem": "Any browser", | |
| "offers": { | |
| "@type": "Offer", | |
| "price": "0", | |
| "priceCurrency": "USD" | |
| }, | |
| "featureList": "Bulk upload, Hugging Face Integration, Dataset Management" | |
| } | |
| </script> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet"> | |
| <style> | |
| body { | |
| font-family: 'Inter', sans-serif; | |
| } | |
| </style> | |
| <script type="importmap"> | |
| { | |
| "imports": { | |
| "react/": "https://aistudiocdn.com/react@^19.2.0/", | |
| "react": "https://aistudiocdn.com/react@^19.2.0", | |
| "react-dom/": "https://aistudiocdn.com/react-dom@^19.2.0/", | |
| "lucide-react": "https://aistudiocdn.com/lucide-react@^0.555.0", | |
| "vite": "https://aistudiocdn.com/vite@^7.2.4", | |
| "@vitejs/plugin-react": "https://aistudiocdn.com/@vitejs/plugin-react@^5.1.1", | |
| "@huggingface/hub": "https://aistudiocdn.com/@huggingface/hub@^2.7.1" | |
| } | |
| } | |
| </script> | |
| <link rel="stylesheet" href="/index.css"> | |
| </head> | |
| <body class="bg-gray-50 text-gray-900 antialiased flex flex-col min-h-screen"> | |
| <div id="root" class="flex-grow"></div> | |
| <script type="module" src="/index.tsx"></script> | |
| </body> | |
| </html> |