github projects

GitHub Repository Portfolio

GitHub Repository Portfolio

A comprehensive collection of open-source projects developed across various domains including AI/ML, blockchain, simulation, and web development.

Repository Statistics

32
Total Repositories
33
Total Stars
1
Programming Languages

Repository Categories

  • AI/ML Projects: Natural language processing, machine learning models, and chatbot frameworks
  • Blockchain & DeFi: Solana-based ICOs, tokenomics simulations, and decentralized applications
  • Simulation & Modeling: Economic simulations, quantum computing, and agent-based models
  • Developer Tools: APIs, frameworks, and utility libraries for various applications

Repository Collection

anime-subtitle-chatbot-trax View Repository

Transformer-based anime subtitle chatbot implementation using Trax. ๐Ÿค– Trains on a parallel corpus of anime subtitles to generate contextual responses. ๐Ÿ’ฌ Features customizable hyperparameters including hidden layers, embedding dimensions, attention heads, and dropout. ๐ŸŽ›️

Python ⭐ 1 stars
book-generator View Repository

Generates books in Markdown using Google's Gemini or OpenRouter's LLMs ๐ŸŽ‰. Handles dynamic table of contents creation from JSON, error management, and file organization within a "books" directory ๐Ÿ“š. Includes pause/modify TOC functionality and chapter/subchapter generation based on user prompts ✍️.

Python ⭐ 1 stars
crypto-simulation View Repository

Simulates token economies focusing on bonding curves, airdrops, affiliate systems, and resource markets. Features dynamic bonding curve parameter optimization, agent-based modeling, and various airdrop strategies with vesting. ๐Ÿ’Ž Includes economic analysis tools like Gini coefficient and price volatility. ๐Ÿ“ˆ

Python ⭐ 1 stars
function-graph-generator View Repository

This tool generates and visualizes function call graphs from source code. ๐Ÿ› ️ It extracts function definitions and calls to build a directed graph, representing dependencies.๐Ÿ’Ž Configurable filters for external, recursive, and childless functions enhance analysis.✨ Interactive graphs (using a spring layout) facilitate exploration. ↔️

Python ⭐ 1 stars
llm-text-queue-gpu View Repository

DistilGPT2-based text generation service with request queuing via Redis. ๐Ÿฅณ Includes Flask API for prompt submission and GPU support for accelerated inference. ๐Ÿš€ Features a health check endpoint and robust error handling. ๐Ÿ’ช Prioritizes concurrent request management, ensuring efficient text generation. ๐ŸŽ‰

Python ⭐ 1 stars
llms-full-html View Repository

This repository provides a script to generate a single, comprehensive HTML file (llms-full.html) for AI LLMs. ๐ŸŽ‰ It aggregates project documentation and code from various file types (.md, .py, .js, etc.) into one place. ๐Ÿ“ The script uses utils.py for safe file reading, supporting UTF-8 and Latin-1 encodings.๐Ÿ’ฏ

Python ⭐ 1 stars
llms-full-txt View Repository

This repository provides tools for generating llms-full.txt files, a proposed standard to improve documentation accessibility for LLMs. ๐Ÿ’ก It aggregates project documentation and code into a single, AI-friendly Markdown file. ๐Ÿ“„ Includes utilities for generating a table of contents ๐Ÿงญ, counting lines of code ➕, and counting characters within code๐ŸŒŸ

Python ⭐ 1 stars
macro-language-model View Repository

Chatbot framework for simulating anime "waifu" personalities (deres) ๐ŸŒธ. Uses keyword/transformation-based responses, memory, and affection levels ๐Ÿ’–. Supports dynamic dere type switching and topic management ๐Ÿ’ฌ. Features interactive, auto, and Gemini API modes ๐ŸŽ‰. Includes customizable responses and conversation context tracking ๐ŸŒŸ.

Python ⭐ 2 stars
mcp-solana-affiliate View Repository

Solana ICO affiliate system ๐Ÿค, independent of the main ICO server. Registers affiliates, generating unique IDs & Solana Blink URLs via FastMCP. Proxies token purchases ๐Ÿ›’, records commissions ๐Ÿ’ฐ (affiliate ID, ICO ID, amount, client IP) to JSON, and returns serialized transactions. Built as a Flask proxy.

Python ⭐ 1 stars
mcp-solana-ico View Repository

Decentralized ๐Ÿช™ ICO launchpad & in-memory DEX on Solana. Supports multiple ICOs ๐Ÿš€ with configurable bonding curves (fixed, linear, exponential, sigmoid, custom). Implements sell fees, order management (create/cancel/execute), and basic token utility (discount). Dynamic ICO creation via JSON config, rate limiting, & transaction validation.

