Skip to content
View Codex-Crusader's full-sized avatar
😄
happy to meet you!
😄
happy to meet you!

Highlights

  • Pro

Block or report Codex-Crusader

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
Codex-Crusader/README.md

Bhargavaram Krishnapur

Builder · Open-Source · AI/ML  ·  he/him  ·  Vijaybhoomi University, CSE '27

Typing SVG


About me

Second-year CS student who builds things because they seem interesting, not because there's a roadmap. No grand mission statement, just a bias for action and a high tolerance for things being broken.

Soulsborne player who genuinely enjoys dying repeatedly and calling it a hobby. Would probably debug faster with a Samoyed next to me. Runs best between 11 PM and 4 AM, same as my code.

Gets hyper-fixated on problems until they stop existing. This works out about 70% of the time.


Snake

What I'm building

PulseEngine - An open-source developer community I co-founded with @SudoMayo. We build local-first, privacy-respecting tools under the MIT license.

First project live: A Market Intelligence Platform tracking 24 assets and 12 RSS feeds with composite signal scoring (−10 to +10). Runs entirely locally - no paid APIs, no vendor lock-in.

Stack: Python · yfinance · VADER + custom financial lexicon · Streamlit · Plotly


Projects

Project What it does Stars
♟️ azlite_type_chess_bot AlphaZero-inspired chess engine — MCTS + neural net for policy/value, self-play training, CLI play ⭐ 5
🧠 Quantum-Neural-Horror Neuroevolution sandbox — neural net mutates its own topology, activation functions, and weights live ⭐ 2
🏀 Uni-Basketball-ETL-Pipeline Self-improving NCAA predictor — auto-fetches ESPN data, trains 6 models, no API key needed ⭐ 2
🔒 digital-footprint-cleaner Privacy-first Flask app to locate and erase digital footprint across public sites ⭐ 1
🖼️ Image-Protector Obfuscates images against automated scraping and basic ML analysis ⭐ 1
🐒 infinite-monkeys Infinite Monkey Theorem simulator using true multiprocessing parallelism ⭐ 3
☠️ coding-war-crimes Intentionally bad code — documents anti-patterns to understand why best practices exist ⭐ 3

Tech Stack

Comfortable with: Machine Learning (Decision Tree, Naïve Bayes, k-NN, ensemble methods) · Sentiment Analysis · REST APIs · Multiprocessing · MCTS · Snowflake · Railway deployment · Generative AI tooling


GitHub Stats


Activity Graph



Beyond code

  • 🏃 Co-Head, Kanyathon (Mumbai Division) - women-focused charity marathon; managed 30 volunteers, 100+ CSR cold outreaches, full sponsorship pipeline
  • 🎙️ Working on a podcast exploring AI's impact on Indian CS students — focused on the tensions, not the hype
  • 💼 Freelancing on Fiverr and privately - data analytics, startup grunt work, and whatever interesting problems people need solved
  • 🔧 Somewhere in the open-source world, making small things slightly less broken

Currently

  • Growing the PulseEngine community: LinkedIn → Discord → daily GitHub commits
  • Exploring AI/ML applications where the data is messy and the stakes are real
  • Reading everything I can about developer tooling, open-source sustainability, and labor economics in tech

Connect


Code is for humans first, machines second. Building things that matter, one commit at a time.

Pinned Loading

  1. The-Pulse-Engine/Pulse-Engine_Market_Intelligence_Platform The-Pulse-Engine/Pulse-Engine_Market_Intelligence_Platform Public

    An explainable market analysis system that combines technical indicators and news sentiment to generate clear buy/sell signals with reasoning through an interactive dashboard

    Python 12 4

  2. Uni-basketball-ETL-pipeline Uni-basketball-ETL-pipeline Public

    Self-improving NCAA basketball predictor - auto-fetches ESPN data, trains 6 models, eliminates data leakage, and runs a full analytics dashboard. No API key needed.

    Python 2

  3. Image-Protector Image-Protector Public

    A small Python tool to obfuscate images against automated scraping and basic ML analysis.

    Python 3 1

  4. infinite-monkeys infinite-monkeys Public

    Highly optimized Python simulator that demonstrates the Infinite Monkey Theorem using true multiprocessing parallelism to generate random strings until finding an exact match. Imitating the infinit…

    Python 3

  5. azlite_type_chess_bot azlite_type_chess_bot Public

    AlphaZero-inspired chess engine in Python combining Monte Carlo Tree Search with a neural network for policy & value evaluation. Supports self-play, training, and interactive CLI play. Lightweight,…

    Python 5 1

  6. Quantum-Neural-Horror Quantum-Neural-Horror Public

    Quantum Neural Horror is an interactive neuro-evolution sandbox where a neural network mutates its own topology, activation functions, and weights while you watch. Using simulated annealing and evo…

    Python 2