Skip to content
View Oprokopop's full-sized avatar

Block or report Oprokopop

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. AI-News-Topic-Classifier AI-News-Topic-Classifier Public

    An AI tool that classifies news articles into topics using Hugging Face’s zero-shot classification pipeline. Provide the article text, and the model will return the most likely topics (e.g., politi…

    Python

  2. AI-Face-Age-Estimator AI-Face-Age-Estimator Public

    A tool that estimates the age range of faces in an image using pre-trained deep learning models via OpenCV’s DNN module. (Make sure to download the required model files for age estimation.)

    Python

  3. AI-Music-Genre-Predictor AI-Music-Genre-Predictor Public

    A tool that extracts audio features from a music file using Librosa. (This sample demonstrates feature extraction; you can integrate a pre-trained model to predict the genre based on these features.)

    Python

  4. AI-Chatbot-Factual-Checker AI-Chatbot-Factual-Checker Public

    An AI-powered tool that checks the factual consistency of a statement using OpenAI's GPT-4 API. It analyzes whether the given statement is true, false, or misleading.

    Python

  5. AI-Dataset-Summarizer AI-Dataset-Summarizer Public

    An AI tool that reads a CSV dataset, computes basic statistics, and generates a concise summary using OpenAI’s GPT-4 API. This helps quickly understand key insights from your data.

    Python