GENAI EVERYDAY
A repository dedicated to exploring, experimenting with, and applying Generative AI concepts and tools in practical, everyday scenarios.
tushar2704
README
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
- Clone the repository:
git clone https://github.com/tushar2704/GENAI-EVERYDAY.git cd GENAI-EVERYDAY - Explore the directories: Browse the folders listed above (
/prompts,/code-examples, etc.) to find resources relevant to your interests. - (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 - 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.
Happy Generating!
Recommended Servers
Sequential Thinking MCP Server
This server facilitates structured problem-solving by breaking down complex issues into sequential steps, supporting revisions, and enabling multiple solution paths through full MCP integration.
mixpanel
Connect to your Mixpanel data. Query events, retention, and funnel data from Mixpanel analytics.
MCP PubMed Search
Server to search PubMed (PubMed is a free, online database that allows users to search for biomedical and life sciences literature). I have created on a day MCP came out but was on vacation, I saw someone post similar server in your DB, but figured to post mine.
dbt Semantic Layer MCP Server
A server that enables querying the dbt Semantic Layer through natural language conversations with Claude Desktop and other AI assistants, allowing users to discover metrics, create queries, analyze data, and visualize results.
Crypto Price & Market Analysis MCP Server
A Model Context Protocol (MCP) server that provides comprehensive cryptocurrency analysis using the CoinCap API. This server offers real-time price data, market analysis, and historical trends through an easy-to-use interface.
Vectorize
Vectorize MCP server for advanced retrieval, Private Deep Research, Anything-to-Markdown file extraction and text chunking.
Nefino MCP Server
Provides large language models with access to news and information about renewable energy projects in Germany, allowing filtering by location, topic (solar, wind, hydrogen), and date range.
MATLAB MCP Server
Integrates MATLAB with AI to execute code, generate scripts from natural language, and access MATLAB documentation seamlessly.
Macrostrat MCP Server
Enables Claude to query comprehensive geologic data from the Macrostrat API, including geologic units, columns, minerals, and timescales through natural language.
MCP Word Counter
A Model Context Protocol server that provides tools for analyzing text documents, including counting words and characters. This server helps LLMs perform text analysis tasks by exposing simple document statistics functionality.