An administration website for Django

yawd-admin, a django administration website yawd-admin now has a live demo at http://yawd-admin.yawd.eu/. Use demo / demo as username & passowrd. yawd-admin is an administration website for django. It extends the default django admin site and offers the following: A clean and beautiful bootstrap user interface Hand-written pure HTML5/CSS3 code with indented HTML output Responsive interface, optimized for mobile phones and tablets Register custom database settings (options) editable from the UI. You can use all standard django form fields for […]

Read more

The open-source tool for building high-quality datasets and computer vision models

FiftyOne is an open source ML tool created by Voxel51 that helps you build high-quality datasets and computer vision models. With FiftyOne, you can search, sort, filter, visualize, analyze, and improve your datasets without excess wrangling or writing custom scripts. It also provides powerful functionality for analyzing your models, allowing you to understand their strengths and weaknesses, visualize, diagnose, and correct their failure modes, and more. FiftyOne is designed to be lightweight and easily integrate into your existing CV/ML workflows. […]

Read more

A python package for animating plots build on matplotlib

A python package for making interactive as well as animated plots with matplotlib. Requires Installation or using conda conda install animatplot -c conda-forge Documentation Documentation can be found here Dev Install git clone https://github.com/t-makaro/animatplot.git pip install -e . This project uses pycodestyle for linting. For testing, pytest is used. GitHub https://github.com/t-makaro/animatplot    

Read more

An automated API security testing exploit tool that can be combined with xray, BurpSuite and other scanners

AutoExploitSwagger 是一款可以跟xray,BurpSuite等扫描器结合的自动化API安全测试利用工具。可以在日常安全检查或者利用Swagger信息泄漏的场景下使用。 下载 git clone https://github.com/wyzmlr/AutoExploitSwagger.git 安装 cd AutoExploitSwagger/ pip install -r requirements.txt python start.py -h 使用帮助 python start.py -h Swagger API 自动化扫描工具 optional arguments: -h, –help show this help message and exit -u TARGET_URL, –url TARGET_URL swagger api地址 -i PROXY_IP, –ip PROXY_IP proxy ip    

Read more

Feature Stylization and Domain-aware Contrastive Loss for Domain Generalization

This is an official implementation of “Feature Stylization and Domain-aware Contrastive Loss for Domain Generalization” (ACMMM 2021 Oral) Feature Stylization and Domain-aware Contrastive Loss for Domain Generalization Seogkyu Jeon, Kibeom Hong, Pilhyeon Lee, Jewook Lee, Hyeran Byun (Yonsei Univ.) Paper : https://arxiv.org/abs/2108.08596 Abstract: Domain generalization aims to enhance the model robustness against domain shift without accessing the target domain. Since the available source domains for training are limited, recent approaches focus on generating samples of novel domains. Nevertheless, they either […]

Read more

A Django project skeleton that is modern and cutting edge

{% comment “This comment section will be deleted in the generated project” %} A Fantastic Django project starter. Features Ready Bootstrap-themed pages User Registration/Sign up Better Security with 12-Factor recommendations Logging/Debugging Helpers Works on Python 3 and Django 2 Formatted with Black More information at: http://django-edge.readthedocs.org/ Contribute using: Edge Dev Tools✨ ? ✨ Quick start: Before creating a new project from this template, you need to create a fresh virtual environment and install Django: $ python -m venv ./myenv $ […]

Read more

End-to-end Python framework for building natural language search interfaces to data

Haystack is an end-to-end framework that enables you to build powerful and production-ready pipelines for different search use cases. Whether you want to perform Question Answering or semantic document search, you can use the State-of-the-Art NLP models in Haystack to provide unique search experiences and allow your users to query in natural language. Haystack is built in a modular fashion so that you can combine the best technology from other open-source projects like Huggingface’s Transformers, Elasticsearch, or Milvus. What to […]

Read more

A lexicon and rule-based sentiment analysis tool that is specifically attuned to sentiments expressed in social media

VADER-Sentiment-Analysis VADER (Valence Aware Dictionary and sEntiment Reasoner) is a lexicon and rule-based sentiment analysis tool that is specifically attuned to sentiments expressed in social media. It is fully open-sourced under the [MIT License] (we sincerely appreciate all attributions and readily accept most contributions, but please don’t hold us liable). Features and Updates Many thanks to George Berry, Ewan Klein, Pierpaolo Pantone for key contributions to make VADER better. The new updates includes capabilities regarding: Refactoring for Python 3 compatibility, […]

Read more

A python library for accurate and scalable fuzzy matching, record deduplication and entity-resolution

dedupe is a python library that uses machine learning to perform fuzzy matching, deduplication and entity resolution quickly on structured data. dedupe will help you: remove duplicate entries from a spreadsheet of names and addresses link a list with customer information to another with order history, even without unique customer IDs take a database of campaign contributions and figure out which ones were made by the same person, even if the names were entered slightly differently for each record dedupe […]

Read more

A Python (2 and 3) library for processing textual data

Homepage: https://textblob.readthedocs.io/ TextBlob is a Python (2 and 3) library for processing textual data. It provides a simple API for diving into common natural language processing (NLP) tasks such as part-of-speech tagging, noun phrase extraction, sentiment analysis, classification, translation, and more. from textblob import TextBlob text = ”’ The titular threat of The Blob has always struck me as the ultimate movie monster: an insatiably hungry, amoeba-like mass able to penetrate virtually any safeguard, capable of–as a doomed doctor chillingly […]

Read more
1 394 395 396 397 398 928