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
Function
search_general
Run query through GoogleSearch and parse result.
bmtools/tools/google_serper/api.py:120
Function
search_google_scholar
Search for scholarly articles based on a query according to the google scholar :param query: The query to search for. :param
bmtools/tools/google_scholar/api.py:24
Function
search_jobs_with_filters
Search for jobs using the JSearch API. Args: query (str): The job search query.Query examples,web development in chicago
bmtools/tools/job_search/api.py:83
Function
search_literature
search for the given topic literatures in the database and return the path of literatures file and the number of literatures. the searching term shoul
bmtools/tools/meta_analysis/api.py:379
Function
search_nearyby
Search for places nearby a location, within a given radius, and return the results into a list
bmtools/tools/map/bing_map/api.py:67
Function
search_places
Run Places search.
bmtools/tools/google_places/api.py:89
Function
search_properties
Function to search properties based on a set of parameters. Parameters: location (str): Location details, address, c
bmtools/tools/zillow/api.py:30
Function
search_property
This function takes various parameters to search properties on Airbnb. Parameters: api_key (str): The RapidAPI Key for Airbn
bmtools/tools/airbnb/api.py:30
Function
search_property_by_coordinates
This function takes GEO coordinates and various other parameters to search properties on Airbnb. Parameters: neLat (float):
bmtools/tools/airbnb/api.py:111
Function
search_top3
Search key words, return top 3 search results.
bmtools/tools/bing_search/api.py:140
Function
select_database_data
select_database_data(query : str) Read the data stored in database based on the SQL query from the translate_nlp_to_sql API. query : str i
bmtools/tools/database/api.py:104
Function
sentence_similarity
(model_id: str, text: str, context: str)
bmtools/tools/hugging_tools/api.py:142
Function
set_docs
(func)
bmtools/tools/hugging_tools/api.py:129
Function
set_logger
(log_file)
bmtools/tools/database/utils/db_parser.py:53
Function
set_logger
(log_file)
bmtools/tools/db_diag/utils/db_parser.py:53
Method
set_select
(self, sele)
bmtools/tools/kg/wikidata/utils.py:321
Function
set_verbosity_debug
Set the verbosity to the ``DEBUG`` level.
bmtools/utils/logging.py:162
Function
set_verbosity_error
Set the verbosity to the ``ERROR`` level.
bmtools/utils/logging.py:167
Function
set_verbosity_info
Set the verbosity to the ``INFO`` level.
bmtools/utils/logging.py:152
Function
set_verbosity_warning
Set the verbosity to the ``WARNING`` level.
bmtools/utils/logging.py:157
Function
shell
()
bmtools/tools/shell/__init__.py:4
Function
shell_run
Run commands and return final output. Queries to shell_run must ALWAYS have this structure: {\"commands\": query}.\n", and quer
bmtools/tools/shell/api.py:153
Function
show_avatar_imgs
(tools_chosen)
web_demo.py:59
Function
show_output
Display the multi-modal output from the agent.
bmtools/tools/image_generation/api.py:64
Function
similar_for_rent
Get similar properties for rent. Either zpid or property_url is a required parameter. Args: zpid (int, optional): Zillow's u
bmtools/tools/zillow/api.py:327
Function
similar_property
Get similar properties for sale. Either zpid or property_url is a required parameter. Args: zpid (int, optional): Zillow's u
bmtools/tools/zillow/api.py:300
Function
simple_tok
(sent:str)
bmtools/tools/db_diag/example_generate.py:86
Method
simulate_index
(self, index)
bmtools/tools/database/utils/database.py:255
Method
simulate_index
(self, index)
bmtools/tools/db_diag/utils/database.py:278
Function
split_criteria
split the screening requirements in the criteria of the literatures into a series of simple yes/no problems, and return the path of the splitted quest
bmtools/tools/meta_analysis/api.py:409
Function
stablediffusion
generate images based on text input.
bmtools/tools/gradio_tools/api.py:43
Function
stock
()
bmtools/tools/stock/__init__.py:5
Function
submit_file
submit_file() -> None: When all steps done, YOU MUST use submit_file() to submit your work.
bmtools/tools/office/ppt/api.py:140
Function
subsample_data
Subsample data. Data is in the form of a tuple of lists.
bmtools/tools/database/utils/data.py:4
Function
subsample_data
Subsample data. Data is in the form of a tuple of lists.
bmtools/tools/db_diag/utils/data.py:4
Function
summarization
(model_id: str, text: str)
bmtools/tools/hugging_tools/api.py:158
Function
task
(func)
bmtools/tools/hugging_tools/api.py:107
Function
test_bing
()
bmtools/tools/bing_search/test_bing.py:48
Function
test_detail
()
bmtools/tools/film/douban/test_douban.py:92
Function
test_get_all_names
()
bmtools/tools/chemical/prop/test_prop.py:36
Function
test_get_coming
()
bmtools/tools/film/douban/test_douban.py:31
Function
test_get_id
()
bmtools/tools/chemical/prop/test_prop.py:49
Function
test_get_id_by_struct
()
bmtools/tools/chemical/prop/test_prop.py:41
Function
test_get_name
()
bmtools/tools/chemical/prop/test_prop.py:31
Function
test_get_playing
()
bmtools/tools/film/douban/test_douban.py:59
Function
test_get_prop
()
bmtools/tools/chemical/prop/test_prop.py:57
Function
text2text_generation
(model_id: str,text: str)
bmtools/tools/hugging_tools/api.py:154
Function
text_classification
(model_id: str, text: str)
bmtools/tools/hugging_tools/api.py:146
Function
text_generation
(model_id: str, text: str)
bmtools/tools/hugging_tools/api.py:175
Function
text_to_image
(model_id: str, text: str)
bmtools/tools/hugging_tools/api.py:204
Function
text_to_speech
(model_id: str, text: str)
bmtools/tools/hugging_tools/api.py:272
Function
texttovideo
Creating videos from text.
bmtools/tools/gradio_tools/api.py:49
Function
token_classification
(model_id: str, text: str)
bmtools/tools/hugging_tools/api.py:150
Function
transfer_field_type
(database_type, server)
bmtools/tools/database/utils/database.py:20
Function
transfer_field_type
(database_type, server)
bmtools/tools/db_diag/utils/database.py:20
Function
translate_nlp_to_sql
(description : str)
bmtools/tools/database/api.py:58
Function
translation
(model_id: str, text: str)
bmtools/tools/hugging_tools/api.py:162
Function
travel
()
bmtools/tools/travel/__init__.py:5
Function
try_run_task
(*args, **kwargs)
bmtools/tools/hugging_tools/api.py:114
Function
tutorial
tutorial(text: str) -> str: Providing a TODO list as a toturial for the foundation model based on the given objective.
bmtools/tools/tutorial/api.py:32
Function
tutorial
()
bmtools/tools/tutorial/__init__.py:4
Method
unitary_operation
(self, ent, op, last_sparql_idx)
bmtools/tools/kg/wikidata/utils.py:660
Function
visual_question_answering
(model_id: str, image_file_name: str, text: str)
bmtools/tools/hugging_tools/api.py:180
Function
walmart
()
bmtools/tools/walmart/__init__.py:5
Function
warning_advice
This method is identical to ``logger.warning()``, but if env var TRANSFORMERS_NO_ADVISORY_WARNINGS=1 is set, this warning will not be printed
bmtools/utils/logging.py:253
Function
weather
()
bmtools/tools/weather/__init__.py:5
Function
whether_is_abnormal_metric
(start_time:int, end_time:int, metric_name : str="cpu_usage")
bmtools/tools/db_diag/api.py:169
Function
wikidata
()
bmtools/tools/kg/__init__.py:5
Function
wikipedia
()
bmtools/tools/wikipedia/__init__.py:5
Function
wolframalpha
()
bmtools/tools/wolframalpha/__init__.py:4
Function
write_file
write file to disk
bmtools/tools/file_operation/api.py:17
Function
zillow
()
bmtools/tools/zillow/__init__.py:5
Function
zillow_property
Fetch property details and Zestimate value. Args: zpid (int, optional): Unique ID that Zillow gives to each property.
bmtools/tools/zillow/api.py:206
← previous
601–673 of 673, ranked by callers