Skip to content
View richawo's full-sized avatar
💭
Forever Learning
💭
Forever Learning
Block or Report

Block or report richawo

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
richawo/README.md

image

Bio

Hey, I'm Richard 👋🏾 - a Full-Stack Builder from London working on everything from ideas → deployment.

I'm a former Actuary who became hooked on startups after becoming an early employee and growing a B2B SaaS startup from ≈0 to >$10m ARR (acquired)! Now, I’m a Full-Stack Engineer - with 10+ years of experience designing, building and shipping products that people love!

Recent Projects

  • Nack: A multi-modal mobile assistant has thousands of users across ≈100 countries on iOS and Android
  • Nack SEO: B2B, AI-powered SEO tool (launching soon), with over a dozen businesses on the waitlist.

Most of my work is in private repositories, so I've started on a few open-source projects:

  • Chain of Density: Implementing the Chain Of Density text summarisation technique from recent NLP research by researchers at Salesforce, MIT, Columbia, etc.
  • LLM Translator: Translate Markdown files from one language to another using OpenAI's API while retaining original formatting.
  • Framer Motion Cheatsheet: A Framer Motion cheatsheet built in React, NextJs and Tailwind.

I'm also contributing to several open-source AI projects.


💭 Current interests:

LLMs, Retrieval Augmented Generation (RAG), AI Agents, etc.



Get in touch?

LinkedIn works relatively well.

Pinned

  1. minimal-llm-ui minimal-llm-ui Public

    Minimalistic UI for Ollama LMs - This powerful react interface for LLMs drastically improves the chatbot experience and works offline.

    TypeScript 202 34

  2. chain-of-density chain-of-density Public

    Implementing the Chain Of Density text summarisation technique from recent NLP research by researchers at Salesforce, MIT, Columbia, etc. Takes a long text input and iteratively generates increasin…

    Python 51 6

  3. framer-motion-cheatsheet framer-motion-cheatsheet Public

    This Framer Motion Cheatsheet is a Next.js project that demonstrates the usage of Framer Motion for creating animations. Framer Motion is a powerful library for creating smooth and interactive anim…

    TypeScript 20 2

  4. llm-translator llm-translator Public

    Translate Markdown files from one language to another using OpenAI's API while retaining original formatting. This Jupyter notebook tokenizes input text, splits into chunks, translates with OpenAI,…

    Jupyter Notebook 9 2

  5. ai-notes ai-notes Public

    Notes providing a high-level synthesis of key generative AI concepts, applications, limitations, and more based on my own learnings. This repo is predominantly targeted at AI engineers and those in…

    8

  6. gpt-transformer-with-self-attention-logic gpt-transformer-with-self-attention-logic Public

    This repository contains Python code for implementing a GPT (Generative Pre-trained Transformer) transformer model with self-attention logic. The code is based on Andrej Karpathy's tutorial on crea…

    Roff 1