artursniegowski /
Mastering_Python_through_Projects
This is a repository of professional projects that can be used as ideas to further your Python skills and master this versatile scripting language (Python).
40/100 healthLoading repository data…
hamadkha / repository
This project is a powerful tool that provides concise summaries for YouTube videos and websites. It leverages the speed of the Groq API and the intelligence of the Llama 3.1 model to deliver high-quality summaries through both a simple web interface and a command-line application.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This project is a powerful tool that provides concise summaries for YouTube videos and websites. It leverages the speed of the Groq API and the intelligence of the Llama 3.1 model to deliver high-quality summaries through both a simple web interface and a command-line application.
Here's a look at the web interface in action:
Follow these instructions to get the project up and running on your local machine.
Clone the repository:
git clone <your-repository-url>
cd <your-repository-name>
Install the dependencies:
pip install -r requirements.txt
Set up your environment variables:
.env in the root of the project..env file as follows:
GROQ_API_KEY="your_groq_api_key_here"
You can use the summarizer through the web application or the command-line interface.
python app.py
http://127.0.0.1:5000.Run the script from your terminal with the URL as an argument:
python src/summarizer.py <URL_to_summarize>
Selected from shared topics, language and repository description—not editorial ratings.
artursniegowski /
This is a repository of professional projects that can be used as ideas to further your Python skills and master this versatile scripting language (Python).
40/100 healthSudeeth-R /
FitBot is a comprehensive fitness chatbot designed to help users stay on track with their fitness goals. This project, built using Flask, provides quick and accurate responses to user queries related to fitness. It also includes a BMI calculator and interactive quiz pages, making it a multifunctional fitness assistant.
31/100 healthExample:
python src/summarizer.py https://www.youtube.com/watch?v=dQw4w9WgXcQ
pytube, youtube-transcript-api, beautifulsoup4seanwmitchell /
Building upon my previous project (https://github.com/seanwmitchell/web_scraping). This is a Python 3 app, that scapes data from Vietnamese online retailer Tiki. The html is downloaded using Re, parsed by BeautifulSoup, saved into a PostgreSQL database and presented using a Flask App.
31/100 health