Posts
-
node-llama-cpp
Run AI models locally on your machine with node.js bindings for llama.cpp. Enforce a JSON schema on the model output on the generation level
- Run LLMs locally on your machine
- Metal, CUDA and Vulkan support
- Pre-built binaries are provided, with a fallback to building from source without
node-gypor Python - Adapts to your hardware automatically, no need to configure anything
- A Complete suite of everything you need to use LLMs in your projects
- Use the CLI to chat with a model without writing any code
- Up-to-date with the latest
llama.cpp. Download and compile the latest release with a single CLI command - Enforce a model to generate output in a parseable format, like JSON, or even force it to follow a specific JSON schema
- Provide a model with functions it can call on demand to retrieve information or perform actions
- Embedding and reranking support
- Safe against special token injection attacks
- Great developer experience with full TypeScript support, and complete documentation
- Much more
Tags: #typescript • ai • bindings
-
oooas
An object oriented approach to generating OpenAPI specs, implemented in PHP.
An object oriented approach to generating OpenAPI specs, implemented in PHP.
You can build up your API spec using immutable PHP classes, and then export the spec to JSON (or YAML with the help of another package).
This package is dependency free and makes heavy use of PHP 7 features, mainly being type hints and enabling strict types. This should make your life a lot easier when working with a good IDE that can use this information.
Tags: #php • open-source • openapi
-
googlemaps-scraper
Google Maps reviews scraping
Scraper of Google Maps reviews. The code allows to extract the most recent reviews starting from the url of a specific Point Of Interest (POI) in Google Maps. An additional extension helps to monitor and incrementally store the reviews in a MongoDB instance.
Tags: #python • scraper • reviews
-
refurb
A tool for refurbishing and modernizing Python codebases
A tool for refurbishing and modernizing Python codebases.
Tags: #python • cli • mypy
-
cryptocurrency-arbitrage
A cryptocurrency arbitrage opportunity calculator. Over 800 currencies and 50 markets.
A cryptocurrency arbitrage opportunity calculator and trading bot. Over 800 currencies and 50 markets.
To use, go to https://manu354.github.io/cryptocurrency-arbitrage/ (this link no longer links to the old site, download from github to use the tool) , for development install nodejs ^V8.00 and run
npm installin the folder where the scriptmain.jsis. To run the program writenode mainornpm start. To change market settings, and to add your own markets edit thesettings.jsfile.Tags: #javascript • arbitrage-opportunity • trading-bot
-
PDFLayoutTextStripper
Converts a pdf file into a text file while keeping the layout of the original pdf. Useful to extract the content from a table in a pdf file for instance. This is a subclass of PDFTextStripper class (from the Apache PDFBox library).
Converts a PDF file into a text file while keeping the layout of the original PDF. Useful to extract the content from a table or a form in a PDF file. PDFLayoutTextStripper is a subclass of PDFTextStripper class (from the Apache PDFBox library).
Tags: #java • layout • text
-
OpenCue
A render management system you can deploy for visual effects and animation productions.
OpenCue is an open source render management system. You can use OpenCue in visual effects and animation production to break down complex jobs into individual tasks. You can submit jobs to a configurable dispatch queue that allocates the necessary computational resources.
Tags: #python • opencue • openqueue
-
noobaa-core
Cutting edge S3 server stack
To deploy NooBaa, we recommend using NooBaa CLI. Follow the instructions in https://github.com/noobaa/noobaa-operator#noobaa-operator
Once NooBaa CLI installed, simply Install the operator and noobaa with:
./noobaa installThe install output includes S3 service endpoint and credentials, as well as web management console address with credentials.
Getting this information is always available with:
./noobaa statusRemove NooBaa deployment can be done with:
./noobaa uninstallTags: #javascript • noobaa • hybrid
-
rails
Official Ruby on Rails specific tasks for Capistrano
Rails specific tasks for Capistrano v3:
cap deploy:migratecap deploy:compile_assets
Tags: #ruby • capistrano • rails
-
FOSOAuthServerBundle
A server side OAuth2 Bundle for Symfony
The bulk of the documentation is stored in the
Resources/doc/index.mdfile in this bundle:Read the Documentation for master
Tags: #php • symfony • symfony-bundle
subscribe via RSS