Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenBMB/BMTools
/ functions
Functions
673 in github.com/OpenBMB/BMTools
⨍
Functions
673
◇
Types & classes
87
↳
Endpoints
114
Method
_block_input
(self, gr)
bmtools/tools/gradio_tools/tools/image_to_music.py:34
Method
_block_input
(self, gr)
bmtools/tools/gradio_tools/tools/sam_with_clip.py:51
Method
_block_input
(self, gr)
bmtools/tools/gradio_tools/tools/stable_diffusion.py:42
Method
_block_input
(self, gr)
bmtools/tools/gradio_tools/tools/document_qa.py:32
Method
_block_input
(self, gr)
bmtools/tools/gradio_tools/tools/clip_interrogator.py:34
Method
_block_input
(self, gr)
bmtools/tools/gradio_tools/tools/bark.py:83
Method
_block_input
(self, gr)
bmtools/tools/gradio_tools/tools/whisper.py:34
Method
_block_input
(self, gr)
bmtools/tools/gradio_tools/tools/image_captioning.py:36
Method
_block_output
(self, gr)
bmtools/tools/gradio_tools/tools/image_to_music.py:37
Method
_block_output
(self, gr)
bmtools/tools/gradio_tools/tools/sam_with_clip.py:54
Method
_block_output
(self, gr)
bmtools/tools/gradio_tools/tools/text_to_video.py:33
Method
_block_output
(self, gr)
bmtools/tools/gradio_tools/tools/stable_diffusion.py:45
Method
_block_output
(self, gr)
bmtools/tools/gradio_tools/tools/bark.py:86
Method
_block_output
(self, gr)
bmtools/tools/gradio_tools/tools/image_captioning.py:39
Method
_call
(self, prompt: str, stop: Optional[List[str]] = None)
bmtools/models/t5_model.py:23
Method
_call
(self, prompt: str, stop: Optional[List[str]] = None)
bmtools/models/lora_model.py:39
Method
_call
(self, prompt: str, stop: Optional[List[str]] = None)
bmtools/models/llama_model.py:32
Method
_call
(self, prompt, stop: Optional[List[str]] = None)
bmtools/models/cpmbee_model.py:33
Method
_call
(self, prompt: str, stop: Optional[List[str]] = None)
bmtools/models/customllm.py:14
Method
_call
(self, prompt: str, stop: Optional[List[str]] = None)
bmtools/models/opt_model.py:23
Method
_call
Run the agent.
bmtools/agent/BabyagiTools.py:182
Method
_identifying_params
Get the identifying parameters.
bmtools/models/t5_model.py:47
Method
_identifying_params
Get the identifying parameters.
bmtools/models/lora_model.py:62
Method
_identifying_params
Get the identifying parameters.
bmtools/models/llama_model.py:55
Method
_identifying_params
Get the identifying parameters.
bmtools/models/cpmbee_model.py:44
Method
_identifying_params
Get the identifying parameters.
bmtools/models/customllm.py:20
Method
_identifying_params
Get the identifying parameters.
bmtools/models/opt_model.py:46
Method
_llm_type
(self)
bmtools/models/t5_model.py:20
Method
_llm_type
(self)
bmtools/models/lora_model.py:36
Method
_llm_type
(self)
bmtools/models/llama_model.py:29
Method
_llm_type
(self)
bmtools/models/cpmbee_model.py:30
Method
_llm_type
(self)
bmtools/models/customllm.py:11
Method
_llm_type
(self)
bmtools/models/opt_model.py:20
Function
_reset_library_root_logger
()
bmtools/utils/logging.py:98
Method
_run
Use the tool.
bmtools/agent/apitool.py:30
Function
add_date
Add days to a date. Date should be pass as 'yyyy-mm-dd'.
bmtools/tools/stock/api.py:39
Function
add_first_page
add_first_page(title:str, subtitle:str) -> None: Add the first page of ppt.
bmtools/tools/office/ppt/api.py:78
Function
add_handler
adds a handler to the HuggingFace Transformers's root logger.
bmtools/utils/logging.py:190
Function
add_text_image_page
add_text_image_page(title:str, bullet_items:str, image:str) -> None: Add a text page with one image. (image should be a path) bullet_items sho
bmtools/tools/office/ppt/api.py:115
Function
add_text_page
add_text_page(title:str, bullet_items:str) -> None: Add text page (outline page is also applied). bullet_items should be string, for multiple
bmtools/tools/office/ppt/api.py:92
Function
airbnb
()
bmtools/tools/airbnb/__init__.py:5
Function
answer_by_tools
(question, tools_chosen, model_chosen)
web_demo.py:67
Function
arxiv
()
bmtools/tools/arxiv/__init__.py:5
Function
audio_classification
(model_id: str, audio_file_name: str)
bmtools/tools/hugging_tools/api.py:308
Function
audio_to_audio
(model_id: str, audio_file_name: str)
bmtools/tools/hugging_tools/api.py:289
Function
automatic_speech_recognition
(model_id: str, audio_file_name: str)
bmtools/tools/hugging_tools/api.py:281
Function
baidu_map
()
bmtools/tools/map/__init__.py:10
Function
bark
Converting text into sounds that sound like a human read it.
bmtools/tools/gradio_tools/api.py:19
Function
basic_job_search
Search for jobs posted on job sites across the web. :param query: Free-form jobs search query. :param page: Page to return (
bmtools/tools/job_search/api.py:30
Method
binary_operation
(self, ent1, op, ent2)
bmtools/tools/kg/wikidata/utils.py:575
Function
bing_map
()
bmtools/tools/map/__init__.py:5
Function
bing_search
()
bmtools/tools/bing_search/__init__.py:4
Method
block
Get the gradio Blocks of this tool for visualization.
bmtools/tools/gradio_tools/tools/gradio_tool.py:103
Method
block_input
(self)
bmtools/tools/gradio_tools/tools/gradio_tool.py:79
Method
block_output
(self)
bmtools/tools/gradio_tools/tools/gradio_tool.py:91
Function
bm25
(k, target:List[str], sample:List[List[str]])
bmtools/tools/db_diag/example_generate.py:101
Method
body
(self,)
bmtools/tools/kg/wikidata/utils.py:394
Function
build_database_tool
(config)
bmtools/tools/database/api.py:17
Function
build_db_diag_tool
(config)
bmtools/tools/db_diag/api.py:76
Function
build_tool
(config)
bmtools/tools/python/api.py:31
Function
build_tool
(config)
bmtools/tools/arxiv/api.py:6
Function
build_tool
(config)
bmtools/tools/sceneXplain/api.py:7
Function
build_tool
(config)
bmtools/tools/shell/api.py:136
Function
build_tool
(config)
bmtools/tools/google_scholar/api.py:10
Function
build_tool
(config)
bmtools/tools/tutorial/api.py:12
Function
build_tool
(config)
bmtools/tools/walmart/api.py:12
Function
build_tool
(config)
bmtools/tools/travel/api.py:13
Function
build_tool
(config)
bmtools/tools/google_places/api.py:71
Function
build_tool
(config)
bmtools/tools/gradio_tools/api.py:8
Function
build_tool
(config)
bmtools/tools/stock/api.py:8
Function
build_tool
(config)
bmtools/tools/job_search/api.py:10
Function
build_tool
(config)
bmtools/tools/file_operation/api.py:5
Function
build_tool
(config)
bmtools/tools/zillow/api.py:10
Function
build_tool
(config)
bmtools/tools/translation/nllb/api.py:5
Function
build_tool
(config)
bmtools/tools/translation/baidu/api.py:8
Function
build_tool
(config)
bmtools/tools/map/bing_map/api.py:7
Function
build_tool
(config)
bmtools/tools/map/baidu_map/baidu_api.py:139
Function
build_tool
(config)
bmtools/tools/google_serper/api.py:102
Function
build_tool
(config)
bmtools/tools/office/ppt/api.py:12
Function
build_tool
(config)
bmtools/tools/image_generation/api.py:80
Function
build_tool
(config)
bmtools/tools/meta_analysis/api.py:366
Function
build_tool
(config)
bmtools/tools/kg/wikidata/api.py:8
Function
build_tool
(config)
bmtools/tools/wolframalpha/api.py:9
Function
build_tool
(config)
bmtools/tools/wikipedia/api.py:56
Function
build_tool
(config)
bmtools/tools/code_interpreter/api.py:27
Function
build_tool
(config)
bmtools/tools/airbnb/api.py:10
Function
build_tool
(config)
bmtools/tools/weather/api.py:7
Function
build_tool
(conf)
bmtools/tools/hugging_tools/api.py:91
Function
carProducts
Given a pickup location, returns a list of car rentals nearby. :param pickup_location: string of city name or location for the car re
bmtools/tools/travel/api.py:271
Function
check_availability
This function checks the availability of a property given its ID. Parameters: propertyId (int): The ID of the property.
bmtools/tools/airbnb/api.py:253
Function
chemical_prop
()
bmtools/tools/chemical/__init__.py:4
Method
clear_all
(self)
bmtools/tools/kg/wikidata/utils.py:326
Method
clear_all
(self)
bmtools/tools/kg/wikidata/utils.py:369
Function
clear_history
()
web_demo.py:130
Function
clear_retrieve
()
web_demo.py:127
Function
code_interpreter
()
bmtools/tools/code_interpreter/__init__.py:5
Function
combine_table
combine several tables recorded in the table path into one comprehensive record table and return. give the literature path, table path and the explori
bmtools/tools/meta_analysis/api.py:473
Function
coming_out_filter
coming_out_filter(args: str) prints the details of the filtered [outNum] coming films now according to region, cate and outNum. args is a
bmtools/tools/film/douban/api.py:141
Method
complete
Generates text from the model and returns the log prob data.
bmtools/tools/database/utils/llm.py:103
Method
complete
Generates text from the model and returns the log prob data.
bmtools/tools/db_diag/utils/llm.py:103
← previous
next →
301–400 of 673, ranked by callers