| <!doctype html> |
| <html> |
| <head> |
| <meta charset="utf-8" /> |
| <meta name="viewport" content="width=device-width" /> |
| <title>ShunyaLab</title> |
| <link rel="stylesheet" href="style.css" /> |
| </head> |
| <body> |
| <div class="card"> |
| <h1>Welcome to ShunyaLab</h1> |
| <p class="tagline">An open-source AI group built by students, for everyone.</p> |
|
|
| <br /> |
|
|
| <section> |
| <h2>Who We Are</h2> |
| <p> |
| We're a group of college students passionate about AI, working together to learn, build, and share open-source models and datasets. |
| </p> |
| <p> |
| ShunyaLab is our starting point — a space to grow, collaborate, and contribute. |
| </p> |
| </section> |
|
|
| <br /> |
|
|
| <section> |
| <h2>What We Do</h2> |
| <ul> |
| <li>Experiment with AI models and datasets</li> |
| <li>Learn together through open collaboration</li> |
| <li>Share beginner-friendly projects on Hugging Face</li> |
| <li>Focus on India-relevant tools and languages</li> |
| </ul> |
| </section> |
|
|
| <br /> |
|
|
| <section> |
| <h2>Our Goal</h2> |
| <p> |
| To build a supportive community where students can explore AI, contribute meaningfully, and grow into confident developers and researchers. |
| </p> |
| </section> |
|
|
| <br /> |
|
|
| <section> |
| <h2>Why ShunyaLab?</h2> |
| <ul> |
| <li>Simple, clean projects anyone can learn from</li> |
| <li>Open to contributors at all levels</li> |
| <li>A launchpad for future innovation</li> |
| </ul> |
| </section> |
|
|
| <br /> |
|
|
| <p class="footer">Thanks for visiting — we’re just getting started!</p> |
| </div> |
| </body> |
| </html> |
|
|
|
|