Skip to content

realtime llm-powered fact-checking & emotional analysis

Notifications You must be signed in to change notification settings

minor/transparify

Repository files navigation

Transparify

Transparify provides realtime livestream fact-checking and emotional analysis for a more informed and transparent viewing experience.

Built in ~24 hours @ Cal Hack's AI Hackathon. Won $10k "Best Use of You.com's APIs" Grand Prize and an honorable mention from Groq.

transparify-demo.mp4

Tech Stack

  • Framework: Next.js
  • APIs: Groq, Hume, You.com
  • Styling: Tailwind CSS

How it works

transparify-diagram

Running Locally

Cloning the repository to local machine.

git clone https://github.com/minor/transparify.git
cd transparify

Getting API Keys.

The following environment variables are used in this project:

  • NEXT_PUBLIC_GROQ_API_KEY: API key for accessing Groq services. Get one here.
  • NEXT_PUBLIC_HUME_API_KEY: API key for accessing Hume's services. Get one here.
  • YOU_DOT_COM_API_KEY: API key for accessing You.com services. Get one here.

Rename .env.example and populate the values. Warning: Remember to check the docs about public environment variables before you deploy to production.

Installing dependencies.

bun install

Running the application.

Then, run the application in the terminal and it will be available at http://localhost:3000.

bun run dev

Additional Notes

  • We were trying to target the following problem: Misinformation and disinformation through livestreams is incredibly rampant.
  • We think this idea is just a proof-of-concept. The integration may not be the best, but we believe there is definitely a future in which this service is commonly used and extremely impactful.
    • Imagine opening up your TV and there is real-time information on the side of news broadcasts, where there is important information being added that could change the trajectory of your life.
    • It’s very important to keep the general public informed and stop the spread of misinformation/disinformation, and we think that Transparify is the first novel project at envisioning how LLMs can curb this in the future.

About

realtime llm-powered fact-checking & emotional analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published