Unofficial implementation of PatchCore anomaly detection model

PatchCore anomaly detection Unofficial implementation of PatchCore(new SOTA) anomaly detection model Original Paper : Towards Total Recall in Industrial Anomaly Detection (Jun 2021)Karsten Roth, Latha Pemula, Joaquin Zepeda, Bernhard Schölkopf, Thomas Brox, Peter Gehler https://arxiv.org/abs/2106.08265https://paperswithcode.com/sota/anomaly-detection-on-mvtec-ad notice(21/06/18) :This code is not yet verified. Any feedback is appreciated.updates(21/06/21) : I used sklearn’s SparseRandomProjection(ep=0.9) for random projection. I’m not confident with this. I think exact value of “b nearest patch-features” is not presented in the paper. I just set 9. (args.n_neighbors) In terms […]

Read more

A tool search for SSRF using predefined settings in different parts of a request

Extended ssrf search This tool search for SSRF using predefined settings in different parts of a request (path, host, headers, post and get parameters). First step Rename example.app-settings.conf to app-settings.conf and adjust settings. The most important setting is the callback url. I recommend to use burp collaborator. Then you can add your urls to config/url-to-test.txt. Here the script accepts domains as well as urls with path and query parameters. If you like you can add your own cookies to config/cookie-jar.txt […]

Read more

Check and write all account info + Check nitro on account

Check and write all account info + Check nitro on account Also check https://github.com/GuFFy12/Discord-Token-Parser (Parse discord tokens from any file, even if there is other shit in the file with them.) I have a great desire to remake this shit code, but I’m too lazy😔 JS EDITION: https://github.com/amfero/DiscordTokenChecker (I will contribute here (Py is 🤢)) TS EDITION: https://github.com/cattyngmd/DiscordTokenChecker-ts PY EDITION: https://github.com/GuFFy12/Discord-Token-Checker Output data: Token.rat Nitro: {Nitro or Classic or No} Billing: {Valid or Invalid or No} Username: lol#1337 Language: ru […]

Read more

An authentication bypass on polkit which allows unprivileged user to call privileged methods using DBus

Polkit-exploit – CVE-2021-3560 Privilege escalation with polkit – CVE-2021-3560 CVE-2021-3560 is an authentication bypass on polkit, which allows unprivileged user to call privileged methods using DBus, in this exploit we will call 2 privileged methods provided by accountsservice (CreateUser and SetPassword), which allows us to create a priviliged user then setting a password to it and at the end logging as the created user and then elevate to root. Ahmad Almorabea @almorabea http://almorabea.net [email protected]:~/Desktop$ python3 CVE-2021-3560.py ************** Exploit: Privilege escalation […]

Read more

A Differentiable Loss Function for Time-Series in CUDA

Soft DTW Loss Function for PyTorch in CUDA This is a Pytorch Implementation of Soft-DTW: a Differentiable Loss Function for Time-Series which is batch supported computation, CUDA-friendly, and feasible to use as a final loss. I can confirm that you can train a (sequential) model with this as a final loss! The following image shows training logs of a TTS model using the Soft-DTW Loss Function. There are some previous implementations: mblondel’s soft-dtw lyprince’s sdtw_pytorch Maghoumi’s pytorch-softdtw-cuda But they are […]

Read more

A automatically script login to your account and joins the meeting

Auto Join Teams Meetings Requirements: Python 3.7 or higher Latest Google Chrome This script automatically logins to your account and joins the meeting you are invited in calendar meetings. Steps: git clone https://github.com/prajinkhadka/auto_join_teams.git Install python and pip pip install -r requirements.txt Edit Configuration file Example file Important params Email : email ( your college email ) Password : password Auto_leave_min : leave after certain minutes Leave_if_last: leave if you are last in the meeting Headless: if true ( GUI won’t […]

Read more

An emulated LED scoreboard for Major League Baseball in python

mlb-led-scoreboard-emulated An LED scoreboard for Major League Baseball. Displays a live scoreboard for your team’s game on that day. Be sure to check out the original repo, mlb-led-scoreboard, if you’d like to run this on a Rasperry Pi LED panel! Currently supported boards: 32×32 64×32 64×64 128×32 128×64 If you’d like to see support for another set of board dimensions, file an issue! Screenshots Installation Requirements You need Git for cloning this repo and PIP for installing the scoreboard software. […]

Read more

Restful Api developed with Flask using Prometheus and Grafana for monitoring

Hephaestus Restful Api developed with Flask using Prometheus and Grafana for monitoring and containerization with Docker. In Greek mythology, Hephaestus was either the son of Zeus and Hera or he was Hera’s parthenogenous child. … As a smithing god, Hephaestus made all the weapons of the gods in Olympus. He served as the blacksmith of the gods, and was worshipped in the manufacturing and industrial centres of Greece, particularly Athens. Get Started :rocket: An Restful Api project developed with Flask. […]

Read more

Massively parallel rigidbody physics simulation on accelerator hardware

BRAX Brax is a differentiable physics engine that simulates environments made up of rigid bodies, joints, and actuators. It’s also a suite of learning algorithms to train agents to operate in these environments (PPO, SAC, evolutionary strategy, and direct trajectory optimization are implemented). Brax is written in JAX and is designed for use on acceleration hardware. It is both efficient for single-core training, and scalable to massively parallel simulation, without the need for pesky datacenters. Some policies trained via Brax. […]

Read more

A FOSS alternative to Bloomberg Terminal

Gamestonk Terminal The next best thing after Bloomberg Terminal. How it started: Gamestonk Terminal is an awesome stock and crypto market terminal that has been developed for fun, while I saw my GME shares tanking. But hey, I like the stock 💎🙌. How it’s going: Gamestonk Terminal provides a modern Python-based integrated environment for investment research, that allows the average joe retail trader to leverage state-of-the-art Data Science and Machine Learning technologies. As a modern Python-based environment, GamestonkTerminal opens access […]

Read more
1 3 4 5 6 7 42