Skip to content
View Krishnav1's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Krishnav1

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
Krishnav1/README.md
QuantaraCore Technologies

👋 Krishna Varma — Founder, QuantaraCore Technologies

Building infrastructure, intelligence, and social tools — solo, self-funded, shipping from India.

Website NeuroCUDA FinInsight Memoria Email


🏢 QuantaraCore Technologies LLP

Three products. One founder. Zero outside funding.

Product Layer What It Does Status
NeuroCUDA Infrastructure PyTorch → Neuromorphic compiler. One-line ANN→SNN conversion. Multi-backend deployment (GPU, CPU, Loihi 2, FPGA). Industry's first pip-installable neuromorphic compiler. pip install neurocuda · 94.61% SNN accuracy · MIT
FinInsight Intelligence Automated market intelligence engine. Reads NSE/BSE/AMFI daily. Sector rotation, FII/DII flows, regime classification. 11+ years historical data. Zero human commentary. Live · Updated daily
Memoria Social Private photo & memory sharing. AI-organized journals. Collaborative albums. No public feed. No ads. No algorithms. Built on the opposite premise of social media. Android · Live

🧠 NeuroCUDA — The Infrastructure Layer

The industry's first open-source, pip-installable compiler for neuromorphic hardware.

import neurocuda as nc
snn, stats = nc.convert(model, data)      # ANN → Spiking SNN (one line)
snn_model = nc.hub.load("cnn-nmnist-snn") # Pre-converted models from HuggingFace
nir_graph = nc.to_nir(snn, T=16)           # Export to Loihi 2, SpiNNaker, FPGA
Metric Value
SNN Accuracy (NMNIST) 99.88% ± 0.02% — beats ANN
SNN Accuracy (CIFAR-10, ResNet-18) 94.61% ± 0.14%
Activation Sparsity 93.7%
Backends GPU, CPU, Loihi 2, FPGA, SpiNNaker (via NIR)
PyPI Downloads PyPI
Models on HuggingFace HF Models
Tests 70 passing, 1.95s

📊 FinInsight — The Intelligence Layer

Automated market intelligence. No opinions. No recommendations. Just data.

NSE + BSE + AMFI → Daily Processing → Regime Detection → Public Dashboard
                                     → Sector Rotation   → fininsight.in
                                     → FII/DII Flows
                                     → Pattern Matching (11yr history)

📸 Memoria — The Social Layer

Private memory sharing for people who don't want a social network.

Photo + Memory → AI Organization → Private Circle → Collaborative Album
              → Zero Ads         → No Feed       → No Algorithms

🛠️ Tech Stack

Systems & Infrastructure: Python · PyTorch · CUDA · ROS2 · Docker · NIR · Linux Compilers & Hardware: SNN Conversion · Neuromorphic (Loihi 2, SpiNNaker, FPGA) · QCFS · BPTT Data & Intelligence: Market Microstructure · Time Series · NSE/BSE/AMFI APIs · Regime Detection Mobile & Web: React Native · Expo · Node.js · MongoDB


📈 GitHub Stats


🌐 Links

Platform URL
Company quantaracore.in
NeuroCUDA github.com/Krishnav1/neurocuda · pypi.org/project/neurocuda
FinInsight fininsight.in
Memoria memorias.in
HuggingFace huggingface.co/Krishnav1234
LinkedIn krishna-varma-76a385187
Email kvarma00011@gmail.com

© 2026 QuantaraCore Technologies LLP · Built from Amravati, India · Solo, self-funded, shipping

Popular repositories Loading

  1. neurocuda neurocuda Public

    Open-source PyTorch-to-neuromorphic compiler. ANN-to-SNN conversion (QCFS+IF), NIR export with a residual/branch-capable executor, multi-backend deployment (Loihi simulator, SpiNNaker, Akida, FPGA,…

    Python 2

  2. VirtualVoter VirtualVoter Public

    1

  3. CreateTokenUsingERC20 CreateTokenUsingERC20 Public

    Create a token using ERC20 Contract and deploy it to Uniswap Exchange.

    Solidity

  4. Weight_Convertor Weight_Convertor Public

    How to calculate weight in different units like Pounds, Kilograms, grams, ounces etc and how to convert it into different unit.

    HTML

  5. Length_converter Length_converter Public

    JavaScript

  6. QR_Code_Generator QR_Code_Generator Public

    How to Generate QR code with the help of HTML, CSS and JAVASCRIPT.

    CSS