Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression. Learn more →
Top 10 Python Edge Projects
-
SaltStack
Software to automate the management and configuration of any infrastructure or application at scale. Get access to the Salt software package repository here:
SaltStack
-
Project mention: Bing EdgeGPT library, async Chatbot, Threading Proxies? | /r/learnpython | 2023-05-29
# Read and parse cookies cookies = None if args.cookie_file: cookies = json.loads(open(args.cookie_file, encoding="utf-8").read()) bot = await Chatbot.create(proxy=args.proxy, cookies=cookies) session = _create_session() completer = _create_completer(["!help", "!exit", "!reset"]) initial_prompt = args.prompt https://github.com/acheong08/EdgeGPT/blob/master/src/EdgeGPT.py
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
server
The Triton Inference Server provides an optimized cloud and edge inferencing solution. (by triton-inference-server)
Project mention: Single RTX 3080 or two RTX 3060s for deep learning inference? | /r/computervision | 2023-04-12For inference of CNNs, memory should really not be an issue. If it is a software engineering problem, not a hardware issue. FP16 or Int8 for weights is fine and weight size won’t increase due to the high resolution. And during inference memory used for hidden layer tensors can be reused as soon as the last consumer layer has been processed. You likely using something that is designed for training for inference and that blows up the memory requirement, or if you are using TensorRT or something like that, you need to be careful to avoid that every tasks loads their own copy of the library code into the GPU. Maybe look at https://github.com/triton-inference-server/server
-
It is still under development, but try Keylime[1]. They have also a nice agent written in Rust[2] with low footprint.
I write some notes[3] about how to use it in openSUSE MicroOS / Tumbleweed, but can be extrapolated to many other distributions too.
-
If it is still to complicate, you can use third party tool, like Remove-MS-Edge. He also have Sourcecode to doublecheck.
-
BingGPT-Discord-Bot
BingGPT Discord Bot that can handle /ask & /imagine prompts using @acheong08's reverse engineered API of Microsoft's Bing Chat under the hood
Project mention: BingGPT Discord Bot that can handle /ask and /imagine commands using GPT-4 | /r/discordapp | 2023-03-27Hey folks! I'm not sure if it's done before but I just made a discord bot using bing chat on top of open-source EdgeGPT. Used bing chat because it's one of the easiest ways to interact with GPT-4 IMO together with active web browsing. The bot is able to handle /ask and /imagine commands. Happy to have your feedback or issues if you encounter any. Cheers! Project source: https://github.com/ediziks/BingGPT-Discord-Bot
-
aws-panorama-samples
This repository has samples that demonstrate various aspects of AWS Panorama device and the Panorama SDK
-
Sonar
Write Clean Python Code. Always.. Sonar helps you commit clean code every time. With over 225 unique rules to find Python bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
s3gw
Container able to run on a Kubernetes cluster, providing S3-compatible endpoints to applications.
-
-
Python Edge related posts
- You can no longer uninstall Edge, and if you use an app uninstaller software, it doesn’t allow any apps from the MS store to open once it is deleted.
- Bing EdgeGPT library, async Chatbot, Threading Proxies?
- Is there a LoRa or a Project/Oobabooga plugin to give LLaMA based models api access to the internet?
- EdgeGPT Extension for Text Generation Webui - Easy Internet access
- Using ChatGPT with extensions
- simulating inner dialog in BingChat
- Reverse Engineered API of Microsoft's Bing Chat AI
-
A note from our sponsor - InfluxDB
www.influxdata.com | 8 Jun 2023
Index
What are some of the best open-source Edge projects in Python? This list will help you:
Project | Stars | |
---|---|---|
1 | SaltStack | 13,269 |
2 | EdgeGPT | 7,173 |
3 | server | 5,418 |
4 | keylime | 328 |
5 | Remove-MS-Edge | 152 |
6 | BingGPT-Discord-Bot | 82 |
7 | aws-panorama-samples | 79 |
8 | s3gw | 63 |
9 | SydneyQt | 58 |
10 | Pyluos | 30 |