A basic Ray Tracer that exploits numpy arrays and functions to work fast

Python-Fast-Raytracer A basic Ray Tracer that exploits numpy arrays and functions to work fast. The code is written keeping as much readability as possible. [x] Refraction [x] Thin film interference [x] Textures [x] Monte Carlo Ray Tracing with importance sampling [ ] Relativistic optical effects Installation Just clone or download this repo. You’ll need to install two packages. Pillow is a fork of the PIL package. It provides the Image module for this application.to install it run the following. pip […]

Read more

A simple screen recorder with a minimal interface for python

Kooha Capture your screen in a straightforward and painless way without distractions. Kooha is a simple screen recorder with a minimal interface. You can simply click the record button without having to configure a bunch of settings. The main features of Kooha include the following: The main features of Kooha include the following: 🎥 Capture your screen without any hassle. 🎙️ Record your microphone, computer sounds, or both at the same time. 🖼️ Select an area of your screen to […]

Read more

A Python framework for creating automated browser tests

LuluTest LuluTest is an open source browser automation framework using Python and Selenium. It is relatively lightweight in that it mostly provides wrappers for 3rd party library methods that make browser automation and testing more intuitive. The ultimate goal of LuluTest is to get people writing robust automated browser scripts quickly by abstracting out the inherent complexities and peculiarities Basic Usage LuluTest is designed to support both white and black box testing. The functionsprovided will work as long as the […]

Read more

A california coronavirus scrapers are written using Python

california-coronavirus-scrapers An experiment in open-sourcing the web scrapers that feed the Los Angeles Times’ California coronavirus tracker. The scrapers are written using Python and Jupyter notebooks, scheduled and run via GitHub Actions and then archived using git. Installation Clone the repository and install the Python dependencies. pipenv install Run all of the scraper commands. make Run one of the scraper commands. make -f vaccine-doses-on-hand/Makefile GitHub https://github.com/datadesk/california-coronavirus-scrapers    

Read more

A Python library that allows for effortless profiling with high-quality visualizations

QuickPotato A library for the Python programming language that allows for effortless profiling with high-quality visualizations and empowers you to produce a performance angle to test-driven development. QuickPotato is a Python library that aims to make it easier to rapidly profile your software and produce powerful code visualizations that enables you to quickly investigate where potential performance bottlenecks are hidden. Also, QuickPotato is trying to provide you with a path to add an automated performance testing angle to your regular […]

Read more

A Python library for building Conceptual Distributed Model

Hapi Hapi is an open-source Python Framework for building raster-based conceptual distributed hydrological models using HBV96 lumped model & Muskingum routing method at a catchment scale, Hapi gives a high degree of flexibility to all components of the model (spatial discretization – cell size, temporal resolution, parameterization approaches and calibration). Main Features Modified version of HBV96 hydrological model (Bergström, 1992) with 15 parameters in case of consideringsnow processes, and 10 parameters without snow, in addition to 2 parameters of Muskingum […]

Read more

Machine Translation Weekly 75: Outbound Translation

This week, I will comment on a paper by my good old friends from Charles University in collaboration with the University of Edinburgh, the University of Sheffield, and the University of Tartu within the Bergamot project. The main goal of the project is to develop a high-quality machine translation that runs locally in an internet browser and unlike services such as Google Translate or Microsoft Translator does not send any (potentially sensitive) data to any server. This is a very […]

Read more

Spatial Intention Maps for Multi-Agent Mobile Manipulation

spatial-intention-maps Jimmy Wu, Xingyuan Sun, Andy Zeng, Shuran Song, Szymon Rusinkiewicz, Thomas Funkhouser IEEE International Conference on Robotics and Automation (ICRA), 2021 Abstract: The ability to communicate intention enables decentralized multi-agent robots to collaborate while performing physical tasks. In this work, we present spatial intention maps, a new intention representation for multi-agent vision-based deep reinforcement learning that improves coordination between decentralized mobile manipulators. In this representation, each agent’s intention is provided to other agents, and rendered into an overhead 2D […]

Read more

A youtube-dl GUI written in PyQt

youtube-dl-GUI This repository contains code for a youtube-dl GUI written in PyQt. It is based on youtube-dl which is a Video downloading script maintained by various contributers and released in Public Domain. This GUI code is currently written for Python v3.x. Please note that this GUI code is released under the MIT License and not Public Domain. Requirements: Requirement for build Binaries/Executables Features: This application has the following features: supports downloading videos from 200+ websites allows to download multiple videos […]

Read more

MixKD: Towards Efficient Distillation of Large-Scale Language Models

March 17, 2021 By: Kevin J Liang, Weituo Hao, Dinghan Shen, Yufan Zhou, Weizhu Chen, Changyou Chen, Lawrence Carin Abstract Large-scale language models have recently demonstrated impressive empirical performance. Nevertheless, the improved results are attained at the price of bigger models, more power consumption, and slower inference, which hinder their applicability to low-resource (both memory and computation) platforms. Knowledge distillation (KD) has been demonstrated as an effective framework for compressing such big models. However, large-scale neural network systems are prone […]

Read more
1 651 652 653 654 655 912