Navigate between pages
影片:https://drive.google.com/file/d/11CxnaEaka3zffuk6C-GssOwFVUfFYh8w/view?usp=sharing 改動後的版本,我新增指令讓他的每個回答都變得很中二,此外,如果對話中有出現數學公式會自動渲染,也增加匯出對話紀錄的功能,檔名默認為當前的時間戳記,對話紀錄中也會紀錄每句話的時間
ai development for icp
ai that eases your travel by being your guide
created a diet ai that advises the users about diet
created a climate answer ai
https://drive.google.com/file/d/16oq4Xb39r4Wqw0d9QrXixuOa-Lvd1k_s/view?usp=drive_link
# Decentralized AI Chat Bot 這是一個基於 Internet Computer 的去中心化 AI 聊天機器人,整合了 OpenAI API,提供多語言翻譯和語音互動功能。 ## 特色功能 - 🤖 多模式聊天(一般對話、代碼生成、翻譯) - 🌐 多語言支援(英文、繁體中文、日文、韓文、西班牙文、法文) - 🎙️ 語音輸入和輸出 - 🔑 OpenAI API 集成 - 🔐 Internet Identity 認證 ## 部署指南 ### 環境要求 - Node.js (v16 或更新版本) - DFX SDK v0.24.3 或更新版本 - 有效的 OpenAI API 金鑰 - WSL2 (如使用 Windows) ### 初始安裝 1. **克隆專案** ```bash git clone https://github.com/YOUR_USERNAME/Decentralized-bot.git cd Decentralized-bot ``` 2. **安裝 DFX** ```bash sh -ci "$(curl -fsSL https://internetcomputer.org/install.sh)" ``` 3. **安裝專案依賴** ```bash npm install ``` ### 本地部署流程 1. **啟動本地網絡** ```bash dfx start --clean --background ``` 2. **部署 Internet Identity** ```bash dfx deploy internet_identity --argument '(null)' ``` 3. **部署專案** ```bash dfx deploy ``` ### 重新部署和清理 如需重新部署: ```bash # 停止現有服務 dfx stop # 清理環境 rm -rf .dfx rm -rf dist # 重新啟動並部署 dfx start --clean --background dfx deploy internet_identity --argument '(null)' dfx deploy ``` ## 使用說明 ### 基本設置 1. **訪問應用** - 使用部署後顯示的 URL(通常是 `http://localhost:4943/?canisterId=...`) 2. **登入步驟** - 點擊 "Login" 按鈕 - 使用 Internet Identity 進行身份驗證 - 輸入您的 OpenAI API 金鑰 3. **功能模式** - Chat Mode:一般對話 - Code Generation:生成程式碼 - Translation:文字翻譯 ### 語音功能使用 - **語音輸入**:點擊輸入框旁的麥克風圖標 - **語音輸出**:點擊訊息旁的喇叭圖標 ## 故障排除 ### 認證問題 如遇到 "Response verification failed" 錯誤: 1. **檢查配置** ```bash dfx canister id internet_identity ``` 2. **確認 auth.js 中的設置** ```javascript const IDENTITY_PROVIDER = `http://{YOUR_CANISTER_ID}.localhost:4943/`; ``` 3. **重新部署** ```bash dfx stop dfx start --clean --background dfx deploy ``` ### OpenAI API 問題 - 確保 API 金鑰格式正確(以 `sk-proj-` 開頭) - 檢查 API 金鑰權限 - 確認 API 金鑰未過期 ## 開發指南 ### 代碼結構 ``` Decentralized-bot/ ├── src/ │ ├── dfinity_js_frontend/ │ │ ├── src/ │ │ │ ├── components/ │ │ │ ├── utils/ │ │ │ └── styles/ │ └── dfinity_js_backend/ ├── dist/ └── .dfx/ ``` ### 新增功能 1. **創建功能分支** ```bash git checkout -b feature/your-feature-name ``` 2. **提交更改** ```bash git add . git commit -m "Add your feature" git push origin feature/your-feature-name ``` ## 安全性提示 - 妥善保管 OpenAI API 金鑰 - 定期更新依賴套件 - 使用環境變數管理敏感資訊 ## 貢獻指南 1. Fork 專案 2. 創建功能分支 3. 提交更改 4. 發起 Pull Request
https://youtu.be/hvYJPGwDdpA 我的ICP address f3ac7fa92dfbf9af21b7cad11a7ec19fb0603b1b1b831dd12478bb49b554b6f4
Hi team, this is my effort : https://drive.google.com/file/d/1OOHOueJrspsG-I0Kr_OBgINRm8cdZfD3/view?usp=sharing
This is my demo video link https://youtu.be/IXqJMh77rDc
Hi team, here is my test result: https://drive.google.com/file/d/11Sfpj4IFpuOyJIlAGTmvDDjSgY9AdAGM/view?usp=sharing thanks.
# Demo Video Link https://drive.google.com/file/d/1zDxBkMmgaXQjr1tydDeWJW7uEVzw_8a_/view?usp=sharing
https://drive.google.com/drive/folders/1l9QqLfOhFH28pmvcloTKWhjE08-u_xj_?usp=sharing
https://drive.google.com/file/d/1_q0aitRInLn8w8Qvqsa2rbXIljHodFgH/view?usp=sharing
This is my google drive link: https://drive.google.com/file/d/15Pz7Ks8j9gxg2SvK8wENY_vfFKTimRP3/view?usp=sharing
A decentralized personal health monitoring and analysis platform built on the Internet Computer Protocol (ICP). This application combines the power of AI with secure, decentralized storage to provide personalized health insights and tracking
It has to enter my own openai key for it to work, because it's using my fine tuned openai model now which is private to me XD Below is a screenshot of the demo application: 
created an article genetrating ai
The solution uses AI-based continuous authentication to confirm that the person taking the exam on the device remains the same throughout the entire duration. This method is essential to avoid cheating or unauthorized handovers. How it Works: The camera captures the user’s image at the start of the exam session. Images are stored securely within an ICP canister for periodic comparison working with endpoints. The AI system takes an image every ten seconds, analyzing it against the initially stored image. If the user leaves the device or if another person appears, the system detects the difference and issues an alert, terminating the session. Instructions for Use Sign Up and Login: Users register by creating an account with an email and password on the decentralized AI system. After registration, users can log in to access the camera and image capture features. Start Camera: Users click Start Camera to activate their front-facing camera, positioning themselves in view. Capture Image: Click Capture Image to take a picture, and then click Upload Image Button to store the image in a canister for ongoing authentication. Start Managed Session: Once the image is uploaded, users click Start Managed Session to initiate the AI-powered continuous monitoring session. The system will check every ten seconds to ensure the user remains the same. System Alerts: If an anomaly is detected (i.e., a different person appears in front of the camera), an alert is issued, and the user is logged out immediately to maintain the integrity of the exam session.
InspireBot combines AI and the ICP blockchain to help users generate innovative business ideas from simple prompts. The platform not only provides tailored concepts but also enables collaboration by allowing users to invite contributors to refine and develop their ideas together. Every contribution is securely recorded on the ICP blockchain, ensuring transparency and ownership. Whether you’re an entrepreneur seeking inspiration or a team aiming to innovate, InspireBot offers a seamless and secure environment to explore and develop impactful ventures. Join us and transform your ideas into reality!
Our project, the AI and Blockchain Powered Student-School Allocation System, is an innovative Ed-Tech solution designed to match students to schools based on their grades, preferences, and available school capacity. By leveraging cutting-edge AI, it ensures fair and efficient placements, while also considering the status of each school. The system fills schools optimally without overcrowding and adjusts in real-time as new data comes in. To enhance trust and transparency, this Ed-Tech system integrates blockchain technology. Every decision in the student placement process is securely recorded and cannot be altered, offering a clear and reliable way for students, parents, and schools to understand how decisions are made, ensuring fairness for everyone involved. In this Dapp I have used cohere trained model api along with backend canister written in azle.
# Important Notice to the Evaluator(s) and Reviewer(s) When attempting to interact with contract via your browser, please use the link that looks like this: - http://bd3sg-teaaa-aaaaa-qaaba-cai.localhost:4943 ✅ and **NOT** this: - http://127.0.0.1:4943/?canisterId=bd3sg-teaaa-aaaaa-qaaba-cai ❌ # icp-gengen **icp-gengen** is an AI-powered image-to-text context generator. This decentralized application lets users upload pictures and get human-like context from google's **gemini-1.5-flash** AI model, pin the uploaded image to the IPFS cloud via **Pinata** and store the generated context and pinned image url on the ICP blockchain. Users can also browse other user-generated contexts on the **explore** page. ## Functionalities - Generate Context for an uploaded picture - Save the image and the generated context (text) on the blockchain - View generated contexts and their images by you - View generated contexts and their images by others - Delete generated contexts and their images (only available for contexts you generated)✅❌
GraphraseAi(Grammar Checker and Paraphraser with AI) is a cutting-edge platform built on the Internet Computer (ICP) that leverages advanced artificial intelligence to enhance your writing experience. Whether you need to paraphrase content, check grammar, or simplify text, GraphraseAi provides a seamless and efficient solution tailored for students, professionals, and anyone seeking clarity in their written communication.
## AI Quiz The AI Quiz Project is a decentralized application built on the Internet Computer (ICP) blockchain that allows users to participate in quizzes and earn rewards for successfully answering all questions in the quizzes. The application leverages AI to generate quiz questions based on a specified topic, difficulty level, and number of questions. User participation is tracked on the blockchain, ensuring that rewards are only distributed once for each successful quiz completion. The project showcases the use of AI and blockchain technology to create an engaging, fair, and secure quiz experience.
The AI-Powered Disease Outbreak Prediction and Prevention System is designed to help healthcare organizations and governments predict potential disease outbreaks and implement preventive measures. By integrating AI models for prediction and blockchain technology for secure data handling, this system aims to provide accurate, real-time information for effective public health management. Features 1. Real-Time Disease Prediction: Utilizes advanced AI algorithms to predict disease outbreaks. 2. Secure Data Storage: Employs ICP for decentralized and secure data storage. 3. User Authentication: Robust user authentication system with registration and login capabilities. 4. Data Visualization: Interactive dashboards for visualizing data and predictions. 5. Alert System: Sends notifications and alerts for potential disease outbreaks. 6. Scalable Architecture: Designed to handle large volumes of data and scale efficiently
The project is an AI nft minting tool. It allows users to generate NFT logogs using AI and they can later mint them on an AI driven NFT marketplace. Looking forward to feedback and suggestions
With the integration of Cohere's Classification endpoint and Cohere's `embed-english-v3.0` model, an Internet Computer Replica (ICP), it's components and other libraries and utilities, This A.I Powered project feature's a market place environment that could be applied to an actual online store, D-app or as a standalone application. You could find more on the project in the repository.
Dacade is an open-sourced platform and is created in collaboration with multiple contributors. Go to the repository to start contributing.