MCPcopy Index your code
hub / github.com/JimmyLv/BibiGPT-v1

github.com/JimmyLv/BibiGPT-v1 @v2.38.0 sqlite

repository ↗ · DeepWiki ↗ · release v2.38.0 ↗
134 symbols 411 edges 95 files 2 documented · 1%
README

🤖 BibiGPT: 1-Click AI Summary for Audio/Video & Chat with Learning Content https://bibigpt.co

🎉 Effortlessly summarize YouTube videos with our AI-driven Video Summarizer. Also works for Podcasts, Twitter, Meetings, Lectures, Tiktok videos, and more. Discover a smarter way to learn with ChatGPT, your best AI-powered study companion! (formerly BiliGPT) "stream-saving artifact & class representative".

Alternate address: https://b.jimmylv.cn


🤖 BibiGPT · AI 音视频内容一键总结 & 对话 https://bibigpt.co

🎉 ChatGPT AI 音视频一键总结,轻松学习哔哩哔哩丨YouTube丨本地视频丨本地音频丨播客丨小红书丨抖音丨会议丨讲座丨网页等任意内容。BibiGPT 助力于成为最好的 AI 学习助理,支持免费试用!(原 BiliGPT 省流神器 & AI 课代表)(支持 iOS 快捷指令 & 微信服务号)。

备用地址:https://b.jimmylv.cn


🎬 This project summarizes YouTube/Bilibili/Twitter/TikTok/Podcast/Lecture/Meeting/... videos or audios for you using AI.

🤯 Inspired by Nutlope/news-summarizer & zhengbangbo/chat-simplifier & lxfater/BilibiliSummary

BibiGPT音视频总结神器

🚀 First Launch: 【BibiGPT】AI 自动总结 B 站视频内容,GPT-3 智能提取并总结字幕

How it works

This project uses the OpenAI ChatGPT API (specifically, gpt-3.5-turbo) and Vercel Edge functions with streaming and Upstash for Redis cache and rate limiting. It fetches the content on a Bilibili video, sends it in a prompt to the GPT-3 API to summarize it via a Vercel Edge function, then streams the response back to the application.

Saving costs

Projects like this can get expensive so in order to save costs if you want to make your own version and share it publicly, I recommend three things:

  • [x] 1. Implement rate limiting so people can't abuse your site
  • [x] 2. Implement caching to avoid expensive AI re-generations
  • [x] 3. Use text-curie-001 instead of text-dacinci-003 in the summarize edge function

Running Locally

After cloning the repo, go to OpenAI to make an account and put your API key in a file called .env.

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

npm run dev

Deployment

Deploy the example using Vercel

Setup the env variables, by following the ./example.env file.

Support -> Contact Me

Star History

Star History Chart

Contributors

This project exists thanks to all the people who contribute.

Extension points exported contracts — how you extend this code

CommandDialogProps (Interface)
(no doc)
components/ui/command.tsx
Options (Interface)
(no doc)
utils/fetchWithTimeout.ts
BilibiliVideoInfo (Interface)
(no doc)
lib/bilibili/fetchBilibiliSubtitleUrls.ts
PromptConfig (Interface)
(no doc)
lib/openai/prompt.ts
State (Interface)
(no doc)
hooks/use-toast.ts
ButtonProps (Interface)
(no doc)
components/ui/button.tsx
ChatGPTMessage (Interface)
(no doc)
lib/openai/fetchOpenAIResult.ts
Toast (Interface)
(no doc)
hooks/use-toast.ts

Core symbols most depended-on inside this repo

cn
called by 41
lib/utils.ts
toast
called by 14
hooks/use-toast.ts
useAnalytics
called by 8
components/context/analytics.tsx
useLocalStorage
called by 7
hooks/useLocalStorage.ts
useToast
called by 6
hooks/use-toast.ts
dispatch
called by 5
hooks/use-toast.ts
find
called by 4
utils/fp.ts
redirectShop
called by 3
middleware.ts

Shape

Function 120
Interface 9
Class 2
Enum 2
Method 1

Languages

TypeScript100%

Modules by API surface

hooks/use-toast.ts10 symbols
pages/[...slug].tsx6 symbols
lib/openai/fetchOpenAIResult.ts6 symbols
lib/openai/prompt.ts5 symbols
lib/openai/getSmallSizeTranscripts.ts5 symbols
utils/reduceSubtitleTimestamp.ts3 symbols
pages/_document.tsx3 symbols
middleware.ts3 symbols
hooks/useSummarize.ts3 symbols
components/ui/dialog.tsx3 symbols
components/ui/command.tsx3 symbols
utils/fp.ts2 symbols

Dependencies from manifests, versioned

@hookform/resolvers2.9.11 · 1×
@next/font13.1.5 · 1×
@radix-ui/react-dialog1.0.2 · 1×
@radix-ui/react-label2.0.0 · 1×
@radix-ui/react-popover1.0.4 · 1×
@radix-ui/react-slider1.1.1 · 1×
@radix-ui/react-switch1.0.1 · 1×
@radix-ui/react-toast1.1.2 · 1×
@segment/analytics-next1.51.1 · 1×
@semantic-release/changelog6.0.2 · 1×

For agents

$ claude mcp add BibiGPT-v1 \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact