Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added fasthtml/images/Zach.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fasthtml/images/dan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fasthtml/images/greg.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fasthtml/images/hamel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fasthtml/images/jason.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fasthtml/images/jeremy.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fasthtml/images/jnbrymn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fasthtml/images/jpatterson.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fasthtml/images/luke.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fasthtml/images/shreya.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
49 changes: 49 additions & 0 deletions fasthtml/main.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
from fasthtml.common import *
from monsterui.all import *
from team import team_members

app, rt = fast_app(hdrs=Theme.blue.headers(), live=True)

def NavBar():
return NavBarContainer(
NavBarLSide(H3("Parlance Labs")),
NavBarRSide(NavBarNav(
Li(A("Services", href="/services")),
Li(A("Blog", href="/education")),
Li(A("Team", href=team)),
Li(A("Education", href="/education")),
Li(A("Theme", href=theme)))))

# def TOC():
# mbrs1 = map(lambda x: Li(A(x, href='#'+x.lower(), cls='text-sm capitalize')), team_members.keys())
# return NavContainer(*mbrs1, cls=(NavT.primary,'w-48 p-2 rounded float-right sticky top-4 hidden md:block'))

def TOC():
mbrs1 = map(lambda x: Li(A(x, href='#'+x.lower(), cls='text-sm capitalize')), team_members.keys())
return NavContainer(*mbrs1,
cls=(NavT.primary,'w-48 p-2 rounded float-right sticky top-4 md:block'),
uk_scrollspy_nav="closest: li; scroll: true")
def TeamCard(name, description, img):
return Card(
DivLAligned(
Img(src=img, cls='rounded-full w-24 h-24 object-cover'),
Div(H3(name, cls='capitalize')),
cls='space-x-10'),
render_md(description),
footer=DivRAligned(*(UkIconLink(icon, height=16) for icon in ("linkedin", "globe"))),
id=name.lower())

@rt
def team():
return NavBar(), Titled("Team",
P("The Parlance Team"),
TOC(),
Grid(*[TeamCard(name, desc, f'../images/{img}') for name, (img, desc) in team_members.items()], cols=1),
cls=ContainerT.large)

@rt
def theme():
from fasthtml.components import Uk_theme_switcher
return NavBar(), Uk_theme_switcher()

serve()
10 changes: 10 additions & 0 deletions fasthtml/team.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
team_members = {
"hamel": ('hamel.png', '''[Hamel Husain](https://hamel.dev) is a machine learning engineer with over 25 years of experience. He has worked with innovative companies such as Airbnb and GitHub, which included <a href="https://openai.com/index/introducing-text-and-code-embeddings#:~:text=models%20on%20the-,CodeSearchNet,),-evaluation%20suite%20where">early LLM research used by OpenAI</a> for code understanding. He has also led and contributed to numerous popular [open-source machine-learning tools](https://hamel.dev/oss/opensource.html).'''),
"shreya": ('shreya.jpeg', '''[Shreya](https://www.sh-reya.com/) is a leading researcher on applied ML and AI systems. She has led extensive research on human-computer interaction for low-code tools to program complex LLM workflows including evals, monitoring and fine-tuning. Her research has been adopted widely and is incorporated into many commercial LLM tools such as Langsmith, Autoblocks, Parea, and more.'''),
"john": ('jnbrymn.png', '''[John](https://arcturus-labs.com/) has worked in technology since 2012. The first half of his career was spent building search applications. John helped build next-generation search for the U.S. Patent Office, built Eventbrite's search and recommendation platforms, built GitHub's code search, and co-authored a book – Relevant Search (Manning). While at GitHub, John moved into Data Science and then into Machine Learning with GitHub's Copilot code completions and chat products. John is currently co-authoring ...'''),
"josh": ('jpatterson.png', '''[Josh Patterson](https://www.pattersonconsultingtn.com), with over 20 years in AI, has a rich history of contributions to the field. He played a key role in developing autonomous driving systems for DARPA Grand Challenge and optimizing mesh network routing with Ant Colony Optimization during his graduate studies. As a principal solutions architect and early employee at Cloudera, he significantly contributed to the company's growth. Co-author of "Deep Learning: A Practitioner's Approach" and "Kubeflow Operat...'''),
"jason": ('jason.jpg', '''[Jason Liu](https://jxnl.co/services/) is a distinguished machine learning [consultant](https://jxnl.co/services/) known for leading teams to successfully ship AI products. Jason's technical expertise covers personalization algorithms, search optimization, synthetic data generation, and MLOps systems. His experience includes companies like Stitch Fix, where he created a recommendation framework and observability tools that handled 350 million daily requests. Additional roles have included Meta, NYU, and startups such as Limitless AI and more.'''),
"luke": ('luke.png', '''[Luke Marsden](https://mlops.consulting) is a consultant with deep experience with LLMs, infrastructure and GenAI application patterns. He has a particular focus on open source models and fine-tuning, having advised clients globally on the impact and opportunity for GenAI on their business. In the [Helix](https://helix.ml) stack, he led the creation of a fine-tuning product based on Axolotl, documented in the popular blog post [How we got fine-tuning Mistral-7B to not suck](https://blog.helix.ml/p/how-we-go...'''),
"greg": ('greg.jpeg', '''[Greg Ceccarelli](https://www.gregceccarelli.com/) is a former Chief Product Officer and operator who advises executives on how to win with AI. He's shipped multiple AI products at Pluralsight and GitHub and has spent the last two decades helping companies create competitive advantage with data. He's an AI and Developer Tools product strategy advisor at [Tola Capital](https://tolacapital.com/) and writes weekly on [Substack](https://meditationsontech.com) and maintains [gregslist.ai](https://gregslist.ai) for AI job listings.'''),
}

