Skip to content
View AbhiVish6386's full-sized avatar

Block or report AbhiVish6386

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
AbhiVish6386/README.md

I'm Abhishek Kumar Vishwakarma

🎓 B.Tech CSE (AI & Data Science – IBM Collaboration)
💡 Passionate about AI, local intelligence, multimodal learning, and full-stack development.
🔬 Building the bridge between offline AI systems and real-world usability.


About Me

I’m a developer who believes that true intelligence doesn’t always need the cloud.
I love combining AI, Web, and IoT to build self-contained intelligent systems that can think, respond, and visualize — completely offline.

From creating multimodal retrieval systems to designing real-time IoT dashboards, my focus has always been on autonomy, optimization, and user experience.
I enjoy solving complex challenges involving data processing, local LLM inference, automation, and interface design.

Flagship Project — NexusMind: Unified Offline Multimodal RAG System

An advanced offline AI assistant capable of understanding and reasoning over documents, images, and audio — without internet.

Highlights

  • Offline Multimodal RAG (text, image, audio)
  • Local inference using Meta Llama 3 (1B, 3B, 8B) via Llama.cpp
  • FAISS + SentenceTransformer for semantic vector retrieval
  • Whisper for speech-to-text transcription
  • Pytesseract OCR for image understanding
  • Flask Backend + Modern Web UI (HTML, CSS, JS)
  • Citation Transparency, Voice Input, Dark/Light UI
  • Real-time GPU/CPU/RAM Monitoring

Tech Stack:
Python · Flask · FAISS · SentenceTransformer · Whisper · Pytesseract · Llama.cpp · HTML · CSS · JavaScript

Performance:

  • Query: 2.8s (text) / 6.4s (multimodal)
  • GPU Utilization: 72%
  • Accuracy: 95% · Citation Precision: 100%

Other Projects

Mindlytics — Mental Health Prediction System

  • Predicts mental health condition using IBM Watson Studio & SPSS Modeler 18.5
  • Flask-based web interface, predictive API endpoint integration
  • Uses ML pipeline for real-time emotional insights
    Tech: Flask · IBM Watson · SPSS Modeler · Python

Fire Thermomist — IoT Fire Detection System

  • Built using ESP32 WROOM32, DHT22, Flame Sensor, OLED Display, and Buzzer
  • Features 3-stage boot animation, weather visuals, and real-time fire alerts
  • Converts GIF animations into frame sequences for OLED display
    Purpose: Continuous environment monitoring for high-risk zones
    Tech: C/C++ · Arduino IDE · ESP32 · DHT22 · OLED · Flame Sensor

Home Automation Web Dashboard (Blynk Alternative)

  • Custom web platform to control ESP-based relays & sensors in real time
  • Built to overcome Blynk’s 10K message limit
  • Designed for unlimited local control requests with responsive web UI
    Tech: HTML · CSS · JavaScript · Flask · ESP32

Spotify Clone — Music Streaming Web App

  • Integrated Saavn.dev API to fetch and play real songs
  • Fully custom UI (no template use) with dynamic playlist & song cards
    Tech: HTML · CSS · JavaScript · API Integration

Map Navigator — DSA-Based Path Finder

  • Takes “From” & “To” input and shows shortest path visualization
  • Built using Graph algorithms (Dijkstra/DFS)
  • Option to view all nodes/paths like a mini map system
    Tech: Python · Tkinter / NetworkX (conceptual base)

Skills & Technologies

Languages: Python · JavaScript · C++
Frameworks: Flask · React (learning)
AI/ML: Llama.cpp · FAISS · Whisper · SentenceTransformers · IBM Watson
IoT: ESP32 · DHT22 · Flame Sensor · OLED Display
Databases: SQLite · JSON-based storage
Core Strengths: AI Integration · System Optimization · Web + IoT Fusion · Offline Deployment


Career Vision

I’m driven to create autonomous, multimodal AI systems that run entirely offline — bridging the gap between human-like intelligence and local computation.
In the future, I aim to design next-gen AI frameworks, offline copilots, and self-learning assistants that operate independently yet responsibly.

My goal isn’t just to use AI — it’s to make AI truly yours, right on your device.


Connect with Me

📩 Email: [email protected]
💻 LinkedIn: www.linkedin.com/in/abhivish27
💬 Let’s talk about AI, RAG, or creative offline systems.

Pinned Loading

  1. Multimodal-Offline-RAG-System Multimodal-Offline-RAG-System Public

    It is a multimodel Retrieval-Augmented Generation (RAG) system leveraging a Large Language Model (LLM) for OFFLINE mode that can ingest, index, and query diverse data formats such as DOC, PDF, Imag…

    Python

  2. Fire-Thermomist Fire-Thermomist Public

    Fire Thermomist – A Smart IoT-based Fire Detection & Alert System An ESP32-powered fire monitoring system designed for sensitive environments like server rooms. Continuously tracks temperature & hu…

    C++ 2

  3. Mindlytics Mindlytics Public

    Mindlytics is a mental health prediction web application that leverages a machine learning model built using SPSS Modeler 18.5 and deployed on IBM Watson Studio. The system enables users to answer …

    Python 1

  4. IR-Counter IR-Counter Public

    A simple yet effective object counter using ESP32 and IR Obstacle Avoidance Sensor, with a visually rich OLED animation and real-time counting. This project is designed to be beginner-friendly, mod…

    C++

  5. Predictive-Modeling_Using_Python Predictive-Modeling_Using_Python Public

    A Machine Learning project to predict heart failure using clinical records. This repository contains a trained model and a Flask web application to make live predictions. This project was built as …

    Jupyter Notebook

  6. Ultragauge Ultragauge Public

    📏 Ultragauge - Get Distance Digitally Smart object detection and distance measurement system using ESP32 and HC-SR04 with animated OLED display and buzzer alert. Ideal for smart parking and proximi…

    C++