AWS Lambda Fast API starter application

Fast API starter application compatible with API Gateway and Lambda Function. How to deploy it? Terraform AWS Lambda API is a reusable module that can be used todeploy this Fast Application and It will provision: The AWS Lambda Function resources The AWS Lambda Function CI/CD resources The AWS API Gateway HTTP API resources Structure This Fast Application is using Mangum to adapt AWS API Gateway events toASGI requests. When creating the Lambda Function, make sure that the handler is set […]

Read more

Digital Clock in Python using tkinter

Digital Clock in Python using tkinter.As we know Tkinter is used to create a variety of GUI (Graphical User Interface) applications. Install Python 3.9.X from here Install tkinter from here Clone this repository Run python main.py from the repository’s directory GitHub View Github    

Read more

Let AngularJS play well with Django

Let Django play well with AngularJS What does it offer? Add AngularJS directives to Django Forms. This allows to handle client side form validation using the constraints provided by the server side Form declaration. For more information, please visit the demo site. How to run git clone https://github.com/jrief/django-angular.git django-angular.git cd django-angular.git docker build -t django-angular.git . docker run -d -it -p 9002:9002 django-angular.git Open the application at http://{docker-host’s-ip}:9002/ Backward Incompatibility To be compliant with other libraries such    

Read more

Reading Input and Writing Output in Python

You often need to set up a program to communicate with the outside world by obtaining input data from the user and displaying data back to the user. This course will introduce you to reading input and writing output in Python. By the end of this course, you’ll know how to: Take user input from the keyboard with the built-in function input() Display output to the console with the built-in function print()    

Read more

A small software collection to help with firmware related operations on Airspy HF+ devices

Airspy-Utils Airspy-Utils is a small software collection to help with firmware relatedoperations on Airspy HF+ devices on Linux (and other free systems). UPDATE: The sole purpose of this work is to help out Linux users (like myself).I am NOT interested in starting licensing debates / controversies related tothe upstream Airspy project. I am a just a new Airspy Linux customer who haszero knowledge about DSP (none is required for this work), and Airspy’sprevious history, behaviour, and origin. Currently Supported Devices […]

Read more

Tutorial for STARKs with supporting code in python

STARK tutorial with supporting code in python Outline: introduction overview of STARKs basic tools — algebra and polynomials FRI low degree test STARK information theoretical protocol speeding things up with NTT and preprocessing Visit the Github Pages website here: https://aszepieniec.github.io/stark-anatomy/ Running locally (the website, not the tutorial) Install ruby Install bundler Change directory to docs/ and install Jekyll: $> sudo bundle install Run Jekyll: $> bundle exec jekyll serve Surf to http://127.0.0.1:4000/ LaTeX and Github Pages Github-Pages uses Kramdown as […]

Read more

YOLOv5 Series Multi-backbone(TPH-YOLOv5, Ghostnet), Pruning and quantization Compression Tool Box

Update News 2021.10.30 复现TPH-YOLOv5 2021.10.31 完成替换backbone为Ghostnet Requirements 环境安装 pip install -r requirements.txt Evaluation metric Visdrone DataSet (1-5 size is 608,6-8 size is 640) Model mAP [email protected] Parameters(M) GFLOPs [email protected] YOLOv5n 13 26.2 1.78 4.2 YOLOv5s 18.4 34 7.05 15.9 YOLOv5m 21.6 37.8 20.91 48.2 YOLOv5l 23.2 39.7 46.19 108.1 YOLOv5x 24.3 40.8 86.28 204.4 YOLOv5xP2 30.00 49.29 90.96 314.2 YOLOv5xP2 CBAM 30.13 49.40 91.31 315.1 YOLOv5xP2 CBAM TPH 86.08 238.9 训练脚本实例:

Read more

EssentialMC2 Video Understanding

EssentialMC2 is a complete system to solve video understanding tasks including MHRL(representation learning), MECR2(relation reasoning) and MOSL3(openset life-long learning) powered by DAMO AcademyMinD(Machine IntelligenNce of Damo) Lab. Run pip install essmc2. Run python setup.py install. For each specific task, please refer to task specific README.

Read more

Django-based Crypto Portfolio Tracker – keep an eye on Shiba Inu and other Crypto

Easy asset tracking – at a glance 🚀 Dashboard to centrally monitor current crypto portfolio developments, by providing an overview of their current value.Values can either be displayed by their current Overall value (requires adding Purchases) or by their Current value(indicated by the V next to the number). The current course data is polled from CoinMarketCap’s REST API and stored in the database. The API allows you to makea maximum of 333 points worth of daily requests (~1 request / […]

Read more

Working Time Analysis based on WorkerLivesMatter / WorkingTime

统计各行业,各公司工作时间与工作条件。 原始数据来源:https://github.com/WorkerLivesMatter/WorkingTime,向发起人致敬。 经过少量处理,整理为供PostgreSQL直接可以使用的数据表。 Public Demo: http://demo.pigsty.cc/d/worktime-query 如何使用? 如果你已经有了pigsty环境, 使用管理用户在管理节点上克隆本项目并执行 make all 即可 git clone https://github.com/Vonng/worktime && cd worktime make all 数据说明

Read more
1 389 390 391 392 393 928