File size: 2,464 Bytes
a38b4f9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<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 &amp; 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>osnarayana@gmail.com</strong></p>

</body>
</html>