CSS (Cascading Style Sheets) is a fundamental technology used to control the visual presentation and layout of web
pages, allowing developers to customize colors, fonts, spacing, and responsive designs.
HTML (HyperText Markup Language) is the backbone of web content, defining the structure and organization of text,
images, links, and other elements that form web pages.
Matplotlib is a versatile Python library used to create a wide range of static, animated, and interactive graphs and
charts, making data visualization accessible and customizable.
Ollama provides an AI model framework designed for advanced natural language processing tasks, enabling integration of
AI-driven language capabilities into applications.
Pandas is an essential data analysis and manipulation library in Python, offering powerful data structures and
functions to efficiently handle tabular data and perform complex transformations.
Python is a highly popular programming language prized for its readability and flexibility, widely used across web
development, data science, automation, and artificial intelligence.
PyTorch is a cutting-edge open-source machine learning library, offering dynamic computation graphs and GPU
acceleration to facilitate building and training deep learning models.
Requests is a simple yet powerful HTTP library for Python that streamlines sending HTTP requests, handling responses,
and interacting with APIs effortlessly.
Scikit-learn is a comprehensive machine learning library in Python that provides easy-to-use tools for data mining,
preprocessing, classification, regression, and clustering algorithms.
SQLite is a lightweight, disk-based database engine that requires no separate server process, making it ideal for
embedded and small to medium applications.
Tkinter is the standard graphical user interface toolkit for Python, enabling developers to create cross-platform
desktop applications with native look and feel.