Metadata-Version: 2.5
Name: kabir
Version: 0.0.9
Summary: Research Profile: Kabir Murjani
Project-URL: Homepage, https://kabir.codes
Project-URL: X / Twitter, https://x.com/ktbir
Author-email: Kabir Murjani <kabirmurjani@gmail.com>
License: MIT
Keywords: cv,machine-learning,profile,research,resume
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# Kabir

Research profile of **Kabir Murjani**.

## Install

```bash
pip install kabir
```

## Usage

```bash
kabir
```

Or from Python:

```python
import kabir
kabir.whoami()
```

## Output

```
Kabir Murjani

ABOUT
--------------------------------------------------------------------------------
  I am a final year Electrical Engineering student at Nirma University. I
  architect neural nets and exact solvers that run fast.

  I primarily work on reinforcement learning on combinatorial spaces and
  language models. I'm currently working on Deep RL solvers for NP-hard
  combinatorial problems at Indian Institute of Management Bangalore (IIMB), and
  previously engineered and optimized sequential architectures with SIT-NVIDIA
  AI Centre (SNAIC).

  I work on game theory, adversarial economics, and sequential decision
  processes. My hobbies are algorithmic music composition and playing chess.
  Whether you're building in adjacent spaces, exploring topologies, or just up
  for a game, feel free to reach out.

  INTERESTS: Model Quantization, Efficient Inference, Reinforcement Learning,
             Neural Combinatorial Optimization
```


## License

MIT
