MCPcopy Create free account

hub / github.com/Likhithsai2580/JARVIS / functions

Functions155 in github.com/Likhithsai2580/JARVIS

↓ 9 callersFunctionChatGpt
(message: str)
llm/chatgpt.py:198
↓ 9 callersFunctionoff
(text)
func/speak/speakoff.py:12
↓ 7 callersMethodadd_message
(self, role: str, content: str, base64_image: str = "")
func/rawdog/RawDog.py:11
↓ 5 callersFunctionexecute_code_with_cache
(code)
jarvis_main.py:204
↓ 5 callersMethodload_gif
(self, path, label)
main.py:70
↓ 5 callersMethodopen_url
(self, url)
main.py:86
↓ 4 callersFunctionChatGpt
(message: str)
func/OF/llm/chatgpt.py:159
↓ 4 callersFunctionListen
()
func/basic/listenpy.py:5
↓ 4 callersMethodadd
(self, docs:list[str],metadatas:list[dict[str, str]]|None = None, ids:list[str]|None = None)
func/codebrew/db/DbCls.py:63
↓ 4 callersFunctionbag_of_words
return bag of words array: 1 for each known word that exists in the sentence, 0 otherwise example: sentence = ["hello", "how", "a
data/chatbot/nltk_utils.py:26
↓ 4 callersFunctioncached_function
(key, func, *args, **kwargs)
jarvis_main.py:195
↓ 4 callersFunctiontokenize
split sentence into array of words/tokens a token can be a word or punctuation character, or number
data/chatbot/nltk_utils.py:7
↓ 3 callersFunctionexecute_code_with_cache
(code)
func/OF/screenshare.py:24
↓ 3 callersFunctionexecute_code_with_cache
(code)
func/OF/eye.py:24
↓ 3 callersFunctionfilter
(txt)
llm/filter.py:3
↓ 3 callersFunctionlistdir
()
func/rawdog/prompts.py:12
↓ 3 callersFunctionstem
stemming = find the root form of the word examples: words = ["organize", "organizes", "organizing"] words = [stem(w) for w in wor
data/chatbot/nltk_utils.py:15
↓ 2 callersFunctioncached_function
(key, func, *args, **kwargs)
func/OF/screenshare.py:15
↓ 2 callersFunctioncached_function
(key, func, *args, **kwargs)
func/OF/eye.py:15
↓ 2 callersFunctionfilter
(txt)
func/OF/llm/filter.py:3
↓ 2 callersMethodopen
(self, index)
generation_of_images.py:36
↓ 2 callersMethodrun
(self, prompt: str)
func/rawdog/RawDog.py:12
↓ 2 callersFunctionstart_work
(topic)
agents/agent.py:20
↓ 2 callersFunctionstartinfoPrompt
()
func/rawdog/prompts.py:64
↓ 1 callersFunctionChatGpt
(message:str)
agents/llm_for_agent.py:67
↓ 1 callersFunctionEye
(q)
func/OF/eye.py:28
↓ 1 callersFunctionGoogleSearch
(q)
func/OF/dataonline.py:20
↓ 1 callersMethodIntro
(self)
jarvis_main.py:297
↓ 1 callersFunctionScreenShare
(q)
func/OF/screenshare.py:52
↓ 1 callersFunctionShowAllModels
()
func/codebrew/db/embeddingCls.py:53
↓ 1 callersMethod_Db
(self)
func/codebrew/db/DbCls.py:37
↓ 1 callersMethod__init__
(self)
main.py:23
↓ 1 callersMethod_clint
(self)
func/codebrew/db/DbCls.py:50
↓ 1 callersMethod_collection
(self)
func/codebrew/db/DbCls.py:55
↓ 1 callersMethod_execute_script_in_subprocess
Write script to tempfile, execute from .rawdog/venv, stream and return output
func/rawdog/RawDog.py:55
↓ 1 callersMethod_execute_script_in_subprocess
(self, script)
func/codebrew/CodeBrew.py:39
↓ 1 callersFunctioncapture_and_send_image
()
func/OF/obj_detect.py:31
↓ 1 callersFunctioncapture_and_send_image
()
func/OF/screenshare.py:28
↓ 1 callersFunctioncenter
Calculates the centroid of a set of points.
func/ocr/ocroff.py:47
↓ 1 callersFunctionchat
(prompt)
func/basic/chat.py:28
↓ 1 callersFunctionclone_repository
(repo_url, destination_folder)
extensions/github.py:26
↓ 1 callersMethodconnect_buttons
(self)
main.py:30
↓ 1 callersFunctionconvert_to_extension
(file)
setup.py:17
↓ 1 callersFunctioncookie_bing
()
jarvis_main.py:121
↓ 1 callersFunctioncookie_bing
()
generation_of_images.py:6
↓ 1 callersFunctioncreate_ppt
(text_file, design_number, ppt_name)
func/Powerpointer/app.py:69
↓ 1 callersFunctioncreate_ppt
(text_file, design_number, ppt_name)
func/Powerpointer/main.py:67
↓ 1 callersFunctioncreate_ppt_text
(input_text)
func/Powerpointer/app.py:54
↓ 1 callersFunctioncreate_ppt_text
(input_text)
func/Powerpointer/main.py:52
↓ 1 callersFunctioncreate_repo
(repo_name, description="")
extensions/github.py:57
↓ 1 callersMethoddoc_to_conversation
(self, docs:list[str])
func/codebrew/db/DbCls.py:84
↓ 1 callersFunctionexamplePrompt
()
func/rawdog/prompts.py:59
↓ 1 callersMethodexecute_script
Execute script in subprocess and stream output
func/rawdog/RawDog.py:90
↓ 1 callersMethodexecute_script
(self, script: str)
func/codebrew/CodeBrew.py:73
↓ 1 callersFunctionexitTask
()
jarvis_main.py:118
↓ 1 callersFunctionfetch_content_cached
(url)
func/OF/dataonline.py:10
↓ 1 callersMethodfilterCode
(self, txt)
func/codebrew/CodeBrew.py:25
↓ 1 callersFunctionfind_pyx_files
(directory)
setup.py:6
↓ 1 callersFunctiongenerate_powerpoint
(user_input, design_number=1)
func/Powerpointer/main.py:45
↓ 1 callersFunctionget_commits
(repo_name)
extensions/github.py:71
↓ 1 callersFunctionget_extension_info
()
jarvis_main.py:96
↓ 1 callersFunctionget_issues
(repo_name)
extensions/github.py:89
↓ 1 callersFunctionget_os_info
()
jarvis_main.py:59
↓ 1 callersFunctionget_repos_owned_by_owner
()
extensions/github.py:107
↓ 1 callersFunctionlisten_for_claps
()
func/basic/clap.py:13
↓ 1 callersFunctionlocallm
(q)
llm/localllm.py:6
↓ 1 callersFunctionmistral_7b
(user_input)
agents/llm_for_agent.py:111
↓ 1 callersFunctionocr_off
Performs OCR and interacts with the UI based on the results.
func/ocr/ocroff.py:13
↓ 1 callersFunctionocr_on
(search_string, url, double_click=False)
func/ocr/ocron.py:8
↓ 1 callersMethodparse_script
Split the response into a message and a script. Expected use is: run the script if there is one, otherwise print the message.
func/rawdog/RawDog.py:29
↓ 1 callersFunctionprocess_voice_input
(q)
jarvis_main.py:208
↓ 1 callersFunctionquestion_framer
(topic)
agents/agent.py:16
↓ 1 callersFunctionrawdogPrompt
()
func/rawdog/prompts.py:54
↓ 1 callersFunctionread_gemini_api
()
llm/bard.py:4
↓ 1 callersFunctionread_gemini_api
()
func/OF/llm/bard.py:4
↓ 1 callersFunctionread_gemini_api
()
agents/llm_for_agent.py:86
↓ 1 callersFunctionresponse
(prompt)
agents/llm_for_agent.py:106
↓ 1 callersMethodretranslateUi
(self, JARVIS)
interface.py:399
↓ 1 callersMethodretranslateUi
(self, JarvisUI)
jarvis_ui.py:185
↓ 1 callersMethodrun
(self, prompt: str)
func/codebrew/CodeBrew.py:76
↓ 1 callersFunctionsearch_github_repos
(query, max_results=10)
extensions/github.py:5
↓ 1 callersFunctionsend_message
(host, port, message)
agents/agent.py:4
↓ 1 callersMethodsetupUi
(self, JARVIS)
interface.py:15
↓ 1 callersMethodsetupUi
(self, JarvisUI)
jarvis_ui.py:16
↓ 1 callersMethodstart_external_process
(self)
main.py:40
↓ 1 callersFunctionupload_to_github
(project_dir, repo_name, commit_message)
extensions/github.py:35
↓ 1 callersFunctionurl
()
jarvis_main.py:165
↓ 1 callersFunctionurl
()
func/OF/obj_detect.py:10
↓ 1 callersFunctionurl
()
func/OF/.obj_detect.py:7
↓ 1 callersFunctionwhichOs
()
func/rawdog/prompts.py:50
FunctionEYE
()
func/OF/eye.py:46
FunctionPrompts
()
func/rawdog/prompts.py:80
FunctionSCREENSHARE
()
func/OF/screenshare.py:70
Method__getitem__
(self, index)
func/basic/train.py:75
Method__getitem__
(self, index)
data/chatbot/train.py:75
Method__init__
(self)
jarvis_main.py:291
Method__init__
(self, folder_path, files)
generation_of_images.py:32
Method__init__
(self, path)
jarvis_ui.py:193
Method__init__
(self, command)
main.py:11
Method__init__
(self)
func/rawdog/RawDog.py:10
next →1–100 of 155, ranked by callers