You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
基于字符级卷积神经网络的细粒度的中文情感分析以及具体的应用,将顾客打分和评论情感进行两极映射,使用数据自动标注和基于弱监督预训练的数据增强方式自动扩充和优化数据集,实验证实了在情感分类中,使用本文的字符级卷积神经网络(C-CNN-SA)可以在不依赖分词的情况下,达到的精度和 F 值均高于词级粒度。并将模型上线使用,利用tensoflow+flask restful做出的后端服务化,具体的项目细节和讲解看右面的ppt
Dispatch 305 is a website to present a broker service for trucks. This repo contains the backend api developed usign Flask and Flask RESTX as an extension of Flask RESTPlus
This project develops a Flask API for predicting diabetes based on parameters like blood sugar level, BMI, and blood pressure. The API enables integration with healthcare systems for diagnosis and research purposes. It doesn't include a UI and can be accessed via Postman or similar tools.
A skin cancer detection tool which uses a convolutional neural network trained on 20K images officially annotated by healthcare pros and a Flask RESTful API with PostgreSQL as a backend. Frontend to be added soon...