Python ⭐ 1 stars
mcp-solana-internet View Repository

Solana-based micropayment server using MCP. ๐Ÿ’ฐ Facilitates direct SOL transfers for resource access control via a Flask API. ๐Ÿ”‘ Returns solana-action: URIs for unsigned transactions, validated on-chain. ✅ Includes robust transaction checks, resource pricing, and basic access management. ๐Ÿงช

Python ⭐ 1 stars
mcp-traits-matcher View Repository

Personality analysis server using the FastMCP framework. ✨ It manages persons and traits in SQLite databases, enabling personality updates based on descriptions. ๐Ÿ’ป Supports creating persons/traits, and finding candidates matching a job description using Euclidean distance. ๐Ÿ“

Python ⭐ 1 stars
mcp-waifu-chat View Repository

FastMCP server for a conversational AI waifu. ๐Ÿค– Manages users, dialog history (get/set/reset), and basic chat. ๐Ÿ’ฌ Uses SQLite for persistence and includes comprehensive testing. ✅ Configuration via .env file supports custom AI model URL. ๐ŸŒ Modular design for extensions, currently includes a mocked AI response function. ๐Ÿ‘

Python ⭐ 1 stars
mcp-waifu-queue View Repository

Asynchronous text generation service built around the distilgpt2 model, exposing an MCP-compliant API via FastMCP ๐Ÿค–. It utilizes a Redis queue and worker setup for managing requests, with GPU support for accelerated inference ⚡. Configuration is handled through environment variables, ensuring flexibility and deployment readiness ⚙️.

Python ⭐ 1 stars
paraphrase-back-translate View Repository

CLI tool for back-translation paraphrasing, leveraging Trax models.๐Ÿ” Supports English and French, enabling multiple cycles of translation for paraphrase generation. ๐Ÿ”„ Manages input/output files, model loading, and logging of progress via TensorBoard.๐Ÿ“Š Includes a dummy translation mode for testing.๐Ÿงช Has file handling, and custom logging. ๐Ÿ“

Python ⭐ 1 stars
paraphrase-gan View Repository

Trax-based GAN for paraphrase generation ๐Ÿค–. Implements a continuous training loop using Transformer models for generator and discriminator roles ๐Ÿ”. Includes robust data preparation, error handling, and logging ๐Ÿ“. Features initial model training with retries, and iterative refinement of the generator ๐Ÿ’ก based on discriminator feedback.

Python ⭐ 1 stars
paraphrase-gan-utils View Repository

This repository provides implementations for training Transformer models for paraphrase generation. ๐Ÿ“ It supports both character-level and word-level models using the MS COCO Captions dataset. ๐Ÿ–ผ️ Additionally, it includes multicore processing capabilities for the ParaBank dataset, optimizing training efficiency. ๐Ÿš€

Python ⭐ 1 stars
paraphrase-human-sentence-classifier View Repository

Deep learning classifier using Trax library to distinguish human-generated sentences from machine-generated (paraphrased) ones. ✍️ Utilizes Transformer architecture with subword or character tokenization. Data preparation via TSV files, training, and confusion matrix evaluation are supported. ➕ Includes a training script using problem.py. ⚙️

Python ⭐ 1 stars
paraphrase-neural-machine-translation View Repository

Encoder-decoder NMT model for English paraphrase generation, using an architecture with attention. ๐Ÿš€ It leverages GRUs, and TensorFlow 2.x, trained on Parabank 100k. ๐Ÿ’พ Includes modular code, efficient tf.data preprocessing, attention visualization, and TensorBoard integration. ๐Ÿ“ˆ The data processing filters, prepares and then tokenizes sentences.

Python ⭐ 1 stars
quantum-circuit-optimization View Repository

Explores quantum circuit optimization using classical and quantum ML. Includes data generation (Cirq circuits), and model training (TensorFlow DNNs, DCNs, and Trax Transformer for seq2seq optimization). Focuses on hybrid classical-quantum approaches, combining DNNs with Cirq's optimizers.

Python ⭐ 1 stars
ransoc View Repository

Algorithm for balancing relevance and exploration in search. ๐Ÿ‘ Dynamically adjusts result weights based on user interaction, promoting less-prominent results without sacrificing query relevance. ๐Ÿ’ฏ Uses a gravitational analogy, conceptualizing search results as planets with masses. ๐Ÿช Includes visualization tools for state. ✨

Python ⭐ 1 stars
research-text View Repository

Explores advanced concepts in quantum computing, tokenomics, and AI ๐Ÿš€. Includes implementations of bonding curves, agent-based simulations ๐Ÿ’ธ, dynamic pricing, and multimodal data handling ๐Ÿงฎ, plus kinematic equations ๐Ÿ’ซ, with an emphasis on formal mathematical models ๐Ÿงช.

Python ⭐ 1 stars
sim-affiliate View Repository

Simulates a token economy with dynamic bonding curves (Linear, Exponential, Sigmoid, Root, Inverse) and an affiliate system. Features automated curve switching, adjustable affiliate commission rates (0-20%) ๐Ÿ’ฐ, and whale affiliates ๐Ÿณ. Includes transaction fees, token burns๐Ÿ”ฅ, and detailed tracking of prices, supply, and earnings ๐Ÿ“ˆ.

Python ⭐ 1 stars
sim-airdrop View Repository

Simulator for diverse token airdrop strategies, evaluating impact on price and supply. ๐Ÿš€ Includes dynamic vesting (price-triggered, activity-based, linear) and market simulation with user archetypes (HODLers, speculators). ⚖️ Features gas fees, whale detection, and token burning. ๐Ÿ”ฌ Analyzes tiered, lottery, and uniform distributions. ๐ŸŽ

Python ⭐ 1 stars
sim-bonding-curve View Repository

Simulates tokenomics with autonomous agents interacting via various bonding curves (linear, exponential, sigmoid, multi-segment). ๐Ÿ’ธ Agents trade based on price-trend analysis and configurable strategies. ๐Ÿง‘‍๐Ÿ’ป Includes parameter optimization (random search) to minimize price volatility. ๐Ÿ“ˆ

Python ⭐ 1 stars
sim-mcp-token View Repository

Agent-based economic simulation exploring resource allocation, pricing, and wealth distribution. ๐Ÿ’ฐ Features autonomous agents, resource dynamics, and economic policies like taxes. ๐Ÿ’ธ Includes parameter experimentation (price elasticity, regen rates, taxes, expenses) and analysis (Gini, bankruptcies). ๐Ÿ“Š

Python ⭐ 1 stars
solana-ico View Repository

CLI tool for Solana ICO management and interaction.๐ŸŽ Includes functions for initializing ICOs, buying/selling tokens using a linear bonding curve, and managing an escrow. ๐ŸŽ‰ Supports resource access control features. ๐ŸŽŠ Provides tokenomics info, balance checks, and SOL transfers. ๐ŸŽˆ Uses PDAs for state management. ๐Ÿ’ฏ

Python ⭐ 1 stars
street-lines View Repository

Generates parking rectangles along a street segment. ๐Ÿ“ Input: bounding box coordinates. Output: GeoJSON of rectangles. Uses local Cartesian (ENU) projection, rotation, and geographic normalization (WGS 84). ๐ŸŒ Includes error analysis, derivation, and validation. ✨ Implements CLI for coordinate input. ๐Ÿ’ป

Python ⭐ 1 stars
traits View Repository

CLI tool for personality-based candidate matching. ๐Ÿง‘‍๐Ÿ’ผ Analyzes job descriptions and person profiles using trait-based weighted averages and Euclidean distance. ๐Ÿ“ Features dynamic personality updates and database storage for traits (friendliness, dominance) and persons. ๐Ÿ’พ Includes CLI for creating/listing traits, persons, and matching company๐Ÿ’ผ

Python ⭐ 1 stars
waifu-chat-api View Repository

Flask API for a conversational AI "Waifu" character. ๐Ÿค– Supports user & dialog management, and server status checks. ๐Ÿ“ก Features include creating, reading, updating, deleting users & dialog. ๐Ÿ’พ Implements dialog history as JSON or string. ๐Ÿ’ฌ Dialog conversion utilities using regex are included. ๐Ÿ”„

Python ⭐ 1 stars
waifu-llm-vrm View Repository

Establishes Python-Godot communication for controlling AI characters. ๐Ÿš€ Implements a basic chatbot framework and provides classes for character and VRM model management. ๐ŸŽ‰ Includes methods for sending commands, handling events, playing animations, and setting expressions. ๐ŸŽญ Supports two way communication via sockets or godot-rl. ๐Ÿ”—

Python ⭐ 1 stars
web-apps View Repository

Collection of interactive web apps focused on advanced topics. Includes simulations for tokenomics, bonding curves, quantum computing, AI agents, and the Orch-OR theory๐ŸŽ‰. Features Solana ecosystem tools, and decentralized science applications✨. Also explores concepts like superintelligence, string theory, and consciousness๐Ÿ’–.

Python ⭐ 1 stars

Comments

Popular posts from this blog

Building an Automated Image-to-Live2D Pipeline: A Developer's Guide

Hello World!

[PSA] Waifu Feed Protocol: Signal Hierarchy