Skip to content

Latest commit

 

History

History
109 lines (81 loc) · 3.76 KB

index.md

File metadata and controls

109 lines (81 loc) · 3.76 KB
layout title nav_order description permalink
home
Home
1
Open Source AI Research & Mentorship
/

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 } Try Lucknow-GPT{: .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.