Project Tag: python
All the projects with the tag "python".
ToonSuggest - Animation Movie Recommender System v1.0
Published: 30 min readToonSuggest is a simple, lightweight, and interactive movie recommender system designed for animation and cartoon titles using IMDb datasets. Built using Python and Tkinter, it allows you to train a recommendation model and get suggestions for similar titles based on textual similarity and user ratings.
Flow-Optix - Conceptual Optimization of SDN Traffic Using Multi-Strategy Flow Routing v1.2.0
Published: 4 min readFlow-Optix is a conceptual Python-based simulation and visualization tool for optimizing Software-Defined Networking (SDN) traffic using multiple routing strategies. It allows users to compare the network impact of four algorithms—Shortest Path, Load Balancing, Congestion Avoidance, and Q-Learning—under randomized traffic flow conditions. The tool emphasizes educational clarity, algorithmic transparency, and visual interpretability.
RedBERT - Summarize & Sentiment Analyzer v1.0
Updated: 4 min readA Python GUI application using BERT (via HuggingFace Transformers) to summarize input text and perform sentiment analysis. Clean interface, customizable red theme, and easy-to-use layout.
RedRoute - Network Shortest Path Finder v1.0
Published: 4 min readRedRoute is a conceptual network simulation tool designed to visualize and compute the shortest path between two hosts in a complex network topology. Built using Python, NetworkX, Tkinter, and Matplotlib, RedRoute helps users better understand network routing by visualizing paths, nodes, and their interconnections.