41 skills found · Page 1 of 2
Hoper-J / AI Guide And Demos Zh CN这是一份入门AI/LLM大模型的逐步指南,包含教程和演示代码,带你从API走进本地大模型部署和微调,代码文件会提供Kaggle或Colab在线版本,即便没有显卡也可以进行学习。项目中还开设了一个小型的代码游乐场🎡,你可以尝试在里面实验一些有意思的AI脚本。同时,包含李宏毅 (HUNG-YI LEE)2024生成式人工智能导论课程的完整中文镜像作业。
floydwch / Kaggle Cli(Deprecated, use https://github.com/Kaggle/kaggle-api instead) An unofficial Kaggle command line tool.
RodolfoFerro / Psychopathology Fer Assistant[WINNER! 🏆] Psychopathology FER Assistant. Because mental health matters. My project submission for #TFWorld TF 2.0 Challenge at Devpost.
mkearney / Kaggler🏁 API client for Kaggle
kaushikjadhav01 / Movie Recommendation ChatbotMovie Recommendation Chatbot provides information about a movie like plot, genre, revenue, budget, imdb rating, imdb links, etc. The model was trained with Kaggle’s movies metadata dataset. To give a recommendation of similar movies, Cosine Similarity and TFID vectorizer were used. Slack API was used to provide a Front End for the chatbot. IBM Watson was used to link the Python code for Natural Language Processing with the front end hosted on Slack API. Libraries like nltk, sklearn, pandas and nlp were used to perform Natural Language Processing and cater to user queries and responses.
54yyyu / Kaggle MCPKaggle-MCP: Connect Claude AI to the Kaggle API through the Model Context Protocol (MCP), enabling competition, dataset, and kernel operations through the AI interface.
vintagedon / Steam Dataset 2025A modernized version of the 2019 Kaggle Steam Store Games dataset, built using current Steam APIs and multi-modal database architecture. Features complete catalog collection, vector embeddings for semantic search, and graph analysis of gaming industry relationships.
nataliasverchkova / On Using Google ColabFor noobs like me: how to connect your google drive to Colab and download data with kaggle API
yu-iskw / Click Through Rate PredictionKaggle's click through rate prediction with Spark Pipeline API
longNguyen010203 / Youtube Recommend Master ETL PipelineA Data Engineering Project that implements an ETL data pipeline using Dagster, Apache Spark, Streamlit, MinIO, Metabase, Dbt, Polars, Docker. Data from kaggle and youtube-api
Bill-Klay / Skincare Recommendation Android ApplicationSkincare recommendation android application that uses dataset from Kaggle and scrapped data from cosmetics websites to work a Tf-IDF vectorizer for content based filtering, and KNN and Decision trees for collaborative based filtering. The notebook also contains other approaches for POC including SVD. Backend APIs are based on Flask, Android application is made using Java with Android Studio whereas Firebase acts as the database and the middleware for relaying login information as well to serve the data to the application.
viyiviyi / ChatGLM 6B Api Kaggle在kaggle部署ChatGLM API,和ChatGPT api使用相同的调用方式
eufouria / Toxic Text ClassificationAPI for toxic text classification, utilized pre-trained Distilbert and trained on Kaggle datasets. It helps identify and handle toxic content.
supuna97 / Divorce PredictionThe aim of this machine learning application is that it can use to predict divorce. The dataset is the Divorce Prediction dataset by Larxel from the website: Kaggle. There are few models tested when developing the application, including Tree-based models like Decision trees, Random forest, XGBoost and a binary classification model called Logistic Regression. In addition, there are some data pre-processing techniques also used to analyze and normalize the dataset. Then, after applying the normalized datasets to all the models and predicting, some model optimizing methods used to get more accuracy. To build the final application, I have used the Flask framework in Python to expose the model via a REST web API. And i have used Reactjs framework to view frontend. To run as an artefact, I have used the requirements.txt technique in Pip dependency management.
shepsci / Kaggle SkillComplete Kaggle integration skill for AI coding agents — account setup, competition reports, dataset/model downloads, notebook execution, submissions, and badge collection. Works with Claude Code, Gemini CLI, Cursor, Codex, and 35+ agents via skills.sh.
mattsse / Kaggle Rsunofficial rust bindings for the kaggle api
DeviSuhithaChundru / Retail Data Analytics Project Python SQL IntegrationEnd-to-end data analytics project using Python and SQL. Utilized Kaggle API to fetch retail data, pandas for cleaning and transformation, and SQL Server for storage and querying. Advanced SQL queries provided actionable insights, showcasing skills in data processing, database management, and analytical problem-solving for real-world datasets.
JenspederM / KaggleRWrapper for Kaggle's API
bonn0062 / Colab Kaggle ApiGetting up and running with Kaggle in Google Colab
TasnimAhmedEee / House Price PredictionKaggle challenge of House Prices: Advanced Regression Techniques is solved using ANN models with only low-level APIs of TensorFlow. The predicted test-result scored 0.1190 in Kaggle leaderboard.