Python
AI / ML
Intermediate
Popular
HydeJack-Site
Hydejack is built on Open Source software - a beautifully crafted Jekyll theme for developers and designers with PRO and free tiers.
~592 KB
# HydeJack-Site - Hoopsiper.com
# Open Source Jekyll Theme for Developers & Designers
jekyll_theme = "Hydejack"
features = ["responsive design", "dark mode", "blog system", "portfolio layout"]
tech_stack = ["Jekyll", "HTML", "CSS", "JavaScript"]
# ... customization, layouts, deployment
Python
AI / ML
Intermediate
LLMs From Scratch
Code for developing, pretraining, and finetuning a GPT-like LLM. Official repository for the book "Build a Large Language Model".
~449 KB
# LLMs From Scratch - Hoopsiper.com
# Build, Pretrain, and Finetune a GPT-like Model
import torch, numpy as np
model = "GPT-like LLM"
stages = ["tokenization", "training", "pretraining", "finetuning"]
use_case = "large language model development"
# ... architecture, training loop, evaluation
Python
AI / ML
Intermediate
Netflix Movie Recommender
Content-based recommender system with sentiment analysis on user reviews - a complete end-to-end ML project ready to deploy.
~939 KB
# Netflix Movie Recommender - Hoopsiper.com
# Content-Based Recommendation System with Sentiment Analysis
import pandas as pd, numpy as np
model_type = "content-based filtering"
features = ["movie similarity", "user preferences", "sentiment analysis"]
stack = ["Python", "NLP", "Machine Learning"]
# ... preprocessing, vectorization, recommendation logic, deployment
Python
Beginner
Theme Academic CV - Portfolio
The Academic CV template is designed for impact. Whether you're an AI researcher, a recent graduate, or a seasoned professor, this is the last resumé you'll ever need.
~984 KB
# Theme Academic CV - Hoopsiper.com
# Professional Portfolio & Resume Template
template = "Academic CV"
use_case = ["researchers", "graduates", "professors"]
features = ["clean layout", "portfolio sections", "resume builder"]
# ... customization, sections, deployment
Python
AI / ML
Intermediate
RideFlex – Smart Car Rentals
RideFlex is built for convenience and flexibility. From short-term rentals to long journeys, find the perfect car with easy booking, real-time availability, and reliable service.
~569 KB
# RideFlex - Hoopsiper.com
# Smart Car Rental Platform for Easy Booking
platform = "car rental system"
features = ["real-time booking", "vehicle selection", "pricing transparency"]
use_case = ["daily travel", "business trips", "long drives"]
# ... booking flow, availability check, payment integration
Python
AI / ML
Intermediate
Jarvis Desktop Voice Assistant - Python
This project is simple desktop voice assistant built with python named as “Jarvis Desktop Voice Assistant”. This project is fully completed and error free. It was compiled in VS Code Editor.
~8.6 MB
# Jarvis Desktop Voice Assistant — Hoopsiper.com
# Python-Based Voice Assistant for Desktop Automation
import speech_recognition as sr, pyttsx3
assistant = "Jarvis"
features = ["voice commands", "task automation", "speech response"]
use_case = ["open apps", "search web", "system control"]
# ... speech recognition, command processing, execution
Python
AI / ML
Intermediate
Python-Phone Number-Tracker-App
Phone Number Tracker is a Python-powered application that helps you identify the location, carrier, and region of any phone number instantly. Using libraries like phonenumbers and APIs for geolocation, it provides accurate, real-time insights in a simple
~1.6 MB
# Phone Number Tracker — Hoopsiper.com
# Python App to Detect Location, Carrier, and Region
import phonenumbers
from phonenumbers import geocoder, carrier
app_type = "phone number tracker"
features = ["location detection", "carrier identification", "region lookup"]
use_case = ["number verification", "geo insights", "network details"]
# ... parsing, geolocation, API integration
Python
AI / ML
Intermediate
To-Do App
To-Do App is a simple and efficient Python-based task management system that helps users organize daily activities
~4.6 MB
# To-Do App — Hoopsiper.com
# Simple Task Management System in Python
app_type = "task manager"
features = ["add tasks", "update tasks", "delete tasks", "mark complete"]
use_case = ["daily planning", "task tracking", "productivity"]
# ... task handling, storage, user interaction
Python
AI / ML
Intermediate
Placement Portal Management
Placement Portal Management is a Python-based system designed to streamline campus recruitment. It helps manage student profiles, job postings, recruiter data, and placement results efficiently
~3.6 MB
# Placement Portal Management — Hoopsiper.com
# Campus Recruitment Management System in Python
system = "placement portal"
features = ["student profiles", "job postings", "recruiter management", "placement tracking"]
use_case = ["campus recruitment", "application management", "result tracking"]
# ... authentication, database, dashboard, workflow