{"id":25498661,"url":"https://github.com/ashr-exe/daedalus-server","last_synced_at":"2026-02-16T06:01:28.838Z","repository":{"id":272336557,"uuid":"916249379","full_name":"ashr-exe/daedalus-server","owner":"ashr-exe","description":"The Daedalus Answer Rating System is a fun and interactive web application that uses AI to rate how close your answer is to the correct one. Powered by SpaCy and Groq, this system gives you a score from 0 to 100, helping you see just how well your answer matches!","archived":false,"fork":false,"pushed_at":"2025-01-31T15:23:12.000Z","size":92952,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-17T16:48:48.068Z","etag":null,"topics":["api","flask","nlp","quiz"],"latest_commit_sha":null,"homepage":"https://daedalus-server.onrender.com/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ashr-exe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-01-13T18:27:11.000Z","updated_at":"2025-01-31T15:23:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"8d82dfa2-3520-4a63-9287-5c42cfde7d55","html_url":"https://github.com/ashr-exe/daedalus-server","commit_stats":null,"previous_names":["ashr-exe/daedalus-server"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ashr-exe/daedalus-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashr-exe%2Fdaedalus-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashr-exe%2Fdaedalus-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashr-exe%2Fdaedalus-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashr-exe%2Fdaedalus-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ashr-exe","download_url":"https://codeload.github.com/ashr-exe/daedalus-server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashr-exe%2Fdaedalus-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29501357,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T05:57:17.024Z","status":"ssl_error","status_checked_at":"2026-02-16T05:56:49.929Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","flask","nlp","quiz"],"created_at":"2025-02-19T02:54:37.276Z","updated_at":"2026-02-16T06:01:28.605Z","avatar_url":"https://github.com/ashr-exe.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"**🎉 Welcome to the Answer Rating System! 🎉**\n\nEver wondered how close your answer is to being spot-on? With our Answer Rating System, you'll get a rating between 0 and 100 to see just how well you did. We’ve got some AI magic happening here with SpaCy and Groq models working together to give you the most accurate score possible!\n\n---\n\n**✨ Features That’ll Amaze You:**\n\n- **Backend Awesomeness:**\n  - Built with Flask – lightweight, but oh so powerful!\n  - SpaCy is our secret sauce for understanding text.\n  - Groq steps in with advanced AI for rating answers like a pro.\n  - Two cool endpoints:\n    - `/api/spacy-rate`: SpaCy rates your answers.\n    - `/api/groq-rate`: Groq takes a shot at rating too.\n\n- **Frontend Simplicity:**\n  - A clean, responsive design with HTML, CSS, and JavaScript.\n  - Input your answer, hit submit, and boom – your ratings from both models appear!\n  - Easy to use and visually pleasing, just the way you like it.\n\n---\n\n**🚀 Let’s Get You Started:**\n\n**What You’ll Need:**\n- Python 3.11+ (because we like the new stuff!)\n- Node.js (if you fancy tinkering with the frontend)\n- Flask, Flask-CORS, SpaCy, Gunicorn (backend superpowers)\n\n**Backend Setup (Magic Happens Here):**\n\n1. Clone this repo and dive in:\n   ```bash\n   git clone https://github.com/your-username/your-repo.git\n   cd your-repo\n   ```\n\n2. Set up a virtual playground:\n   ```bash\n   python -m venv venv\n   source venv/bin/activate  # On Windows, use `venv\\Scripts\\activate`\n   ```\n\n3. Install all the goodies:\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n4. Fire up the server:\n   ```bash\n   flask run\n   ```\n\n5. Going live? Use Gunicorn:\n   ```bash\n   gunicorn app:app\n   ```\n\n**Frontend Setup (Let’s Go Visual):**\n\n1. Open `index.html` in your favorite browser.\n2. Play around and see the magic happen!\n3. Want to share? Deploy it on GitHub Pages, Netlify, or Vercel.\n\n---\n\n**🔮 Endpoints – Where the Magic Lives:**\n\n- `POST /api/spacy-rate`: Let SpaCy rate your answers.\n  - **Send this:**\n    ```json\n    {\n      \"userAnswer\": \"Your answer here\",\n      \"correctAnswer\": \"Correct answer here\"\n    }\n    ```\n\n- `POST /api/groq-rate`: Groq will also give it a try.\n  - **Send this:**\n    ```json\n    {\n      \"userAnswer\": \"Your answer here\",\n      \"correctAnswer\": \"Correct answer here\"\n    }\n    ```\n\n---\n\n**🌐 CORS Configuration – No Blockages Here!**\n\nWe’ve enabled CORS to keep things smooth between the frontend and backend. Only specific origins get through – tight security, no worries!\n\n---\n\n**📡 Deployment**\n\nCheck out the live version here: [Daedalus Server](https://daedalus-server.onrender.com/). Host your frontend on your favorite static hosting service.\n\n---\n\n**📜 License**\n\nFeel free to fork and star – it’s all under the MIT License. See the `LICENSE` file for details.\n\n---\n\n**💡 Acknowledgments**\n\nBig shoutout to Flask, SpaCy, and Groq for powering this project. Your tools make the magic happen!\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashr-exe%2Fdaedalus-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fashr-exe%2Fdaedalus-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashr-exe%2Fdaedalus-server/lists"}