pykoi
pykoi is an open-source python library for LLMs providing a unified interface for data & feedback collection, RLHF, and model comparisons.
https://github.com/CambioML/pykoi
pykoi is an open-source python library for LLMs providing a unified interface for data & feedback collection, RLHF, and model comparisons.
https://github.com/CambioML/pykoi
GitHub
GitHub - CambioML/pykoi-rlhf-finetuned-transformers: pykoi: Active learning in one unified interface
pykoi: Active learning in one unified interface. Contribute to CambioML/pykoi-rlhf-finetuned-transformers development by creating an account on GitHub.
Jupyter Kernel Architecture
How Jupyter executes, inspects, completes and debug code.
https://www.romaglushko.com/blog/jupyter-kernel-architecture/
How Jupyter executes, inspects, completes and debug code.
https://www.romaglushko.com/blog/jupyter-kernel-architecture/
Roman Glushko
Jupyter Kernel Architecture - Blog by Roman Glushko
How Jupyter executes, inspects, completes and debug code
Dara
Dara is a dynamic application framework designed for creating interactive web apps with ease, all in pure Python.
https://github.com/causalens/dara
Dara is a dynamic application framework designed for creating interactive web apps with ease, all in pure Python.
https://github.com/causalens/dara
GitHub
GitHub - causalens/dara: Dara is a dynamic application framework designed for creating interactive web apps with ease, all in pure…
Dara is a dynamic application framework designed for creating interactive web apps with ease, all in pure Python. - GitHub - causalens/dara: Dara is a dynamic application framework designed for cr...
OpenCopilot
Build and embed open-source AI Copilots into your product with ease.
https://github.com/opencopilotdev/opencopilot
Build and embed open-source AI Copilots into your product with ease.
https://github.com/opencopilotdev/opencopilot
4 Ways to Benchmark Python Code
You can benchmark Python code using the Python standard library. Code can be benchmarked manually ...
https://superfastpython.com/benchmark-python-code/
You can benchmark Python code using the Python standard library. Code can be benchmarked manually ...
https://superfastpython.com/benchmark-python-code/
Super Fast Python
4 Ways to Benchmark Python Code - Super Fast Python
You can benchmark Python code using the Python standard library. Code can be benchmarked manually using the time module. The timeit module provides functions for automatically benchmarking code. The cProfile and profile modules can be used for benchmarking…
Git log customization
The Git log command can be customized to display the information you want to see. This article shows you how to customize the Git log command using different formatting options.
https://www.justinjoyce.dev/customizing-git-log-format/
The Git log command can be customized to display the information you want to see. This article shows you how to customize the Git log command using different formatting options.
https://www.justinjoyce.dev/customizing-git-log-format/
Justin Joyce
Git log customization | Justin Joyce
The git log command outputs a lot of useful information—message, author, date, hash, branch—but its default format leaves something to be desired.
JobSpy
FastAPI scraper for LinkedIn, Indeed & ZipRecruiter with Google Sheets integration.
https://github.com/cullenwatson/jobspy
FastAPI scraper for LinkedIn, Indeed & ZipRecruiter with Google Sheets integration.
https://github.com/cullenwatson/jobspy
GitHub
GitHub - cullenwatson/JobSpy: Jobs scraper library for LinkedIn, Indeed, Glassdoor, Google, Bayt, ZipRecruiter & Naukri
Jobs scraper library for LinkedIn, Indeed, Glassdoor, Google, Bayt, ZipRecruiter & Naukri - cullenwatson/JobSpy
The Python Software Foundation has been authorized by the CVE Program as a CVE Numbering Authority (CNA)
When a vulnerability is disclosed in software you're depending on, the last thing you want is for ...
https://pyfound.blogspot.com/2023/08/psf-authorized-as-cna.html
When a vulnerability is disclosed in software you're depending on, the last thing you want is for ...
https://pyfound.blogspot.com/2023/08/psf-authorized-as-cna.html
Python Software Foundation Blog
The Python Software Foundation has been authorized by the CVE Program as a CVE Numbering Authority (CNA)
When a vulnerability is disclosed in software you're depending on, the last thing you want is for the remediation process to be confusing or...
Scheduling Jupyter Notebooks at Meta
The article discusses Facebook's approach to scheduling Jupyter notebooks for automated data analysis and security auditing, emphasizing the challenges faced and the system's architecture to ensure efficiency and security in their workflow automation.
https://engineering.fb.com/2023/08/29/security/scheduling-jupyter-notebooks-meta/
The article discusses Facebook's approach to scheduling Jupyter notebooks for automated data analysis and security auditing, emphasizing the challenges faced and the system's architecture to ensure efficiency and security in their workflow automation.
https://engineering.fb.com/2023/08/29/security/scheduling-jupyter-notebooks-meta/
Engineering at Meta
Scheduling Jupyter Notebooks at Meta
At Meta, Bento is our internal Jupyter notebooks platform that is leveraged by many internal users. Notebooks are also being used widely for creating reports and workflows (for example, performing …
langgenius / dify
One API for plugins and datasets, one interface for prompt engineering and visual operation, all for creating powerful AI applications.
https://github.com/langgenius/dify
One API for plugins and datasets, one interface for prompt engineering and visual operation, all for creating powerful AI applications.
https://github.com/langgenius/dify
GitHub
GitHub - langgenius/dify: Production-ready platform for agentic workflow development.
Production-ready platform for agentic workflow development. - langgenius/dify
Marketing Automations Notebooks With GPT
A collection of automations and experiments exploring the applications of generative AI in Marketing, SEO, and Public Relations
https://github.com/ktynski/Marketing_Automations_Notebooks_With_GPT
A collection of automations and experiments exploring the applications of generative AI in Marketing, SEO, and Public Relations
https://github.com/ktynski/Marketing_Automations_Notebooks_With_GPT
GitHub
GitHub - ktynski/Marketing_Automations_Notebooks_With_GPT: A collection of automations and experiments exploring the applications…
A collection of automations and experiments exploring the applications of generative AI in Marketing, SEO, and Public Relations - ktynski/Marketing_Automations_Notebooks_With_GPT
Artwork Similarity Search: Exploring the Power of Vector Databases
This article will walk you through some of the basic concepts of vector databases, and we will build an end to end artwork similarity search project using Qdrant Vector database and Streamlit.
https://www.otmaneboughaba.com/artwork-similarity-search
This article will walk you through some of the basic concepts of vector databases, and we will build an end to end artwork similarity search project using Qdrant Vector database and Streamlit.
https://www.otmaneboughaba.com/artwork-similarity-search
Otmane Boughaba.
Artwork Similarity Search - Exploring the Power of Vector Databases
Introduction