Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Likhithsai2580/JARVIS
/ functions
Functions
155 in github.com/Likhithsai2580/JARVIS
⨍
Functions
155
◇
Types & classes
15
↳
Endpoints
4
↓ 9 callers
Function
ChatGpt
(message: str)
llm/chatgpt.py:198
↓ 9 callers
Function
off
(text)
func/speak/speakoff.py:12
↓ 7 callers
Method
add_message
(self, role: str, content: str, base64_image: str = "")
func/rawdog/RawDog.py:11
↓ 5 callers
Function
execute_code_with_cache
(code)
jarvis_main.py:204
↓ 5 callers
Method
load_gif
(self, path, label)
main.py:70
↓ 5 callers
Method
open_url
(self, url)
main.py:86
↓ 4 callers
Function
ChatGpt
(message: str)
func/OF/llm/chatgpt.py:159
↓ 4 callers
Function
Listen
()
func/basic/listenpy.py:5
↓ 4 callers
Method
add
(self, docs:list[str],metadatas:list[dict[str, str]]|None = None, ids:list[str]|None = None)
func/codebrew/db/DbCls.py:63
↓ 4 callers
Function
bag_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 callers
Function
cached_function
(key, func, *args, **kwargs)
jarvis_main.py:195
↓ 4 callers
Function
tokenize
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 callers
Function
execute_code_with_cache
(code)
func/OF/screenshare.py:24
↓ 3 callers
Function
execute_code_with_cache
(code)
func/OF/eye.py:24
↓ 3 callers
Function
filter
(txt)
llm/filter.py:3
↓ 3 callers
Function
listdir
()
func/rawdog/prompts.py:12
↓ 3 callers
Function
stem
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 callers
Function
cached_function
(key, func, *args, **kwargs)
func/OF/screenshare.py:15
↓ 2 callers
Function
cached_function
(key, func, *args, **kwargs)
func/OF/eye.py:15
↓ 2 callers
Function
filter
(txt)
func/OF/llm/filter.py:3
↓ 2 callers
Method
open
(self, index)
generation_of_images.py:36
↓ 2 callers
Method
run
(self, prompt: str)
func/rawdog/RawDog.py:12
↓ 2 callers
Function
start_work
(topic)
agents/agent.py:20
↓ 2 callers
Function
startinfoPrompt
()
func/rawdog/prompts.py:64
↓ 1 callers
Function
ChatGpt
(message:str)
agents/llm_for_agent.py:67
↓ 1 callers
Function
Eye
(q)
func/OF/eye.py:28
↓ 1 callers
Function
GoogleSearch
(q)
func/OF/dataonline.py:20
↓ 1 callers
Method
Intro
(self)
jarvis_main.py:297
↓ 1 callers
Function
ScreenShare
(q)
func/OF/screenshare.py:52
↓ 1 callers
Function
ShowAllModels
()
func/codebrew/db/embeddingCls.py:53
↓ 1 callers
Method
_Db
(self)
func/codebrew/db/DbCls.py:37
↓ 1 callers
Method
__init__
(self)
main.py:23
↓ 1 callers
Method
_clint
(self)
func/codebrew/db/DbCls.py:50
↓ 1 callers
Method
_collection
(self)
func/codebrew/db/DbCls.py:55
↓ 1 callers
Method
_execute_script_in_subprocess
Write script to tempfile, execute from .rawdog/venv, stream and return output
func/rawdog/RawDog.py:55
↓ 1 callers
Method
_execute_script_in_subprocess
(self, script)
func/codebrew/CodeBrew.py:39
↓ 1 callers
Function
capture_and_send_image
()
func/OF/obj_detect.py:31
↓ 1 callers
Function
capture_and_send_image
()
func/OF/screenshare.py:28
↓ 1 callers
Function
center
Calculates the centroid of a set of points.
func/ocr/ocroff.py:47
↓ 1 callers
Function
chat
(prompt)
func/basic/chat.py:28
↓ 1 callers
Function
clone_repository
(repo_url, destination_folder)
extensions/github.py:26
↓ 1 callers
Method
connect_buttons
(self)
main.py:30
↓ 1 callers
Function
convert_to_extension
(file)
setup.py:17
↓ 1 callers
Function
cookie_bing
()
jarvis_main.py:121
↓ 1 callers
Function
cookie_bing
()
generation_of_images.py:6
↓ 1 callers
Function
create_ppt
(text_file, design_number, ppt_name)
func/Powerpointer/app.py:69
↓ 1 callers
Function
create_ppt
(text_file, design_number, ppt_name)
func/Powerpointer/main.py:67
↓ 1 callers
Function
create_ppt_text
(input_text)
func/Powerpointer/app.py:54
↓ 1 callers
Function
create_ppt_text
(input_text)
func/Powerpointer/main.py:52
↓ 1 callers
Function
create_repo
(repo_name, description="")
extensions/github.py:57
↓ 1 callers
Method
doc_to_conversation
(self, docs:list[str])
func/codebrew/db/DbCls.py:84
↓ 1 callers
Function
examplePrompt
()
func/rawdog/prompts.py:59
↓ 1 callers
Method
execute_script
Execute script in subprocess and stream output
func/rawdog/RawDog.py:90
↓ 1 callers
Method
execute_script
(self, script: str)
func/codebrew/CodeBrew.py:73
↓ 1 callers
Function
exitTask
()
jarvis_main.py:118
↓ 1 callers
Function
fetch_content_cached
(url)
func/OF/dataonline.py:10
↓ 1 callers
Method
filterCode
(self, txt)
func/codebrew/CodeBrew.py:25
↓ 1 callers
Function
find_pyx_files
(directory)
setup.py:6
↓ 1 callers
Function
generate_powerpoint
(user_input, design_number=1)
func/Powerpointer/main.py:45
↓ 1 callers
Function
get_commits
(repo_name)
extensions/github.py:71
↓ 1 callers
Function
get_extension_info
()
jarvis_main.py:96
↓ 1 callers
Function
get_issues
(repo_name)
extensions/github.py:89
↓ 1 callers
Function
get_os_info
()
jarvis_main.py:59
↓ 1 callers
Function
get_repos_owned_by_owner
()
extensions/github.py:107
↓ 1 callers
Function
listen_for_claps
()
func/basic/clap.py:13
↓ 1 callers
Function
locallm
(q)
llm/localllm.py:6
↓ 1 callers
Function
mistral_7b
(user_input)
agents/llm_for_agent.py:111
↓ 1 callers
Function
ocr_off
Performs OCR and interacts with the UI based on the results.
func/ocr/ocroff.py:13
↓ 1 callers
Function
ocr_on
(search_string, url, double_click=False)
func/ocr/ocron.py:8
↓ 1 callers
Method
parse_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 callers
Function
process_voice_input
(q)
jarvis_main.py:208
↓ 1 callers
Function
question_framer
(topic)
agents/agent.py:16
↓ 1 callers
Function
rawdogPrompt
()
func/rawdog/prompts.py:54
↓ 1 callers
Function
read_gemini_api
()
llm/bard.py:4
↓ 1 callers
Function
read_gemini_api
()
func/OF/llm/bard.py:4
↓ 1 callers
Function
read_gemini_api
()
agents/llm_for_agent.py:86
↓ 1 callers
Function
response
(prompt)
agents/llm_for_agent.py:106
↓ 1 callers
Method
retranslateUi
(self, JARVIS)
interface.py:399
↓ 1 callers
Method
retranslateUi
(self, JarvisUI)
jarvis_ui.py:185
↓ 1 callers
Method
run
(self, prompt: str)
func/codebrew/CodeBrew.py:76
↓ 1 callers
Function
search_github_repos
(query, max_results=10)
extensions/github.py:5
↓ 1 callers
Function
send_message
(host, port, message)
agents/agent.py:4
↓ 1 callers
Method
setupUi
(self, JARVIS)
interface.py:15
↓ 1 callers
Method
setupUi
(self, JarvisUI)
jarvis_ui.py:16
↓ 1 callers
Method
start_external_process
(self)
main.py:40
↓ 1 callers
Function
upload_to_github
(project_dir, repo_name, commit_message)
extensions/github.py:35
↓ 1 callers
Function
url
()
jarvis_main.py:165
↓ 1 callers
Function
url
()
func/OF/obj_detect.py:10
↓ 1 callers
Function
url
()
func/OF/.obj_detect.py:7
↓ 1 callers
Function
whichOs
()
func/rawdog/prompts.py:50
Function
EYE
()
func/OF/eye.py:46
Function
Prompts
()
func/rawdog/prompts.py:80
Function
SCREENSHARE
()
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