Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Quevedo is a python tool for creating, annotating and managing datasets of graphical languages, with a focus on the training and evaluation of machine learning algorithms for their recognition.
Quevedo is part of the VisSE project. The code can be found at GitHub, and detailed documentation here.
Quevedo requires python >= 3.7
, and can be installed from
PyPI:
$ pip install quevedo
Or, if you want any extras, like the web interface:
$ pip install quevedo[web]
Or directly from the wheel in the release file:
$ pip install quevedo-{version}-py3-none-any.whl[web]
You can test that quevedo is working
To use the neural network module, you will also need to install darknet.
To create a dataset:
$ quevedo -D path/to/new/dataset create
Then you can cd into the dataset directory so that the -D
option is not
needed.
You can also download an example dataset from this repository
(examples/toy_arithmetic
), or peruse our Corpus of Spanish
Signwriting.
To see information about a dataset:
$ quevedo info
To launch the web interface (you must have installed the "web" extra):
$ quevedo web
For more information, and the list of commands, run quevedo --help
or quevedo <command> --help
or see here.
To develop on quevedo, we use poetry as our environment, dependency and build management tool. In the quevedo code directory, run:
$ poetry install
Then you can run quevedo with
$ poetry run quevedo
Quevedo makes use of the following open source projects:
Additionally, we use the toml and forcelayout libraries, and build our documentation with mkdocs.
Quevedo is licensed under the Open Software License version 3.0.
The web interface includes a copy of preactjs for ease of offline use, distributed under the MIT License.
Quevedo is part of the project "Visualizando la SignoEscritura" (Proyecto VisSE, Facultad de Informática, Universidad Complutense de Madrid) as part of the program for funding of research projects on Accesible Technologies financed by INDRA and Fundación Universia. An expert system developed using Quevedo is described in this article.
FAQs
Tool for managing datasets of images with compositional semantics
We found that quevedo demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.