DinosaurAI
Youtube Summary
This is the fascinating AI-powered video summarization. Using cutting-edge machine learning and natural language processing techniques, turn lengthy YouTube videos into concise, informative summaries. Embarking on the journey to create an AI-powered YouTube summary service with Django has been an incredible experience. Here's a detailed look at our learning process, from conceptualization to deployment.
1.Idea Generation
The idea was to create a platform that summarizes lengthy YouTube videos using AI, making it easier for users to get the key points quickly.
2.Login
Implementing user authentication was crucial to provide a personalized experience. Use utilized Django’s built-in authentication system.

3.Registration
Implementing user authentication was crucial to provide a personalized experience. Use utilized Django’s built-in authentication system.

4.AI-Powered Summarization
Using the AssemblyAI to transcribe the audio from YouTube videos.I implemented summarization using the OpenAI Chatgpt API.To enhance the accuracy of our summaries,i explored fine-tuning pre-trained models on custom datasets. This involved adjusting the models to better understand the specific types of content we were summarizing.

5.Storing and Retrieving Summaries
We designed our database schema to efficiently store user data, video transcripts, and summaries. Using PostgreSQL ensured reliable data management and querying.
