# conversational-ai-engine-hackathon-Feb2025 **Repository Path**: mirrors_AgoraIO-Community/conversational-ai-engine-hackathon-Feb2025 ## Basic Information - **Project Name**: conversational-ai-engine-hackathon-Feb2025 - **Description**: gora Conversational AI Hackathon repository! This repo serves as the central hub for hackathon submissions. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-27 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Agora Conversational AI Internal Hackathon [Feb2025] Welcome to the **Agora Conversational AI Hackathon**! This repo serves as the central hub for hackathon submissions. Follow the steps below to **fork, develop, and submit** your project. --- ## 📌 **Submission Guidelines** ### **1. Fork this Repository** Click the **Fork** button on the top right to create a copy of this repository under your GitHub account. ### **2. Clone Your Forked Repository** After forking, clone the repository to your local machine: ```bash git clone https://github.com/YOUR-GITHUB-USERNAME/conversational-ai-engine-hackathon-Feb2025.git cd conversational-ai-engine-hackathon-Feb2025 ``` ### **3. Create Your Team Folder** Inside the `submissions/` directory, create a new folder using your team name. Example: ``` submissions/ ├── team-innovators/ │ ├── README.md # (Required: Describe your project) │ ├── demo.mp4 # (Required: A demo video) │ ├── src/ # (Your source code) │ ├── docs/ # (Any documentation or images) ``` ### **4. Work on Your Project** - Develop your project inside your team folder. - Include a `README.md` file explaining your project, its setup, and usage. - Include a short demo video or screenshots in the `docs/` folder. ### **5. Commit and Push Changes** ```bash git add . git commit -m "Submission commit - Team [Your Team Name]" git push ``` ### **6. Submit via Pull Request** 1. Go to your forked repo on GitHub. 2. Click the **"New Pull Request"** button. 3. Set the base repository to `AgoraIO/conversational-ai-engine-hackathon-Feb2025` and compare it with your forked branch. 4. In the PR description, include: - Team Name - Project Name - A brief summary of the project - Any special instructions to run it 5. Click **"Create Pull Request"** to submit your project. --- ## 🏆 **Judging Criteria** Projects will be evaluated based on: ✅ **Innovation** – Uniqueness of the idea ✅ **Functionality** – How well it works ✅ **Impact** – Real-world use case potential ✅ **Technical Execution** – Code quality and implementation --- ## ❓ **Need Help?** For any questions, reach out to [**Hermes**]() or message in the Hackathon Slack channel. **Happy hacking and good luck!** 🚀