Skip to content
View Afikcan's full-sized avatar

Block or report Afikcan

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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

Pinned Loading

  1. Video-Editor Video-Editor Public

    By using speech to text, I can keep the transcript of the video in json and make changes on the video by using the information I get from the json file.

    Python 1

  2. Author-predict-code Author-predict-code Public

    Forked from OmerErtekin/Author-predict-code

    That code is predict the author of the text by doing some qualification of the text.

    C

  3. CC-Fraud-Detection CC-Fraud-Detection Public

    This project uses machine learning to detect fraudulent credit card transactions. By analyzing an imbalanced dataset, it applies Logistic Regression and Random Forest models to identify fraud. Tech…

    Jupyter Notebook

  4. Global-Analysis Global-Analysis Public

    This project analyzes the relationship between religion, education, and economic welfare (HDI) across five countries. Using statistical methods, it explores how non-religiosity and education impact…

    Jupyter Notebook

  5. Question-Answer-Generation-from-Context Question-Answer-Generation-from-Context Public

    This project uses the T5 model to automatically generate context-based questions and answers. It focuses on creating relevant questions and challenging distractors for educational tools, evaluated …

    Jupyter Notebook 1

  6. RAG-Based-QA RAG-Based-QA Public

    This project implements a Retrieval-Augmented Generation (RAG) system that uses transformer models and a vector database (Pinecone) to extract information from PDFs and answer questions through a R…

    Python