Vidword, a cutting-edge platform built with Next.js, Express.js, FastAPI, GeminiAI, LangChain+, and OpenAI API, that revolutionizes YouTube video summarization. Users submit links, prompting transcriptions and GeminiAI-driven summaries. LangChain+ and OpenAI facilitate interactive Q&As. Community-generated summaries create a knowledge hub. Vidword's unique ChatGPT integration enhances natural language conversations, offering a comprehensive and interactive user experience.
- 🔗 YouTube Link Processing
- 📝 Automatic Video Transcription
- 📊 Concise Summaries with GeminiAI
- 💡 Interactive Q&A using LangChain+ and OpenAI API
- 🌐 Community-Generated Content Repository
- 💬 Proprietary ChatGPT Integration for Natural Conversations
- 🎯 Focus on Accessibility and User Experience
- 🧠 AI-Driven Insights for Enhanced Understanding
- 🔍 Searchable Database of Video Summaries
- 🤝 Collaborative and Interactive Platform
Check out Vidword in action: Link
- Clone the Vidword repository:
git clone https://github.com/VidwordTeam/vidword.git
cd vidword
This project is deployed using Vercel.
- Click the "Deploy with Vercel" button above.
- Follow the instructions to deploy your project.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- If you have suggestions for adding or removing something, feel free to open an issue to discuss it, or directly create a pull request with the necessary changes.
- Create individual PR for each suggestion.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request