Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emimudev/youfeel
Integrated sentiment analyzer on YouTube
https://github.com/emimudev/youfeel
midudev-cohere-2023 nextjs react
Last synced: 3 months ago
JSON representation
Integrated sentiment analyzer on YouTube
- Host: GitHub
- URL: https://github.com/emimudev/youfeel
- Owner: emimudev
- Created: 2023-02-02T02:04:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-29T04:51:10.000Z (about 1 year ago)
- Last Synced: 2023-12-29T05:21:01.177Z (about 1 year ago)
- Topics: midudev-cohere-2023, nextjs, react
- Language: JavaScript
- Homepage: https://youfeel.vercel.app
- Size: 396 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
YouFeel is a sentiment analyzer integrated with the YouTube API. The analysis is performed by co:here's AI services. The project is built with Next.js, Tailwindcss, co:here and the YouTube API.## Features
- Display the dislikes of videos.
- Comment classification.
- Graphical representation of data.
- Video search.## Environment Variables
It is necessary to set the following environment variables in order to run the application.
`NEXT_PUBLIC_YT_KEY_SEARCH` YouTube's API KEY that handles video searches.
`NEXT_PUBLIC_YT_KEY_VIDEO` YouTube's API KEY that retrieves information about a specific video.
`NEXT_PUBLIC_YT_KEY_COMMENTS` YouTube's API KEY that retrieves the comments of a video.
`NEXT_PUBLIC_COHERE_KEY` The co:here API KEY to use its artificial intelligence services.
## Run locally
Run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.