A simple web scraping tool that extracts text from websites and YouTube videos, then summarizes it using AI.
- Install Python
- Clone this repository
- Run
pip install -r requirements.txt - Get a Google AI API key from https://makersuite.google.com/
- Create a
.envfile and add:GEMINI_API_KEY=your_api_key_here
- Run
streamlit run app.py - Enter a URL in the web interface
- Click "Start Scraping"
- Web scraping
- YouTube transcript extraction
- AI summarization
- Basic text statistics
- Ensure all dependencies are installed
- Check your API key in the
.envfile
Feel free to submit pull requests or open issues for improvements.