Showing 32 open source projects for "crf"

View related business solutions
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • Outgrown Windows Task Scheduler? Icon
    Outgrown Windows Task Scheduler?

    Free diagnostic identifies where your workflow is breaking down—with instant analysis of your scheduling environment.

    Windows Task Scheduler wasn't built for complex, cross-platform automation. Get a free diagnostic that shows exactly where things are failing and provides remediation recommendations. Interactive HTML report delivered in minutes.
    Download Free Tool
  • 1
    ktrain

    ktrain

    ktrain is a Python library that makes deep learning AI more accessible

    ktrain is a Python library that makes deep learning and AI more accessible and easier to apply. ktrain is a lightweight wrapper for the deep learning library TensorFlow Keras (and other libraries) to help build, train, and deploy neural networks and other machine learning models. Inspired by ML framework extensions like fastai and ludwig, ktrain is designed to make deep learning and AI more accessible and easier to apply for both newcomers and experienced practitioners. With only a few lines...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Free Fps. Video FPS Converter

    Free Fps. Video FPS Converter

    Desktop app to change a video FPS

    ...Useful if you work with multiple videos shot at different frame rates that cannot be combined or edited without interpolation or frame loss. Also doubles as a fast video compressor: keep the original FPS and raise compression (e.g., higher CRF or lower bitrate) to reduce file size. What it does: Changes video FPS via FFmpeg. Keeps or re‑encodes audio if requested. No effects, no content edits. Writes results to a separate output folder by default. Also doubles as a fast video compressor: keep the original FPS and raise compression (e.g., higher CRF or lower bitrate) to reduce file size. ...
    Leader badge
    Downloads: 38 This Week
    Last Update:
    See Project
  • 3

    Esegui SB

    Flexible video encoding script supporting multiple formats and codecs.

    ...Key features include: Flexible Video and Audio Encoding: Utilizes FFmpeg's libraries for various codecs and settings. Subtitle Handling: Include or exclude subtitles as needed. Customizable Settings: Adjust CRF values and aspect ratios to suit your needs. Video Segmentation and Merging: Split videos into segments and merge them back together. Track Disposition Management: Set default tracks for audio, video, and subtitles. Audio Track Extraction: Extract and encode audio tracks independently. Audio normalization: Adjusts audio levels to ensure consistent volume across tracks. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    CRF-Planner

    CRF-Planner

    A Lightweight Planner App for Windows

    A lightweight planner built for windows. Features full customizability in theme and text. Built mainly for students as a simple and easy to use planner. Email questions or concerns to me at cooperbrown@CooperBrowns.com.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 5

    MITRE Annotation Toolkit

    A toolkit for managing and manipulating text annotations

    ...It can be customized for specific tasks (e.g., named entity identification, de-identification of medical records). The goal of MAT is not to help you configure your training engine (in the default case, the Carafe CRF system) to achieve the best possible performance on your data. MAT is for "everything else": all the tools you end up wishing you had.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    TFKit

    TFKit

    Handling multiple nlp task in one pipeline

    TFKit is a tool kit mainly for language generation. It leverages the use of transformers on many tasks with different models in this all-in-one framework. All you need is a little change of config. You can use tfkit for model training and evaluation with tfkit-train and tfkit-eval. The key to combine different task together is to make different task with same data format. All data will be in csv format - tfkit will use csv for all task, normally it will have two columns, first columns is the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    anaGo

    anaGo

    Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition

    anaGo is a Python library for sequence labeling(NER, PoS Tagging,...), implemented in Keras. anaGo can solve sequence labeling tasks such as named entity recognition (NER), part-of-speech tagging (POS tagging), semantic role labeling (SRL) and so on. Unlike traditional sequence labeling solver, anaGo doesn't need to define any language-dependent features. Thus, we can easily use anaGo for any language. In anaGo, the simplest type of model is the Sequence model. Sequence model includes...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    FFMPEG-Raspberry + PHP-FFMPEG

    FFMPEG-Raspberry + PHP-FFMPEG

    Install FFMPEG on Raspbian

    .../ffmpeg-pi.sh For make PHP-FFMPEG : First make folder on you php upload video sudo mkdir /var/www/inputvideo/ sudo chmod 777 /var/www/inputvideo/ sudo mkdir /var/www/outputvideo/ sudo chmod 777 /var/www/outputvideo/ Make bash script sudo nano /usr/local/sbin/convert put this script on it ====== Script Bash ====== #/bin/bash/ in=/var/www/inputvideo/ out=/var/www/outputvideo/ cd $in; for i in *.mp4 ; do ffmpeg -i "$i" -threads 3 -c:v libx264 -preset superfast -crf 30 -c:a aac "$out${i%.*}.mp4" -y; done rm -f *.* chown -c www-data:www-data /var/www/outputvideo/*.mp4 ======= End Script ======= sudo chmod +x /usr/local/sbin/convert Make sure bash script working Put vidoe file on $input sudo convert Now put php script on your php upload script shell_exec('convert >> /dev/null 2>&1 &') Enjoy...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Format-Factory
    ...Supports 69 languages. What's new in this version: Version 4.0: 1 Added HEVC(H265) codec in MP4,MKV; 2 Improved the algorithm of default bitrate; 3 AVC,HEVC,DIVX support codec CRF mode; 4 Updated some codecs and decodecs to latest version.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
    Learn More
  • 10
    CRFasRNN

    CRFasRNN

    Semantic image segmentation method described in the ICCV 2015 paper

    CRF-RNN is a deep neural architecture that integrates fully connected Conditional Random Fields (CRFs) with Convolutional Neural Networks (CNNs) by reformulating mean-field CRF inference as a Recurrent Neural Network. This fusion enables end-to-end training via backpropagation for semantic image segmentation tasks, eliminating the need for separate, offline post-processing steps.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Ansj Chinese word segmentation

    Ansj Chinese word segmentation

    Ansj word segmentation

    ...Chinese word segmentation, name recognition, part-of-speech tagging, user-defined dictionary. This is a java implementation of Chinese word segmentation based on n-Gram+CRF+HMM. The word segmentation speed reaches about 2 million words per second (tested under mac air), and the accuracy rate can reach more than 96%. At present, it has realized the functions of Chinese word segmentation, Chinese name recognition, user-defined dictionary, keyword extraction, automatic summarization, and keyword tagging. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    rdi-exchange-prototype

    Rights Exchange prototype from the Rights Data Integration project

    Implementation in Java of a prototypical Rights Exchange as defined in the standards of the Linked Content Coalition (http://linkedcontentcoalition.org) and the Rights Data Integration project (http://www.rdi-project.org). Shows how to parse CRF-XML data containing Creation, Rights, RightsOffer, and Party data, to pose and respond to queries of a Hub, and to convert CRF-XML data into HTML for display.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    The Dynamic Ordinal Classification (DOC) Toolbox contains different sequence classification methods including Conditional Ordinal Random Fields (CORF), Hidden Conditional Ordinal Random Fields (HCORF), Conditional Random Fields (CRF) , Hidden Conditional Random Fields (HCRF) and Variable State Latent Conditional Random Fields (VSL-CRF).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Drug Extraction

    Drug name extraction

    Drug name recognition and normalisation/grounding to DrugBank ids and standard names. Package provides 2 taggers: 1. DrugTagger - CRF-based with DrugBank presence feature (see feature set for details). 2. DrugnameGazetteer - gazetteer/dictionary-based. Dictionary created from DrugBank.ca database. Both taggers include grounding/normalisation to DrugBank ids and standard names. Feature set: Word, Word-1, Word+1, Word-1_Word, Word_Word+1, DrugBankPresence, POS DrugBankPresence feature indicates the presence of the drug name in the DrugBank. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    C++, Matlab and Python library for Hidden-state Conditional Random Fields. Implements 3 algorithms: LDCRF, HCRF and CRF. For Windows and Linux, 32- and 64-bits. Optimized for multi-threading. Works with sparse or dense input features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    ML Toolbox

    Matlab toolbox for Machine Learning

    Matlab toolbox designed to simplify training, validation and testing process for multiple probabilistic models, including SVM, HMM and CRF. The toolbox is designed to work with Matlab Distributed Engine, allowing a distributed training of the probabilistic models.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    GeoSegmenter

    A Chinese word segmenter for the geoscience domain

    GeoSegmenter is a Chinese word segmenter built specifically for the geoscience domain. It uses the conditional random fields (CRF) framework to build segmentation models. GeoSegmenter is trained with manually annotated geoscience documents.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    CRF Segmenter

    An improved method for discriminating Chinese word segmenter

    CRF Segmenter is an improved method for discriminating Chinese word segmenter. We introduce some global features and context features and get almost the same performance only with much smaller corpus.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    CRF is a Java implementation of Conditional Random Fields, an algorithm for learning from labeled sequences of examples. It also includes an implementation of Maximum Entropy learning.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    CRFSharp

    CRFSharp

    CRFSharp is a .NET(C#) implementation of Conditional Random Field

    ...It encodes model parameters by L-BFGS. Moreover, it has many significant improvement than CRF++, such as totally parallel encoding, optimizing memory usage and so on. Currently, when training corpus, compared with CRF++, CRF# can make full use of multi-core CPUs and only uses very low memory, and memory grow is very smoothly and slowly while amount of training corpus, tags increase. with multi-threads process, CRF# is more suitable for large data and tags training than CRF++ now. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    WordSegment

    WordSegment

    wordseg project is a word segment module implemented by C#

    wordseg project is a word segment module implemented by C#. It is used to segment text into tokens and to label token's attribute according its context and semantic by front-maximum matching and CRF algorithms. The following are some sentences need to be segmented: 张晓晨和付仲恺一起坐在家(西坝河东里社区)里的沙发上看非诚勿扰。 百度公司的名字源于“众里寻他千百度”这诗句。 After above sentences be segmented by wordseg, the result as follows for each sentence: 张晓晨[PER] 和 付仲恺[PER] 一起 坐 在 家 ( 西坝河东里社区[LOC] ) 里 的 沙发[PDT] 上 看 非 诚 勿扰 。 百度公司[ORG] 的 名字 源于 “ 众 里 寻 他 千百度 ” 这 诗句 。 ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    The easy-to-read Java implementaion of conditional random fields written by ZHOU Yun. This project can be seen as the simplified Java version of the FlexCRFs. This project is based on the CRF package of Sunita Sarawagi and FlexCRFs of Xuan-Hieu Phan.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    crf decoder
    CRF decoder is the simplified version of CRF++, only for decoding the sequential data. It removes the training component and its correspondent codes from CRF++, which makes CRF decoder more reabable and understandable for freshman.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    CRF++ is a simple, customizable, and open source implementation of Conditional Random Fields (CRFs) for segmenting/labeling sequential data. CRF++ is designed for generic purpose and will be applied to a variety of NLP tasks.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 25
    Pocket CRF is a modified version of CRF++, it maintains the simplicity of CRF++ and is able to use high order features. Pocket M3N is a simple Max Margin Markov Networks package for sequence labeling tasks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next