Prompt Engineering Projects in BahadurgarhPrompt Engineering Projects in Bahadurgarh
Cover image for Freelancers lose thousands of dollars
Freelancers lose thousands of dollars every year to scope creep. You say "yes" to a quick favor, and suddenly you're doing hours of unpaid work. 💸 Enter NeuraFlow 🧠 — an autonomous CI/CD pipeline for your freelance contracts. No chatting with AI bots. No manually copying prompts. Just drop a client proposal or change request into your database, change the status to "Pending Signature," and NeuraFlow runs completely in the background to: 🔍 Audit Proposals: Flags dangerous, vague phrases and provides concrete, copy-paste rewrites to protect your boundaries. ⚖️ Guard Your Scope: Compares mid-project requests directly against your original signed SOW. 🛑 Push Back Professionally: Automatically verdicts requests as "Out of Scope" and drafts a diplomatic email with a calculated change order estimate ($). 🚩 Track "Repeat Offenders": Detects clients who constantly ask for free work across multiple projects. ⚡ Fire Real-Time Alerts: Sends instant Gmail & Slack notifications when a high-risk scope threat is detected. Why it's reusable (Build Once, Reuse Forever): NeuraFlow works for any freelancer, agency, or consultant in any industry. A vague scope is a universal threat. ✅ Zero setup per client: The text is the context. Just paste and protect. ✅ Database-driven autonomy: No chat interfaces. Just change a Notion status and walk away. Your profitability, guarded autonomously. 🚀 🔗 Try the Agent: https://www.notion.so/marketplace/custom-agents/neuraflow (https://www.notion.so/marketplace/custom-agents/neuraflow)📁 Duplicate the Database: https://www.notion.so/3338770f9c6d80b4bf6cd11df38527fd?v=3338770f9c6d80fba613000c8957e5f7&source=copy_link
1
3
209
Cover image for NanoMech: The Real-Time Multimodal AI
NanoMech: The Real-Time Multimodal AI Trading Assistant 📈🤖 Built for the Gemini Hackathon Traders know that in the market, seconds equal dollars. By the time you switch between your chart, your analysis tools, and your risk calculator, the candle has already moved, and your setup is gone. I wanted to fix this. For the Gemini Hackathon, I built NanoMech—an AI that sits on top of your screen, sees exactly what you see, and gives you a complete trade plan in seconds. No API keys required, and no leaving your chart. 💡 The Solution NanoMech runs as two frameless, transparent overlays on top of any trading platform. It uses Google Gemini 2.5 Flash's multimodal vision capabilities to visually read your screen and deliver instant insights. Overlay 1: Market Analysis Trend: Analyzes bullish/bearish market structure and moving average crossovers. Liquidity: Evaluates order book depth, bid/ask walls, and support/resistance zones. Momentum: Breaks down candlestick patterns, volume behavior, and price velocity. Overlay 2: Trade Setup & Risk Management AI-Extracted Targets: Instantly provides Entry Price, Target Price, and Stop Loss. Live CALC Engine: Calculates Risk Amount ($), Position Size (Units), and Risk-to-Reward (R:R) Ratio. Everything updates live as you type in your desired risk percentage. 🛠️ How It Works (Under the Hood) Vision-to-Text Processing: Captures the screen in real-time using the mss library and sends the raw screenshot to Google Gemini 2.5 Flash via the Google GenAI SDK. Prompt Engineering: Engineered strict structured prompts using [ANALYSIS] and [TRADE] tags to force the LLM to output reliably parseable price data. Regex Extraction: Uses regex to pull the exact Entry, Target, and Stop prices from the AI's response and wire them directly into the local risk calculator. Custom Desktop UI: Built always-on-top transparent overlays using Python's Tkinter, utilizing threading to keep the UI fully responsive during API calls. Hands-Free Scanning: Integrated a global hotkey (Ctrl+A+I) and an Auto Mode that scans the chart every 20 seconds. 🧗‍♂️ Challenges Overcome Structured LLM Outputs: Getting an LLM to consistently return prices in a parseable numeric format is notoriously tricky. We solved this with rigorous prompt engineering and robust fallback handling. Thread-Safe UI: Tkinter isn’t thread-safe. We engineered a solution to route all UI updates through root.after() callbacks from the active analysis thread. UX/UI Friction: Tuning the transparency and colors so the text remains readable across both dark and light chart themes, while ensuring our global hotkeys didn't conflict with native trading platforms. 🚀 What We Learned & What's Next This project proved just how incredibly capable Gemini 2.5 Flash is at visual reasoning. It accurately identified complex candlestick patterns, moving averages, and volume spikes from a raw image alone. The Roadmap for NanoMech: Voice Output: Speaking the trade setup aloud for a 100% hands-free experience. Multi-Monitor Support: Allowing users to select which screen the AI tracks. Cloud Hosting: Running NanoMech as a scalable web service on Google Cloud Run. Trade Logging: Automatically tracking how the AI's setups perform over time. 💻 Built With Python | Google Gemini 2.5 Flash | Google GenAI SDK | Google Cloud | Tkinter | mss | pillow | Regex Ready to try it out? Check out the code and run it yourself: https://github.com/omshukla24/NanoMech
0
112