Skip to content

RayElg/RayElg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 

Repository files navigation

Raynor Elgie

SWE @ Cribl

Projects

DBChat (SQL-integrated AI assistant)

Client & server for database-integrated AI assistant. Allows querying against your database with natural language.

chatwindow with AI assistant prompted to generate a report

Check it out

processor (Custom assembly language & interpreter)
    JNZ, 15, PAD, //Jump past characters
    b'h', b'e', b'l', //put 'helloworld!' in memory
    b'l', b'o', b'w',
    b'o', b'r', b'l',
    b'd', b'!', b'\n',
    LD_BYTE, 0, 3, //PTR=3
    LD_BYTE, 1, 15, //TARGET=15
    PRNTC_LOC, 0, PAD, //PRNT PTR
    INC, 0, PAD, //PTR++
    SUB, 0b0001_0000, 14, //DIFF = TARGET-PTR
    JNZ, 21 //Jump to PRNTC_LOC location if DIFF != 0

Taking some inspiration from x86, this is an assembly language and 16-register, 32-bit processor emulator.
Check it out

WikiPredict (NLP & ML Project) Prediction report

An NLP & Machine Learning model deployed with Django. Trained with data from movie dialogue & Wikipedia articles, it evaluates text for proper Wikipedia tone. Built using Spacy, Scikit-learn.

Try it out

PictureThis (Web image repository) images uploaded by raynor

An image repository that handles access control, authentication, searching, and automatic tagging (through an image classification API) Try it out

plotGeoJson (Heat map generator) plotmap

A python script that will generate a heatmap or plot features from a GeoJson file Check it out

Massives (N-Body simulation)

An N-Body physics simulation written with Rust and Python. Reads universe starting state from JSON, uses Rust to do the heavy lifting, and Python for the display. Check it out

Links, etc.

rynr.dev
Linkedin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors