GenAI related stuff for everyone. Simple, practical insights to get you started and keep you ahead.
Contributions to add good impactful resources/codes to the list are welcome!
Here’s how you can help:
-
Fork the Repository
Click on the "Fork" button at the top right corner of the page to create a personal copy of the repository.
-
Clone the Repository
Clone your forked repository to your local machine:
git clone https://github.com/genieincodebottle/generative-ai.git
-
Create a New Branch
Create a new branch for your feature or bug fix:
git checkout -b your-branch-name
-
Make Your Changes
Make your changes and commit them with a clear message:
git commit -m "Brief description of your changes"
-
Push Your Changes Push your changes to your forked repository:
git push origin your-branch-name
-
Create a Pull Request
Go to the original repository and create a pull request. Make sure to explain your changes and why they should be merged.