Posts
-
combine
Tool to gather Threat Intelligence indicators from publicly available sources
Installation on Unix and Unix-like systems is straightforward. Either clone the repository or download the latest release. You will need pip and the python development libraries. In Ubuntu, the following commands will get you prepared:
sudo apt-get install python-dev python-pip python-virtualenv git git clone https://github.com/mlsecproject/combine.git cd combine virtualenv venv source venv/bin/activate pip install -r requirements.txtAt this point you should be ready to run Combine.
We also have a dockerfile available.
Tags: #python
-
aitextgen
A robust Python tool for text-based AI training and generation using GPT-2.
A robust Python tool for text-based AI training and generation using OpenAI’s GPT-2 architecture.
aitextgen is a Python package that leverages PyTorch, Hugging Face Transformers and pytorch-lightning with specific optimizations for text generation using GPT-2, plus many added features. It is the successor to textgenrnn and gpt-2-simple, taking the best of both packages:
- Finetunes on a pretrained 124M GPT-2 model from OpenAI…or create your own GPT-2 model + tokenizer and train from scratch!
- Generates text faster than gpt-2-simple and with better memory efficiency! (even from the 1.5B GPT-2 model!)
- With Transformers, aitextgen preserves compatibility with the base package, allowing you to use the model for other NLP tasks, download custom GPT-2 models from the Hugging Face model repository, and upload your own models! Also, it uses the included
generate()function to allow a massive amount of control over the generated text. - With pytorch-lightning, aitextgen trains models not just on CPUs and GPUs, but also multiple GPUs and (eventually) TPUs! It also includes a pretty training progress bar, with the ability to add optional loggers.
- The input dataset is its own object, allowing you to not only easily encode megabytes of data in seconds, cache, and compress it on a local computer before transporting to a remote server, but you are able to merge datasets without biasing the resulting dataset, or cross-train on multiple datasets to create blended output.
You can read more about aitextgen in the documentation!
Tags: #python
-
react-google-login
A React Google Login Component
A Google oAUth Sign-in / Log-in Component for React
Tags: #javascript • react • googleuser
-
react-native-google-cast
React Native wrapper for the Google Cast SDK
This library wraps the native Google Cast SDK for iOS and Android, providing a unified JavaScript interface.
This is a complete rewrite of the library. If you’re still using v1, please check the v1 branch.
There’s a yet new version in the works that closely resembles the native APIs. All new feature requests will be directed there. If you want to check it out, visit the v4 branch.
Tags: #java • chromecast • react-native
-
atmo
:heavy_check_mark: Mock data for your prototypes and demos. Remote deployments to Zeit now.
- Mock Http endpoints
- SSL support
- Static assets directory
- Returns JSON/XML/Text
- Write custom scripts with JS
- Deploy with a single click (via Zeit’s Now)
Tags: #typescript • atmo • prototyping
-
other_video_transcoding
Other tools to transcode videos.
Other tools to transcode videos.
Tags: #ruby
-
activejob-traffic_control
Rate limiting/job enabling for ActiveJob using distributed locks in Redis or Memcached.
Rate controls for your
ActiveJobs, powered by Suo, a distributed semaphore library backed by Redis or Memcached.Tags: #ruby
-
bootstrap-sortable
adding sorting ability to bootstrap table
You should add the provided “moment.js” library, or get yourself a copy from http://momentjs.com.
Tags: #javascript
-
RESTClient
RESTClient, a debugger for RESTful web services.
RESTClient is a debugger for RESTful web services. Currently only Firefox addon has been finished.
Tags: #javascript
-
Carbon
Material Design implementation for Android 4.0+. Shadows, ripples, vectors, fonts, animations, widgets, rounded corners and more.
- custom item layouts for BottomNavigationView, TabLayout and NavigationView
- DayNight themes
- updated control colors
- fixed color animations, background tint, menu inflation, shadow transformations
Tags: #java • material-design • material-ui
subscribe via RSS