GENAI EVERYDAY

by tushar2704

14 stars
351 downloads
Not rated
GitHub Website

About

A repository dedicated to exploring, experimenting with, and applying Generative AI concepts and tools in practical, everyday scenarios.

Details

Author
tushar2704
GitHub stars
14
Downloads
351
Categories
Other, AI

- Collection of effective prompts for ChatGPT, Claude, and Stable Diffusion
- Code examples for interacting with APIs like OpenAI and Hugging Face
- Step-by-step tutorials on everyday GenAI tasks
- Curated use cases showcasing practical problem solving
- Links to articles, tools, and learning materials
- Personal study notes on GenAI topics

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name GENAI EVERYDAY
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Clone the repository, then explore subdirectories under /prompts, /code-examples, /tutorials, /use-cases, /resources, and /notes. If running Python examples, set up a virtual environment and install any dependencies listed in a requirements.txt file. Adapt prompts and code snippets for your own projects or learning.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "genai everyday": {
            "GenAI-Everyday": {
                "command": "python",
                "args": [
                    "-m",
                    "venv",
                    "venv"
                ]
            }
        }
    }
}

McpServers

{
    "GenAI-Everyday": {
        "command": "python",
        "args": [
            "-m",
            "venv",
            "venv"
        ]
    }
}

GENAI EVERYDAY

Let's work together Tushar Aggarwal

© 2025 All rights reserved by Author Tushar Aggarwal

=========================================

A repository dedicated to exploring, experimenting with, and applying Generative AI concepts and tools in practical, everyday scenarios. Whether you're learning, building small tools, or just curious about how GenAI can be integrated into daily tasks, this is the place to share and discover.

✨ Purpose

The goal of this repository is to:

Demystify GenAI: Break down complex concepts into understandable, practical examples.
Share Practical Applications: Showcase how GenAI can be used for common tasks (writing, coding, image creation, brainstorming, etc.).
Foster Learning: Provide a space for personal learning notes, code snippets, and prompt examples.
Encourage Experimentation: Serve as a sandbox for trying out different models, APIs, and techniques.
Build a Collection: Curate useful prompts, scripts, and resources related to everyday GenAI use.

🚀 What's Inside?

This repository might contain a variety of resources, potentially organized like this (Please update this section based on your actual content!):

/prompts: A collection of effective prompts for various tasks (e.g., email drafting, creative writing, code explanation, image generation).
/prompts/chatgpt
/prompts/claude
/prompts/stable-diffusion
/code-examples: Simple scripts or notebooks demonstrating how to interact with GenAI APIs or libraries.
/code-examples/python/openai-api
/code-examples/python/huggingface-transformers
/tutorials: Step-by-step guides on specific GenAI tasks or tools relevant to everyday use.
/use-cases: Examples and discussions of how GenAI was applied to solve a specific, practical problem.
/resources: Links to useful articles, tools, APIs, and other learning materials.
/notes: Personal study notes or summaries on GenAI topics.

🏁 Getting Started

1. Clone the repository:

    git clone https://github.com/tushar2704/GENAI-EVERYDAY.git
cd GENAI-EVERYDAY

2. Explore the directories: Browse the folders listed above (/prompts, /code-examples, etc.) to find resources relevant to your interests.
3. (Optional) Set up environment (if running code): If you plan to run Python examples, you might need to install dependencies:
    # Create a virtual environment (recommended)
python -m venv venv
source venv/bin/activate # On Windows use venv\Scripts\activate

# Install requirements (if a requirements.txt file exists)
pip install -r requirements.txt


4. Use the resources: Copy prompts, adapt code snippets, and follow tutorials for your own projects or learning.

🛠️ Technology Stack (Example)

This repository might utilize or discuss:

Languages: Python, Markdown
Platforms/APIs: OpenAI API (GPT-4, GPT-3.5), Anthropic API (Claude), Hugging Face (Transformers, Hub), Google AI (Gemini), Midjourney, Stable Diffusion
Libraries: openai, transformers, requests, langchain, jupyter
Tools: VS Code, Jupyter Notebooks, Git

(Adjust this list based on the actual technologies used or discussed in the repo)

🤝 Contributing

Contributions are welcome! Whether it's adding a new prompt, sharing a code example, fixing a typo, or suggesting a new use case, your input is valuable.

Please read our CONTRIBUTING.md guide (You'll need to create this file!) for details on the process, coding standards, and how to submit pull requests.

You can also open an Issue to report bugs, suggest features, or ask questions.

📜 License

This project is licensed under the MIT License - see the LICENSE file for details. (Make sure you add a LICENSE file - MIT is a common choice for open source projects).

🙏 Acknowledgements (Optional)

Mention any key resources, inspirations, or contributors you'd like to thank.
Links to foundational papers or tools.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.