KamuSEO
It's a complete visitor and SEO analytics, a great tool to analyze your site's visitors and analyze any site's information. It has the ability to analyze your own website's information. It has the ability to analyze any other website's information. It has a native API by which developers can integrate its facilities with another app. KamuSEO is an app to analyze your site visitors and analyze any site's information such as Alexa data, similar web data, whois data, social media data, Moz check, search engine index, Google page rank, IP analysis, malware check, etc. Input a domain name and you will get a js code. Copy the embedded js code and paste it into your web page. You will get a daily report about your website. You will get some bonus utility tools such as email encoder/decoder, metatag generator, tag generator, plagiarism check, valid email check, duplicate email filter, URL encoder/decoder, etc.
Learn more
GLM-OCR
GLM-OCR is a multimodal optical character recognition model and open source repository that provides accurate, efficient, and comprehensive document understanding by combining text and visual modalities into a unified encoder–decoder architecture derived from the GLM-V family. Built with a visual encoder pre-trained on large-scale image–text data and a lightweight cross-modal connector feeding into a GLM-0.5B language decoder, the model supports layout detection, parallel region recognition, and structured output for text, tables, formulas, and complicated real-world document formats. It introduces Multi-Token Prediction (MTP) loss and stable full-task reinforcement learning to improve training efficiency, recognition accuracy, and generalization, achieving state-of-the-art benchmarks on major document understanding tasks.
Learn more
Uni-1
UNI-1 is a multimodal artificial intelligence model developed by Luma AI that unifies visual generation and reasoning capabilities within a single architecture, representing a step toward multimodal general intelligence. It was designed to overcome the limitations of traditional AI pipelines, where language models, image generators, and other systems operate independently without shared reasoning. UNI-1 integrates these capabilities so that language, visual understanding, and image generation work together inside one system, allowing the model to reason about scenes, interpret instructions, and generate visual outputs that follow logical and spatial constraints. At its core, UNI-1 is a decoder-only autoregressive transformer that processes text and images as a single interleaved sequence of tokens, enabling the model to treat language and visual information within the same computational framework rather than through separate encoders.
Learn more
CodeT5
Code for CodeT5, a new code-aware pre-trained encoder-decoder model. Identifier-aware unified pre-trained encoder-decoder models for code understanding and generation. This is the official PyTorch implementation for the EMNLP 2021 paper from Salesforce Research. CodeT5-large-ntp-py is specially optimized for Python code generation tasks and employed as the foundation model for our CodeRL, yielding new SOTA results on the APPS Python competition-level program synthesis benchmark. This repo provides the code for reproducing the experiments in CodeT5. CodeT5 is a new pre-trained encoder-decoder model for programming languages, which is pre-trained on 8.35M functions in 8 programming languages (Python, Java, JavaScript, PHP, Ruby, Go, C, and C#). In total, it achieves state-of-the-art results on 14 sub-tasks in a code intelligence benchmark - CodeXGLUE. Generate code based on the natural language description.
Learn more