orbital188's Stars
openai/openai-cookbook
Examples and guides for using the OpenAI API
OpenInterpreter/open-interpreter
A natural language interface for computers
zylon-ai/private-gpt
Interact with your documents using the power of GPT, 100% privately, no data leaks
QuivrHQ/quivr
Opiniated RAG for integrating GenAI in your apps 🧠 Focus on your product rather than the RAG. Easy integration in existing products with customisation! Any LLM: GPT4, Groq, Llama. Any Vectorstore: PGVector, Faiss. Any Files. Anyway you want.
XingangPan/DragGAN
Official Code for DragGAN (SIGGRAPH 2023)
reworkd/AgentGPT
🤖 Assemble, configure, and deploy autonomous AI Agents in your browser.
shroominic/codeinterpreter-api
👾 Open source implementation of the ChatGPT Code Interpreter
ricklamers/gpt-code-ui
An open source implementation of OpenAI's ChatGPT Code interpreter
pashpashpash/vault-ai
OP Vault ChatGPT: Give ChatGPT long-term memory using the OP Stack (OpenAI + Pinecone Vector Database). Upload your own custom knowledge base files (PDF, txt, epub, etc) using a simple React frontend.
amazon-science/auto-cot
Official implementation for "Automatic Chain of Thought Prompting in Large Language Models" (stay tuned & more will be updated)
SkalskiP/awesome-chatgpt-code-interpreter-experiments
Awesome things you can do with ChatGPT + Code Interpreter combo 🔥
Kuingsmile/word-GPT-Plus
Word GPT Plus is a word add-in which integrates the chatGPT model into Microsoft Word. Both official and web api is supported.
davidcallanan/py-myopl-code
Interpreter for a BASIC-inspired language written in Python for my tutorial series on YouTube
JayZeeDesign/researcher-gpt
kamalkraj/BERT-SQuAD
SQuAD Question Answering Using BERT, PyTorch
Stevenic/self-instruct
Self-INSTRUCT is similar to Auto-GPT but with better reasoning and planning.
iamlemec/fastpat
Parse and cluster USPTO patent data. Includes applications, grants, assignments, and maintenance.
JimmXinu/EpubMerge
EpubMerge Calibre Plugin
ip-tools/uspto-opendata-python
A client library for accessing the USPTO Open Data APIs, written in Python.
TamerKhraisha/uspto-patent-data-parser
A python tool for reading, parsing and finding patent using the United States Patent and Trademark (USPTO) Bulk Data Storage System.
liuqiyuan/UPET-USPTO-Patent-Exploring-Tool
The USPTO Patent Exploring Tool (UPET) provides Python code for downloading, parsing, and loading USPTO patent bulk data into a local MySQL database.
USPTO/bulk-data-tools
Tools for working with USPTO bulk data product offerings.
dkhundley/openai-api-tutorial
OpenAI API Tutorial
mattwang44/USPTO-PatFT-Web-Crawler
Crawler for fetching information of US Patents and PDF bulk download
syspect-sec/uspto
hopped/uspto-patents-parsing-tools
Some parsing tools for USPTO patents (google.com/googlebooks/uspto-patents.html)
lettergram/parse-uspto-xml
shivank8/ChatGPT_App
Chat gpt android app with the help of openai API, allows users to input their questions, which are then sent to OpenAI's GPT-3 model for processing. The response generated by the model is then displayed back to the user.
ToniaDemchuk/EMSimulation
Software packages for electromagnetic simulations (DDA and FDTD)
orbital188/CodeExplorer4CodeInterpreter
Repository contains a Python script that serves as a Code Explorer for the Code Interpreter plugin of ChatGPT. It provides comprehensive access to the entire project's code, facilitating interaction with the project's code files.