Skip to content

Instantly share code, notes, and snippets.

View PaulyWolly's full-sized avatar
💭
I may be slow to respond.

Paul Welby PaulyWolly

💭
I may be slow to respond.
View GitHub Profile
@PaulyWolly
PaulyWolly / talking_assistant.py
Created May 4, 2024 15:59 — forked from skolo-online/talking_assistant.py
Talking AI Assistant Application on Streamlit
# pip install streamlit
# pip install audio-recorder-streamlit
# pip install openai
import streamlit as st
from audio_recorder_streamlit import audio_recorder
from openai import OpenAI
API_KEY = 'enter-openai-api-key-here'
@PaulyWolly
PaulyWolly / faker.txt
Created March 12, 2023 20:31 — forked from digitalashes/faker.txt
List of available faker methods
'add_provider',
'address',
'am_pm',
'ascii_company_email',
'ascii_email',
'ascii_free_email',
'ascii_safe_email',
'bank_country',
'bban',
'binary',