Command-line tool for managing Python virtual environments

vien VIEN is a command-line tool for managing Python Virtual Environments. It provides one-line shortcuts for: creating and deleting environments running commands inside environments switching between environments in bash shell Switching between projects should be simple. Creating environments for theprojects should be simple too. Ideally it’s a short command that I would type even half asleep. Something like $ vien create $ vien shell Not like $ python3 -m venv ./where/to/put/this/.venv $ source /i/lost/that/.venv/bin/activate Ready-made solutions did not help. pipenv […]

Read more

An OSINT tool written in python for finding profiles by username

NExfil NExfil is an OSINT tool written in python for finding profiles by username. The provided usernames are checked on over 350 websites within few seconds. The goal behind this tool was to get results quickly while maintaining low amounts of false positives. If you like my work please star this project 😀 If you find any errors or false positives or if you want to suggest more websites feel free to open an issue. Features Fast, lookup can complete […]

Read more

A social networking service scraper in Python

snscrape is a scraper for social networking services (SNS). It scrapes things like user profiles, hashtags, or searches and returns the discovered items, e.g. the relevant posts. The following services are currently supported: Facebook: user profiles, groups, and communities (aka visitor posts) Instagram: user profiles, hashtags, and locations Reddit: users, subreddits, and searches (via Pushshift) Telegram: channels Twitter: users, user profiles, hashtags, searches, threads, and list posts VKontakte: user profiles Weibo (Sina Weibo): user profiles Please note that some features […]

Read more

A library for building CLI applications Based on Python type hints

typer Typer, build great CLIs. Easy to code. Based on Python type hints. Typer is a library for building CLI applications that users will love using and developers will love creating. Based on Python 3.6+ type hints. The key features are: Intuitive to write: Great editor support. Completion everywhere. Less time debugging. Designed to be easy to use and learn. Less time reading docs. Easy to use: It’s easy to use for the final users. Automatic help, and automatic completion […]

Read more

Machine Translation Weekly 80: Deontological ethics and MT

At this year’s NAACL, there will be a paper that tries to view NLP from the perspective of deontological ethics and promotes an unusual and very insightful view on NLP ethics. The title of the paper is Case Study: Deontological Ethics in NLP, it was written by authors from CMU and discusses several NLP applications from the perspective of deontological ethics. Usually, ethics in NLP is discussed from the consequentialist perspective. In this view, the morality of an action is […]

Read more

A deep learning library for video understanding research

PyTorchVideo PyTorchVideo is a deeplearning library with a focus on video understanding work. PytorchVideo provides resusable, modular and efficient components needed to accelerate the video understanding research. PyTorchVideo is developed using PyTorch and supports different deeplearning video components like video models, video datasets, and video-specific transforms. A PyTorchVideo-accelerated X3D model running on a Samsung Galaxy S10 phone. The model runs ~8x faster than real time, requiring roughly 130 ms to process one second of video. A PyTorchVideo-based SlowFast model performing […]

Read more

A ML-Ops platform that helps you collaborate and share your Machine Learning work

MLReef Your Machine Learning life cycle in one platform MLReef is an open source ML-Ops platform that helps you collaborate, reproduce and share your Machine Learning work MLReef is a ML/DL development platform containing four main sections: Data-Management – Fully versioned data hosting and processing infrastructure Publishing code repositories – Containerized and versioned script repositories for immutable use in data pipelines Experiment Manager – Experiment tracking, environments and results ML-Ops – Pipelines & Orchestration solution for ML/DL jobs (K8s / […]

Read more

An Unsupervised Graph-based Toolbox for Fraud Detection

UGFraud UGFraud is an unsupervised graph-based fraud detection toolbox that integrates several state-of-the-art graph-based fraud detection algorithms. It can be applied to bipartite graphs (e.g., user-product graph), and it can estimate the suspiciousness of both nodes and edges. The implemented models can be found here. The toolbox incorporates the Markov Random Field (MRF)-based algorithm, dense-block detection-based algorithm, and SVD-based algorithm. For MRF-based algorithms, the users only need the graph structure and the prior suspicious score of the nodes as the […]

Read more

A third-person shooter written in the Panda3D game engine and Python

Droid Game 3D This is a very interesting game in which you can fight droid bots and online with other players. Unite in teams, and arrange a capture of the flag (mode in development). Popular servers At the moment, the most popular are the admin server and DOOMPY. Server statistics Admin fun server – 17 players per day. DOOMPY – 8 players per day. Capture the flag mode. New bots New droids. Control There are many different features in the […]

Read more

A voice assistant which can be used to interact with your computer

J.A.R.V.I.S It is a voice assistant which can be used to interact with your computer and also you have been seeing it in Iron man movies, but this JARVIS is not that much advanced as shown in movies. API keys To run this project you should need a API key for reading news. Register for your API key by clicking the following Installation You need to first fork this repository and clone the repository to your local system git clone […]

Read more
1 631 632 633 634 635 920