petermartens98's Stars
facebook/react-native
A framework for building native applications using React
langchain-ai/langchain
🦜🔗 Build context-aware reasoning applications
pmndrs/zustand
🐻 Bear necessities for state management in React
refinedev/refine
A React Framework for building internal tools, admin panels, dashboards & B2B apps with unmatched flexibility.
facebookresearch/sam2
The repository provides code for running inference with the Meta Segment Anything Model 2 (SAM 2), links for downloading the trained model checkpoints, and example notebooks that show how to use the model.
m-bain/whisperX
WhisperX: Automatic Speech Recognition with Word-level Timestamps (& Diarization)
promptfoo/promptfoo
Test your prompts, agents, and RAGs. Red teaming, pentesting, and vulnerability scanning for LLMs. Compare performance of GPT, Claude, Gemini, Llama, and more. Simple declarative configs with command line and CI/CD integration.
AILab-CVC/YOLO-World
[CVPR 2024] Real-Time Open-Vocabulary Object Detection
apache/fury
A blazingly fast multi-language serialization framework powered by JIT and zero-copy.
swar/nba_api
An API Client package to access the APIs for NBA.com
shaked6540/YoutubePlaylistDownloader
A tool to download whole playlists, channels or single videos from youtube and also optionally convert them to almost any format you would like
101dotxyz/GPTeam
GPTeam: An open-source multi-agent simulation
starmorph/langchain-js-quickstart
A node.js single file app with a basic langchain script that uses OpenAI to generate a react component code snippet.
petermartens98/GPT4-LangChain-Agents-Research-Web-App
Python Streamlit web app utilizing OpenAI (GPT4) and LangChain LLM tools with access to Wikipedia, DuckDuckgo Search, and a ChromaDB with previous research embeddings. Ultimately delivering a research report for a user-specified input, including an introduction, quantitative facts, as well as relevant publications, books, and youtube links.
petermartens98/OpenAI-Whisper-Audio-Transcription-And-Summarization-Chatbot
Web app enabling users to either record or upload audio files. Then utilizing OpenAI API (Whisper, GPT4) generates transcriptions, summaries, fact checks, sentiment analysis, and text metrics. Users can also intelligently chat about their transcriptions with a GPT4 chatbot. Data is stored relationally in SQLite and also vectorized in Pinecone.
petermartens98/GPT4-Programming-Assistant
Streamlit web app utilizing OpenAI (GPT-4) and LangChain LLM tools. Application includes an SQLite DB for login/authentication and message storage for later retrieval. Users can upload/embed their own PDF documents for chatbot reference. The user can then interact with a GPT-4 chatbot intended for the user's specified input, context, and scenario.
petermartens98/Streamlit-OpenCV-Webcam-Display-Web-App
Python script that creates a Streamlit application for displaying the webcam feed and performing facial detection using OpenCV. The application provides a simple interface to view the live video stream and includes a stop button to halt the feed.
petermartens98/OpenAI-Serpapi-Intelligent-Google-Search-Results-Chat-Bot-Streamlit-Web-App
Python Streamlit web app that takes user input and allows users to chat intelligently with google search results utilizing the Serpapi google search API, OpenAI API and LangChain.
petermartens98/OpenAI-Dalle2-Image-Generation-Streamlit-Web-App
Python Streamlit web app utilizing the OpenAI API to communicate with the Dalle2 image generation model, based on user input.
petermartens98/OpenAI-LangChain-Email-Summarizer
Python script utilizing the OpenAI API and LangChain to summarize emails. User inputs email and subject, and function returns sender, role, tone, summary, and spam classification.
petermartens98/OpenAI-LangChain-Movie-Concept-and-DALLE2-Poster-Generation-Streamlit-Web-App
Python Streamlit web app utilizing LangChain and the OpenAI API GPT 3.5 Turbo language model to generate example movie concepts based on the AI director(Spike Lee, Quentin Tarrentino, Wes Anderson) and user input, and then the DALLE2 image generation model to generate relevent movie poster.
petermartens98/SceneXplain-LangChain-Image-Captioning-App
Python Steamlit web app that takes in a user-specified image URL and context. Then utilizing OpenAI(GPT4), LangChain and SceneXplain, the app generates a suitable caption for that image and context.
atenagm1375/awesome-computational-neuro-science
A curated list of awesome Go frameworks, libraries, and software + First class pure python Tutorial Series for Spiking Neural Networks 🔥
petermartens98/PyTorch-NoteBooks
petermartens98/Face-Detection-OpenCV-Streamlit-Web-App
This code uses Streamlit and OpenCV to create a real-time facial recognition web app. It captures video, detects faces using Haar cascade classifier, and highlights them. The app runs until video ends or "Stop" button is pressed. Powered by OpenCV, Streamlit.
petermartens98/Hello-World-React-Google-Chrome-Extension
petermartens98/LeetCode-SQL-50-Solutions
petermartens98/NeuroSynth-Cognitive-fMRI-Analysis
In this Cognitive and Computational Neuroscience research project, I utilized neurosynth to further study the connection between multiple cognitive / behavioral patterns (Addiction, Anxiety), utilizing neurosynth I was able to write up the fMRI neueroanotmoical connection to such cogntive processes.
petermartens98/OpenAI-Snoop-Dogg-Rap-Bot
Python Streamlit web app utilizing the OpenAI API. The user enters a prompt and then in the style of Snoop Dogg an original album cover (DALLE2) and title + rap (LangChain + Prompt Templating) are then generated.
triggerhella1/localGPT
Chat with your documents on your local device using GPT models. No data leaves your device and 100% private.