mainbrains commited on
Commit
564401d
·
verified ·
1 Parent(s): 17c7ab5

Add profile card

Browse files
Files changed (1) hide show
  1. README.md +26 -3
README.md CHANGED
@@ -1,10 +1,33 @@
1
  ---
2
  title: README
3
- emoji:
4
  colorFrom: gray
5
- colorTo: pink
6
  sdk: static
7
  pinned: false
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  title: README
3
+ emoji: 🧠
4
  colorFrom: gray
5
+ colorTo: purple
6
  sdk: static
7
  pinned: false
8
  ---
9
 
10
+ # Joshua AI/ML engineering × VFX
11
+
12
+ Los Angeles. I work at the intersection of machine learning systems and visual effects:
13
+ local LLM inference, diffusion-based image pipelines, and the systems programming that
14
+ makes both run fast on real hardware.
15
+
16
+ ## What I work with
17
+
18
+ - **ML runtime:** PyTorch, CUDA, vLLM, Hugging Face `transformers`, Whisper, CLIP
19
+ - **Diffusion / imaging:** Stable Diffusion XL pipelines for VFX and concept work
20
+ - **Systems:** C++, Rust, Python automation; multi-machine homelab (WireGuard mesh
21
+ spanning a 9950X hub, i9-14900K compute node, and edge devices) for self-hosted
22
+ inference and transcription workloads
23
+
24
+ ## Currently exploring
25
+
26
+ - Serving small instruction-tuned models (Phi-3, SmolLM2) on consumer GPUs
27
+ - Embedding pipelines with sentence-transformers for search and retrieval
28
+ - Automated media workflows: speech-to-text, tagging, and asset processing
29
+
30
+ ## Elsewhere
31
+
32
+ - GitHub: [github.com/Neurologist](https://github.com/Neurologist)
33
+ - X: [@CryptCanvasArt](https://x.com/CryptCanvasArt)