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>{: .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 }
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.
Lucknow AI is committed to fostering a welcoming community.
View our Code of Conduct on our GitHub repository.
Source: https://gdglucknow.web.app