Skip to content

Comprehensive resources on Generative AI, including a detailed Codebase and tutorials

License

Notifications You must be signed in to change notification settings

genieincodebottle/genaicodelab

Repository files navigation

Agents
  GenAI Roadmap 

Repository for all advanced concepts of GenAI with code.

🌟 Overview

Each link includes its own README file with installation and setup instructions, allowing you to run it independently on your system.

⚙️ Setup Instructions

  • Prerequisites

    • Python 3.9 or higher
    • pip (Python package installer)
  • Installation

    1. Clone the repository:

      git clone https://github.com/genieincodebottle/genaicodelab.git
      cd genaicodelab
    2. Create a virtual environment:

      python -m venv venv
      venv\Scripts\activate # On Linux -> source venv/bin/activate
    3. Install dependencies:

      pip install -r requirements.txt
    4. Configure environment variables:

      a) For Agents: Navigate to the following location:

💻 Running the Application

To start the application, run:

streamlit run app.py

Main UI

🤝 Contributing

Contributions are welcome! Follow these steps to contribute:

  1. Fork the repository.
  2. Create a feature branch:
    git checkout -b feature/<feature-name>
  3. Commit your changes:
    git commit -m "Add <feature-description>"
  4. Push to the branch:
    git push origin feature/<feature-name>
  5. Open a pull request.

📜 License

This project is licensed under the MIT License. See the LICENSE file for details.

✉️ Contact