nasa-petal / bidara-deep-chat

BIDARA is a GPT-4o chatbot that was instructed to help scientists and engineers understand, learn from, and emulate the strategies used by living things to create sustainable designs and technologies using the Biomimicry Institute's step-by-step design process.
https://bit.ly/bidara-ai
Other
17 stars 1 forks source link
chatbot chatbot-framework chatbots chatgpt chatgpt-app chatgpt-clone chatgpt-free chatgpt-web gpt-4 gpt-4o gpt4 mobile-first openai openai-api openai-assistant-api openai-assistant-api-chatbot openai-assistants-api

BIDARA : Bio-Inspired Design and Research Assistant

BIDARA is an OpenAI GPT-4o Assistant that was instructed to help scientists and engineers understand, learn from, and emulate the strategies used by living things to create sustainable designs and technologies.

:rocket: Try it online! or Use BIDARA in ChatGPT

BIDARA can guide users through the Biomimicry Institute’s Design Process, a step-by-step method to propose biomimetic solutions to challenges. This process includes defining the problem, biologizing the challenge, discovering natural models, abstracting design strategies, and emulating nature's lessons.

:fire: Features

     :white_check_mark: Multiple chats (saved offline)
     :white_check_mark: Mobile optimized
     :white_check_mark: Write and execute python code to analyze data, create visualizations, or perform calculations (Code Interpreter) more info, filetypes supported
     :white_check_mark: Summarize or answer questions about uploaded files (Knowledge Retrieval) more info, filetypes supported
     :white_check_mark: Custom Functions
         :ballot_box_with_check: Retrieve academic literature with Semantic Scholar
         :ballot_box_with_check: Generate images with DALL-E
         :ballot_box_with_check: Analyze images you upload or that it has generated with GPT-4o
         :ballot_box_with_check: Detect pABC patterns in images with GPT-4o
         :ballot_box_with_check: Search for US patents with the PQAI API
         :ballot_box_with_check: Search the web with Tavily API (limited to 1000 API calls a month across all BIDARA users)

:computer: For developers

bidara-deep-chat is a front-end web app that uses Svelte and the deep-chat web component to connect directly to BIDARA over the OpenAI Assistants API (no backend required). You can easily clone this repository and replace BIDARA with your own custom OpenAI Assistant. Template based on https://github.com/sveltejs/template

Run locally

npm install
npm run dev

Known issues

Nice to haves