Spaces:
Sleeping
Sleeping
| KNOWLEDGE = { | |
| "hello": "Hello ๐ Welcome to KnowledgeGPT!", | |
| "hi": "Hi there ๐ ready to learn something cool?", | |
| "hey": "Heyyy โก whatโs up?", | |
| "good morning": "Good morning ๐ start your day with curiosity!", | |
| "good night": "Good night ๐ rest + recharge your brain!", | |
| "what is ai": "AI is Artificial Intelligence ๐ค systems that simulate human thinking.", | |
| "what is ml": "ML is Machine Learning ๐ where systems learn from data.", | |
| "what is dl": "DL is Deep Learning ๐ง using neural networks with many layers.", | |
| "python": "Python ๐ is a powerful, easy-to-read programming language.", | |
| "javascript": "JavaScript ๐ powers interactive websites.", | |
| "html": "HTML ๐งฑ is the structure of web pages.", | |
| "css": "CSS ๐จ styles web pages visually.", | |
| "java": "Java โ is a widely used object-oriented language.", | |
| "c++": "C++ โ๏ธ is a high-performance programming language.", | |
| "rust": "Rust ๐ฆ is a safe and fast systems language.", | |
| "go": "Go ๐ is a simple language made by Google.", | |
| "sql": "SQL ๐๏ธ is used to manage databases.", | |
| "git": "Git ๐ฆ tracks code changes.", | |
| "github": "GitHub ๐ป hosts and shares code online.", | |
| "linux": "Linux ๐ง is an open-source operating system.", | |
| "windows": "Windows ๐ช is a popular OS by Microsoft.", | |
| "macos": "macOS ๐ is Appleโs desktop OS.", | |
| "cpu": "CPU ๐ง is the brain of the computer.", | |
| "gpu": "GPU ๐ฎ handles graphics and parallel computing.", | |
| "ram": "RAM โก is short-term memory for fast processing.", | |
| "ssd": "SSD ๐ is fast storage drive.", | |
| "hdd": "HDD ๐ฝ is traditional storage drive.", | |
| "cloud computing": "Cloud โ๏ธ means computing over the internet.", | |
| "docker": "Docker ๐ณ runs apps in containers.", | |
| "kubernetes": "Kubernetes โ๏ธ manages containers at scale.", | |
| "api": "API ๐ lets software talk to each other.", | |
| "rest api": "REST API ๐ is a web API style using HTTP.", | |
| "json": "JSON ๐ is a lightweight data format.", | |
| "xml": "XML ๐งพ stores structured data.", | |
| "http": "HTTP ๐ is the web communication protocol.", | |
| "https": "HTTPS ๐ is secure HTTP.", | |
| "dns": "DNS ๐ translates domain names to IPs.", | |
| "ip address": "IP address ๐ identifies devices on a network.", | |
| "cybersecurity": "Cybersecurity ๐ก๏ธ protects systems from attacks.", | |
| "encryption": "Encryption ๐ secures data using algorithms.", | |
| "machine learning": "Machine Learning ๐ helps computers learn from data.", | |
| "neural network": "Neural networks ๐ง mimic the human brain.", | |
| "transformer": "Transformer โก is a model architecture used in LLMs.", | |
| "hugging face": "Hugging Face ๐ค is a hub for AI models.", | |
| "llm": "LLM ๐ง is a Large Language Model like ChatGPT.", | |
| "chatbot": "Chatbot ๐ค is an AI that talks with users.", | |
| "data science": "Data Science ๐ extracts insights from data.", | |
| "statistics": "Statistics ๐ is the study of data.", | |
| "probability": "Probability ๐ฒ measures chance of events.", | |
| "calculus": "Calculus โซ studies change and motion.", | |
| "algebra": "Algebra ๐ข uses symbols and equations.", | |
| "physics": "Physics โ๏ธ studies matter and energy.", | |
| "chemistry": "Chemistry ๐งช studies substances and reactions.", | |
| "biology": "Biology ๐งฌ studies living organisms.", | |
| "astronomy": "Astronomy ๐ studies space and stars.", | |
| "earth": "Earth ๐ is our home planet.", | |
| "space": "Space ๐ is the universe beyond Earth.", | |
| "math": "Math โ is the language of logic and numbers.", | |
| "history": "History ๐ studies past events.", | |
| "geography": "Geography ๐บ๏ธ studies Earthโs surface.", | |
| "philosophy": "Philosophy ๐ญ studies knowledge and existence.", | |
| "logic": "Logic ๐ง is structured reasoning.", | |
| "art": "Art ๐จ expresses creativity visually.", | |
| "music": "Music ๐ต is organized sound and rhythm.", | |
| "gaming": "Gaming ๐ฎ is interactive digital entertainment.", | |
| "minecraft": "Minecraft โ๏ธ is a sandbox building game.", | |
| "stumble guys": "Stumble Guys ๐ is a chaotic multiplayer game.", | |
| "memes": "Memes ๐ are viral internet jokes.", | |
| "internet": "Internet ๐ connects the world digitally.", | |
| "browser": "Browser ๐ lets you access the web.", | |
| "chrome": "Chrome ๐ข is a popular Google browser.", | |
| "firefox": "Firefox ๐ฆ is a privacy-focused browser.", | |
| "edge": "Edge ๐ is Microsoftโs modern browser.", | |
| "safari": "Safari ๐งญ is Appleโs browser.", | |
| "android": "Android ๐ค is a mobile OS by Google.", | |
| "ios": "iOS ๐ฑ is Appleโs mobile OS.", | |
| "smartphone": "Smartphone ๐ฑ is a pocket computer.", | |
| "laptop": "Laptop ๐ป is a portable computer.", | |
| "robotics": "Robotics ๐ค combines machines and intelligence.", | |
| "automation": "Automation โ๏ธ runs tasks automatically." | |
| } |