50 changes: 50 additions & 0 deletions fasthtml/team.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
title: "Team"
description: "The Parlance team"
image: cover_2.png
repo-actions: false
sidebar: false
search: false
---

## Hamel Husain

![](images/hamel.png){width=70 style="float:left"}

[Hamel Husain](https://hamel.dev) is a machine learning engineer with over 25 years of experience. He has worked with innovative companies such as Airbnb and GitHub, which included <a href="https://openai.com/index/introducing-text-and-code-embeddings#:~:text=models%20on%20the-,CodeSearchNet,),-evaluation%20suite%20where">early LLM research used by OpenAI</a> for code understanding. He has also led and contributed to numerous popular [open-source machine-learning tools](https://hamel.dev/oss/opensource.html).

## Shreya Shankar

![](images/shreya.jpeg){width=70 style="float:left"}

[Shreya](https://www.sh-reya.com/) is a leading researcher on applied ML and AI systems. She has led extensive research on human-computer interaction for low-code tools to program complex LLM workflows including evals, monitoring and fine-tuning. Her research has been adopted widely and is incorporated into many commercial LLM tools such as Langsmith, Autoblocks, Parea, and more.

## John Berryman

![](images/jnbrymn.png){width=70 style="float:left"}

[John](https://arcturus-labs.com/) has worked in technology since 2012. The first half of his career was spent building search applications. John helped build next-generation search for the U.S. Patent Office, built Eventbrite's search and recommendation platforms, built GitHub's code search, and co-authored a book – Relevant Search (Manning). While at GitHub, John moved into Data Science and then into Machine Learning with GitHub's Copilot code completions and chat products. John is currently co-authoring an O'Reilly book for LLM application development.

## Josh Patterson

![](images/jpatterson.png){width=70 style="float:left"}

[Josh Patterson](https://www.pattersonconsultingtn.com), with over 20 years in AI, has a rich history of contributions to the field. He played a key role in developing autonomous driving systems for DARPA Grand Challenge and optimizing mesh network routing with Ant Colony Optimization during his graduate studies. As a principal solutions architect and early employee at Cloudera, he significantly contributed to the company's growth. Co-author of "Deep Learning: A Practitioner's Approach" and "Kubeflow Operations Guide," Josh is also a co-founder of the Eclipse Deeplearning4j project, demonstrating his expertise in generative neural networks. Currently, he focuses on Conversational AI, Automation AI, and the intersection of data and prompt engineering, driving advancements in generative AI technologies.

## Jason Liu

![](images/jason.jpg){width=70 style="float:left"}

Jason Liu is a distinguished machine learning [consultant](https://jxnl.co/services/) known for leading teams to successfully ship AI products. Jason's technical expertise covers personalization algorithms, search optimization, synthetic data generation, and MLOps systems. His experience includes companies like Stitch Fix, where he created a recommendation framework and observability tools that handled 350 million daily requests. Additional roles have included Meta, NYU, and startups such as Limitless AI and Trunk Tools.

## Luke Marsden

![](images/luke.png){width=70 style="float:left"}

[Luke Marsden](https://mlops.consulting) is a consultant with deep experience with LLMs, infrastructure and GenAI application patterns. He has a particular focus on open source models and fine-tuning, having advised clients globally on the impact and opportunity for GenAI on their business. In the [Helix](https://helix.ml) stack, he led the creation of a fine-tuning product based on Axolotl, documented in the popular blog post [How we got fine-tuning Mistral-7B to not suck](https://blog.helix.ml/p/how-we-got-fine-tuning-mistral-7b) and then extended the stack to include multi-node Ollama on Kubernetes, API calling from open LLMs, RAG with pgvector and running gptscript securely on the server.

## Greg Ceccarelli

![](images/greg.jpeg){width=70 style="float:left"}

[Greg Ceccarelli](https://www.gregceccarelli.com/) is a former Chief Product Officer and operator who advises executives on how to win with AI. He's shipped multiple AI products at Pluralsight and GitHub and has spent the last two decades helping companies create competitive advantage with data. He's an AI and Developer Tools product strategy advisor at [Tola Capital](https://tolacapital.com/) and writes weekly on [Substack](https://meditationsontech.com) and maintains [gregslist.ai](https://gregslist.ai) for super fast AI product discovery.