-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
50 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Work with us | ||
|
||
We're currently taking a limited number of consulting projects. In our past consulting work we've found we can accelerate your AI projects and build production-ready AI software in days or weeks, not months or years. We can also help you understand where AI can have the most impact in your business. | ||
|
||
### Contact us | ||
|
||
[Get in touch by filling out this short form.](https://kzpeh2b42uq.typeform.com/to/flalrJcJ) | ||
|
||
### Past work | ||
|
||
We've worked with a number of companies in e-commerce, insurance, consumer tech, and B2B SaaS helping with RAG pipelines, data extraction and classification tasks. | ||
|
||
Reach out to us if you'd like to see case studies. | ||
|
||
### Who we are | ||
|
||
We're [Ben](https://www.linkedin.com/in/benscharfstein/) and [Aman](https://www.linkedin.com/in/amandhesi/). We both have backgrounds in Machine Learning/AI and have spent many years applying AI at Google, Facebook, Square and DoorDash. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{% extends "base.html" %} | ||
|
||
{% block announce %} | ||
For updates follow | ||
<strong>@amansplaining</strong> on | ||
<a href="https://twitter.com/amansplaining"> | ||
<span class="twemoji twitter"> | ||
{% include ".icons/fontawesome/brands/twitter.svg" %} | ||
</span> | ||
<strong>Twitter</strong> | ||
</a> | ||
and | ||
<span class="twemoji star"> | ||
{% include ".icons/fontawesome/solid/star.svg" %} | ||
</span> | ||
us on | ||
<a href="https://github.com/villagecomputing/superpipe"> | ||
<span class="twemoji github"> | ||
{% include ".icons/fontawesome/brands/github.svg" %} | ||
</span> | ||
<strong>GitHub</strong> </a | ||
>. We're taking a limited number of consulting projects. See | ||
<a href="https://superpipe.ai/consulting/" | ||
><strong>work with us</strong></a | ||
>. | ||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters