vision-sentiment-analysis-googleapi:使用Google Vision Api对图像进行情感分析

时间:2024-06-04 17:25:57
【文件属性】:

文件名称:vision-sentiment-analysis-googleapi:使用Google Vision Api对图像进行情感分析

文件大小:1.18MB

文件格式:ZIP

更新时间:2024-06-04 17:25:57

Python

使用Google Vision Api对图像进行情感分析 图像识别在图像中寻找人并分析其情绪或情感的应用。 此仓库使用Google平台的Vision服务执行该任务。 给定图像,它将搜索面部,识别面部,在其位置放置一个矩形并描述发现的情绪。 一些示例如下所示。 从网络摄像头 从特定图像 要求 Python 2.7 具有python绑定的OpenCV 3.0+(需要可视化图像/视频) 脾气暴躁的 Google Cloud客户端python库 Google Vision Api凭证 要安装python依赖项,只需执行以下命令: pip install -R requirements.txt 您需要Google Vision Api凭据,因此必须在google cloud门户中创建一个帐户和一个项目,并且需要将Vision服务添加到该项目中。 最后,您将获得一个带有完整信息的credent


【文件预览】:
vision-sentiment-analysis-googleapi-master
----.gitignore(7B)
----requirements.txt(19B)
----output()
--------output_Happy.jpg(68KB)
--------output_Angry.jpg(51KB)
--------output_Surprised.jpg(20KB)
--------output_No sentiment.jpg(27KB)
--------output_Sad.jpg(12KB)
----LICENSE(1KB)
----README.md(5KB)
----imgs()
--------people.jpg(88KB)
--------surprised.jpg(53KB)
--------happy.jpg(15KB)
--------sorrow.jpg(5KB)
--------Emotions.gif(366KB)
--------noemo.jpg(22KB)
--------angry.jpg(97KB)
----main_image.py(3KB)
----main.py(3KB)
----instructions()
--------apis4.png(69KB)
--------apis1.png(116KB)
--------apis2.png(84KB)
--------apis5.png(44KB)
--------apis0.png(50KB)
--------README.md(2KB)
--------apis3.png(50KB)

网友评论