Posts

  • other_video_transcoding

    Other tools to transcode videos.

    Other tools to transcode videos.

    [!NOTE] This project is still being maintained but development is not very active. Why? Because I’m focusing my energy on the redesigned and rewritten version of transcode-video.rb from my Video Transcoding project. And I would recommend using that tool instead of other-transcode.rb because it’s much less complex while still leveraging the modern era of transcoding technology.

    Tags: #ruby

  • Open-LLaVA-NeXT

    An open-source implementation for training LLaVA-NeXT.

    An open-source implementation of LLaVA-NeXT series for facilitating the large multi-modal model community.

    Resources: [🤗HuggingFace]

    Tags: #python • chatbot • chatgpt

  • tt9

    A T9 keyboard for Android devices with a hardware keypad.

    TT9 is a 12-key T9 keyboard for devices with a hardware numpad. It supports predictive text typing in 40+ languages, configurable hotkeys, text editing with undo/redo, and an on-screen keypad that can turn your smartphone into a Nokia from the 2000s. And, best of all, it doesn’t spy on you!

    This is a modernized version of the original project by Clam-.

    Tags: #java • android • keyboard

  • paperai

    📄 🤖 AI for medical and scientific papers

    The easiest way to install is via pip and PyPI

    pip install paperai
    

    Python 3.10+ is supported. Using a Python virtual environment is recommended.

    paperai can also be installed directly from GitHub to access the latest, unreleased features.

    pip install git+https://github.com/neuml/paperai
    

    See this link to help resolve environment-specific install issues.

    Tags: #python • machine-learning • nlp

  • request_store

    Per-request global storage for Rack.

    Ever needed to use a global variable in Rails? Ugh, that’s the worst. If you need global state, you’ve probably reached for Thread.current. Like this:

    def self.foo
      Thread.current[:foo] ||= 0
    end
    
    def self.foo=(value)
      Thread.current[:foo] = value
    end
    

    Ugh! I hate it. But you gotta do what you gotta do…

    Tags: #ruby

  • simp-core

    The base SIMP build repository

    Tags: #ruby • simp • puppet

  • asks

    Async requests-like httplib for python.

    asks is an async requests-like HTTP lib, for use in conjunction with the wonderful curio and trio async libs.

    asks aims to have a mostly familiar API, using simple functions/methods like get() for getting and post() for posting. At the heart of asks is a session class which makes interacting with the web in a sustained and fluid way fast, efficient, and simple. Check out the examples!

    Tags: #python • curio • trio

  • Vanilla-Normals-Renewed

    Vanilla textures made compatible with SEUS PTGI (and other PBR minecraft shaders) for Minecraft ≥ 1.13

    A shaders compatible minecraft texture pack, based on vanilla but with normals and proper glossiness information. This resourcepack is compatible with both the “oldPBR” and “labPBR” standards, and should work correctly with most shaders.

    ⚠️ This version is made for Minecraft 1.16 and above ⚠️

    For the easy download (2 versions late) just go to “Releases” 👉

    Tags: #python

  • loadtoast

    Pretty material design toasts with feedback animations

    The default toasts are ugly and don’t really provide much more than a short message. This small library provides a better toast which will give the user feedback by morphing into a checkmark or cross (success and fail). The lifetime of the toast is completely controlled by you.

    Tags: #java

  • tiledesk-server

    Tiledesk Server is the main API component of the Tiledesk platform 🚀 Tiledesk is an open-source alternative to Voiceflow, allowing you to build advanced LLM-powered agents with easy human-in-the-loop (HITL) when necessary.

    Tiledesk-server is the server engine of Tiledesk. Tiledesk is an Open Source Live Chat platform with integrated Chatbots written in NodeJs and Express. Build your own customer support with a multi-channel platform for Web, Android and iOS.

    Designed to be open source since the beginning, we actively worked on it to create a totally new, first class customer service platform based on instant messaging.

    What is Tiledesk today? It became the open source “conversational app development” platform that everyone needs 😌

    You can use Tiledesk to increase sales for your website or for post-sales customer service. Every conversation can be automated using our first class native chatbot technology. You can also connect your own applications using our APIs or Webhooks. Moreover you can deploy entire visual applications inside a conversation. And your applications can converse with your chatbots or your end-users! We know this is cool 😎

    Tiledesk is multichannel in a totally new way. You can write your chatbot scripts with images, buttons and other cool elements that your channels support. But you will configureyour chatbot replies only once. They will run on every channel, auto-adapting the responses to the target channel whatever it is, Whatsapp, Facebook Messenger, Telegram etc.

    More info on Tiledesk website: https://www.tiledesk.com.

    You can find technical documentation here: https://developer.tiledesk.com

    Tags: #javascript • customer-support • customer-service

subscribe via RSS