🚀 FinTech AI Assistant - VS Code Extension
Created by Harsh Chitaliya
🏦 About This Extension
The FinTech AI Assistant is a powerful VS Code extension designed to provide instant financial insights, FinTech solutions, and regulatory compliance advice directly inside your code editor. It leverages a generative AI model to generate Python, JavaScript, and other financial-related code snippets with clean formatting.
🎯 Features
✅ AI-Powered Financial Assistance: Get FinTech insights on banking, investments, compliance, and blockchain.
✅ Auto-Formatted Code Snippets: Generates Python & JavaScript code without indentation errors.
✅ VS Code Integration: Inserts AI-generated responses directly into your editor.
✅ Live Streaming AI Responses: Works with real-time AI output streaming.
✅ Cleans Up Unwanted Formatting: Removes extra markdown (like '''python
) for a clean insert.
📌 Installation
Clone or Download the Repo
git clone https://github.com/harshchi19/fintech-vscode-extension.git
cd fintech-vscode-extension
Install Dependencies
npm install
Run the Extension in VS Code
- Open VS Code
- Press F5 to start in development mode
Use the Extension
- Open any file in Python or JavaScript
- Run the command:
Ctrl + Shift + P -> FinTech AI: Insert FinTech Advice
- Enter your financial query or coding request
🛠️ How It Works
- User inputs a FinTech-related query in VS Code.
- The extension calls a generative AI model (
qwen2.5-7b-instruct-1m
).
- AI responds with formatted text or code snippets.
- Code is auto-formatted & inserted cleanly into the editor.
🏗️ Project Structure
📂 fintech-vscode-extension
├── 📄 extension.js # Main logic for AI integration
├── 📄 package.json # Project dependencies & metadata
├── 📄 README.md # This file
├── 📄 .vscodeignore # Files to ignore in VS Code package
└── 📂 assets # Icons & branding
🤖 Future Improvements
🔹 Add More FinTech Domains – Integrate AI for fraud detection, trading, and risk management.
🔹 Multi-Language Support – Extend beyond Python & JavaScript.
🔹 Voice Query Input – Use AI Speech-to-Text for hands-free interaction.
🏆 Credits
Developed by:
👨💻 Harsh Chitaliya – AI Engineer | FinTech Developer | Blockchain Enthusiast
📧 Contact: harshchitaliya193@example.com
🌐 LinkedIn: https://www.linkedin.com/in/harshchitaliya/
📝 License
This project is open-source under the MIT License. Feel free to modify and contribute! 🚀