Skip to content

Latest commit

 

History

History
108 lines (79 loc) · 3.65 KB

File metadata and controls

108 lines (79 loc) · 3.65 KB
layout home
title Home
nav_order 1
description Open Source AI Research & Mentorship
permalink /

Change Theme

<script> const toggleDarkMode = document.querySelector('.js-toggle-dark-mode'); jtd.addEvent(toggleDarkMode, 'click', function(){ if (jtd.getTheme() === 'dark') { jtd.setTheme('light'); toggleDarkMode.textContent = 'Dark Mode'; } else { jtd.setTheme('dark'); toggleDarkMode.textContent = 'Bright Mode'; } }); </script>

Lucknow AI Labs

{: .fs-9 }

Open Source AI Research & Mentorship {: .fs-6 .fw-300 }

Get started now{: .btn .btn-primary .fs-5 .mb-4 .mb-md-0.mr-2 }
Join Lucknow AI Labs{: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 } Try Nawab-AI{: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 }


Alt text

Lucknow AI Community
Lucknow AI Community

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change. Read more about becoming a contributor in our GitHub repo.

Thank you to the contributors of Lucknow AI!

    {% for contributor in site.github.contributors %}
  • {{ contributor.login }}
  • {% endfor %}

Code of Conduct

Lucknow AI is committed to fostering a welcoming community.

View our Code of Conduct on our GitHub repository.