Spaces:
Sleeping
Sleeping
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Privacy Policy - OSN Media Generator</title> | |
| <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" /> | |
| <meta http-equiv="Pragma" content="no-cache" /> | |
| <meta http-equiv="Expires" content="0" /> | |
| <style> | |
| body { | |
| font-family: Arial, sans-serif; | |
| margin: 2rem; | |
| padding: 0; | |
| background-color: #f9f9f9; | |
| color: #333; | |
| } | |
| h1, h2, h3 { color: #222; } | |
| a { color: #1a73e8; text-decoration: none; } | |
| a:hover { text-decoration: underline; } | |
| code { background-color: #eee; padding: 2px 4px; border-radius: 4px; } | |
| </style> | |
| </head> | |
| <body> | |
| <h1>π Privacy Policy for OSN Media Generator</h1> | |
| <p>Effective Date: July 19, 2025</p> | |
| <p>Your privacy is important to us. This app is built to prioritize user data security and transparency.</p> | |
| <h2>1. What We Collect</h2> | |
| <ul> | |
| <li><strong>No personal data</strong> is collected, stored, or shared by this application.</li> | |
| <li>All prompts, audio, and media are <strong>processed locally</strong> or via <strong>user-provided API keys</strong> to external services (e.g., ElevenLabs, Unsplash).</li> | |
| </ul> | |
| <h2>2. API Usage</h2> | |
| <ul> | |
| <li>If you use external services (like ElevenLabs or Unsplash), you are subject to their respective <a href="https://www.elevenlabs.io/terms">Terms of Service</a> and <a href="https://www.elevenlabs.io/privacy">Privacy Policies</a>.</li> | |
| <li>Your API keys are stored <strong>locally</strong> in your environment file (<code>.env</code>) and never uploaded.</li> | |
| </ul> | |
| <h2>3. Data Storage</h2> | |
| <ul> | |
| <li>Generated images, audio, and videos are stored <strong>only on your local machine</strong> under the <code>outputs/</code> directory.</li> | |
| <li>You can delete any generated content at your discretion.</li> | |
| </ul> | |
| <h2>4. Analytics & Ads</h2> | |
| <ul> | |
| <li>This app contains <strong>no ads</strong>, <strong>no tracking</strong>, and <strong>no analytics</strong>.</li> | |
| </ul> | |
| <h2>5. Changes to Policy</h2> | |
| <p>Any updates to this policy will be reflected in this file on the <a href="https://github.com/sivaogeti/osnarayana-media-generator">GitHub repository</a>.</p> | |
| <h2>6. Contact</h2> | |
| <p>For questions or issues, contact: <strong>[email protected]</strong></p> | |
| </body> | |
| </html> | |