Skip to content

Instantly share code, notes, and snippets.

View samuelbutler's full-sized avatar
🕊️

Samuel Butler samuelbutler

🕊️
View GitHub Profile
@samuelbutler
samuelbutler / dopple-ml.md
Last active June 10, 2023 19:42
Dopple Labs - Machine Learning Engineer

Machine Learning Engineer (LLM specialist)

Company: Dopple Labs

Job Type: Full-Time

Location: We will prioritize candidates that can work out of our office in Miami, Florida. Remote options may be available for exceptional candidates.

Job Description:

@samuelbutler
samuelbutler / DRAFT_dopple-ml-engineer.md
Last active June 10, 2023 19:08
Dopple Labs - Machine Learning Engineer

Machine Learning Engineer (LLM specialist)

Company: Dopple Labs

Job Type: Full-Time

Location: We will prioritize candidates that can work out of our office in Miami, Florida. Remote options may be available for exceptional candidates.

Job Description:

###### This is a modified version of OG BabyAGI, called BabyBeeAGI (future modifications will follow the pattern "Baby<animal>AGI"). This version requires GPT-4, it's very slow, and often errors out.######
######IMPORTANT NOTE: I'm sharing this as a framework to build on top of (with lots of errors for improvement), to facilitate discussion around how to improve these. This is NOT for people who are looking for a complete solution that's ready to use. ######
import openai
import pinecone
import time
import requests
from bs4 import BeautifulSoup
from collections import deque
from typing import Dict, List
@samuelbutler
samuelbutler / gist:de711477760007edd686ca68f32149af
Created December 22, 2022 21:52
Realtime_PyAudio_FFT installation
cd Realtime_PyAudio_FFT
pip install -r requirements.txt
sudo apt install libasound-dev portaudio19-dev libportaudio2 libportaudiocpp0
python run_FFT_analyzer.py