Skip to content
View jishnurajendran's full-sized avatar
💭
casting spells
💭
casting spells

Block or report jishnurajendran

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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

Pinned Loading

  1. Quantum-walks Quantum-walks Public

    Jupyter Notebook

  2. Numerical-analysis Numerical-analysis Public

    MATLAB/Octave Codes for Numerical analysis techniques

    MATLAB 18 5

  3. Lattice-Boltzmann Lattice-Boltzmann Public

    Lattice Boltzmann simulation of a 2D square domain with rigid barrier

    Python

  4. connect4 connect4 Public

    Connect 4 - ML/Evolutionary Implementation

    Python

  5. rose-pine/hyprland rose-pine/hyprland Public

    Soho vibes for Hyprland

    15

  6. Setup code for using tools with an O... Setup code for using tools with an Ollama model in a Langchain chat system.
    1
    
                  
    2
    from langchain_community.llms import Ollama
    3
    import requests
    4
    from langchain_core.tools import tool
    5
    from langchain_openai import ChatOpenAI