Pinned Repositories
albert_lstm_crf_ner
albert + lstm + crf实体识别,pytorch实现。识别的主要实体是人名、地名、机构名和时间。albert + lstm + crf (named entity recognition)
education_knowledge_graph_app
Education knowledge graph(graph display, knowledge point tracking, intelligent question and answer,questions knowledge point prediction)。k12教育学科知识图谱,图谱展示,知识点追踪,智能问答以及题目知识点预测。
gnn4lp
gnn for link prediction,图神经网络用于链接预测。
intelligent_medical
intelligent medical,智慧医疗,包括疾病搜索、相关推荐、疾病医疗问答以及智能疾病诊断等功能。
java-springboot-paddleocr
本项目利用java加载paddle-ocr的C++编译的exe文件,并利用springboot进行web部署访问。This project loads the C++ compiled version of paddle-ocr in java and makes use of springboot for web deployment.
jcorrector
jcorrector 中文文本纠错工具, Text Error Correction Tool,Spelling Check
layout_analysis
中文版面检测(Chinese layout detection),yolov8 is used to detect the layout of Chinese document images。
learning_to_rank
利用lightgbm做(learning to rank)排序学习,包括数据处理、模型训练、模型决策可视化、模型可解释性以及预测等。Use LightGBM to learn ranking, including data processing, model training, model decision visualization, model interpretability and prediction, etc.
llm_corpus_quality
大模型预训练中文语料清洗及质量评估 Large model pre-training corpus cleaning
movie_knowledge_graph_app
电影知识图谱,主要包括实体识别、实体查询、关系查询以及智能问答等。movie knowledge graph(Entity identification, graph display, and intelligent question and answer)
jiangnanboy's Repositories
jiangnanboy/intelligent_medical
intelligent medical,智慧医疗,包括疾病搜索、相关推荐、疾病医疗问答以及智能疾病诊断等功能。
jiangnanboy/java-springboot-paddleocr
本项目利用java加载paddle-ocr的C++编译的exe文件,并利用springboot进行web部署访问。This project loads the C++ compiled version of paddle-ocr in java and makes use of springboot for web deployment.
jiangnanboy/jcorrector
jcorrector 中文文本纠错工具, Text Error Correction Tool,Spelling Check
jiangnanboy/llm_corpus_quality
大模型预训练中文语料清洗及质量评估 Large model pre-training corpus cleaning
jiangnanboy/Doc-Image-Tool
文档图像处理工具(Document image processing tool),包括漂白 / 文字方向矫正 / 清晰增强 / 笔记去噪美化 / 去阴影 / 扭曲矫正 / 切边增强(DocBleach / TextOrientationCorrection / DocSharpening / HandwritingDenoisingBeautifying / DocShadowRemoval / document_image_dewarping / DocTrimmingEnhancement)。
jiangnanboy/java-springboot-paddleocr-v2
本项目利用JNI加载paddle-ocr的C++编译的dll库,并利用springboot进行web部署访问。This project uses JNI to load the C++ compiled dll libraries of paddle-ocr, and uses springboot for web deployment
jiangnanboy/text_security_audit
text security audit 安全审核-语义模型过滤 敏感内容检测系统
jiangnanboy/llm_security
利用分类法和敏感词检测法对生成式大模型的输入和输出内容进行安全检测,尽早识别风险内容。The input and output contents of generative large model are checked by classification method and sensitive word detection method to identify content risk as early as possible.
jiangnanboy/pdf_invoice_parser
pdf invoice parser,pdf-ofd发票解析。
jiangnanboy/table_structure_recognition
利用Swin-Unet(Swin Transformer Unet)实现对文档图片里表格结构的识别,Swin-unet (Swin Transformer Unet) is used to identify the document table structure
jiangnanboy/Image_KIE_LLM
利用llm大语言模型提取卡证票据关键信息。Key Information Extraction from Image with LLM(large language model).Basically, it can extract key information from all bills and documents.
jiangnanboy/movie_llm_agent
langchain agent,chatglm,neo4j实现movie qa。
jiangnanboy/ad_detect_textcnn
textcnn for advertising detection,广告检测
jiangnanboy/DataFine
数据清洗,文本审核。DataFine mainly includes a number of data processing methods including rule cleaning, sensitive word filtering, advertisement filtering, de-duplication and sensitive content functions, providing safe and reliable data for the training of Chinese corpus.
jiangnanboy/layout_detection
利用c++加载yolov8模型,进行版面检测。yolov8-c++ is used to detect the layout of Chinese document images
jiangnanboy/paper_read_note
论文阅读笔记,paper reading notes
jiangnanboy/pdf_multimodal_rag
pdf multimodal rag 【pdf多模态rag问答】
jiangnanboy/customer_support_assistant
customer support assistant是智能客服支持助手项目,利用LLM对Query的理解,去调用相应函数,实现智能客服功能。
jiangnanboy/docimg_tool
复杂背景图像漂白,文字方向矫正,清晰增强,笔记去噪美化,去阴影,扭曲矫正,去黑点以及切边增强。complex background image bleaching, text direction correction, clarity enhancement, note to blur beautification, shadow removal, distortion correction, black spots removal and cutting edge enhancement。
jiangnanboy/jiangnanboy.github.io
80+个AI人工智能实践项目,欢迎大家使用,并提出批评意见。
jiangnanboy/CPPCorrector
CPPCorrector 中文文本纠错工具, Text Error Correction Tool,Spelling Check
jiangnanboy/dbnet_crnn_java
java with dbnet, crnn for ocr.本项目利用java,javacv,onnx以及djl矩阵计算等技术加载文本检测模型dbnet与文本识别模型crnn,完成ocr的识别推理。
jiangnanboy/llm_agent_math
This project uses chatglm6b to implement a Chinese version of arithmetic and reasoning function, aiming to explore the arithmetic and reasoning ability of llm agent.
jiangnanboy/text_security_detection
text security detection
jiangnanboy/ad_detection
advertising detection,广告检测
jiangnanboy/bert_text_classification_onnx
bert text classification using onnx of(bert,albert,roberta,macbert and so on).
jiangnanboy/chinese_offensive_language_detection_onnx
Chinese Offensive Language Detection using onnx model
jiangnanboy/jiangnanboy
my github readme
jiangnanboy/pediatrics_llm_qa
Small model of pediatric consultation
jiangnanboy/JiaJiaOCR
java ocr,this project implements ocr functionality entirely in java source code, without invoking dll or exe files(此项目完全用java源代码实现ocr功能,无需调用dll或者exe文件).