{"id":20278280,"url":"https://github.com/misprit7/noteation","last_synced_at":"2026-05-12T19:32:57.998Z","repository":{"id":135382900,"uuid":"537708094","full_name":"misprit7/noteation","owner":"misprit7","description":"A sheet music viewer controlled by eye tracking and computer vision","archived":false,"fork":false,"pushed_at":"2022-09-20T16:11:13.000Z","size":14144,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-04T01:43:53.360Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/misprit7.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}},"created_at":"2022-09-17T05:26:56.000Z","updated_at":"2024-01-19T04:33:29.000Z","dependencies_parsed_at":"2023-04-10T01:17:30.101Z","dependency_job_id":null,"html_url":"https://github.com/misprit7/noteation","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/misprit7/noteation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/misprit7%2Fnoteation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/misprit7%2Fnoteation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/misprit7%2Fnoteation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/misprit7%2Fnoteation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/misprit7","download_url":"https://codeload.github.com/misprit7/noteation/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/misprit7%2Fnoteation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27362302,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-11-29T02:00:06.589Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-14T13:22:42.441Z","updated_at":"2025-11-29T19:06:18.895Z","avatar_url":"https://github.com/misprit7.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Group 1](https://user-images.githubusercontent.com/33139843/190897807-dba2bc8a-6984-4595-87cd-9cd86d336006.jpg)\n\n\n\u003ch1 align=\"center\"\u003e\n  \u003cbr /\u003e\n  Noteation\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n Noteation allows musicians to effortlessly turn pages with facial gestures and annotate virtual sheet music. \n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n Built for Hack the North 2022 and finished as finalists!\n\u003c/p\u003e\n\n# Technologies: \n- [AdHawk's MindLink](https://sites.google.com/adhawkmicrosystems.com/hack-the-north-help-center/hardware) \n- [TypeScript](https://www.typescriptlang.org/) ([React](https://reactjs.org/))\n- [Python](https://www.python.org/) ([Flask](https://flask.palletsprojects.com/en/2.2.x/))\n- [CockroachDB](https://www.cockroachlabs.com/)\n\n# Setup\n\nBoth the frontend and backend are implemented in this repository in the ``frontend`` and ``backend`` directories respectively, and can be set up independently as outlined below\n\n## Frontend\n\nTo install the dependencies, run: \n\n```sh\n$ cd frontend\n$ yarn install\n```\n\nTo run the application, run: \n```sh\n$ yarn start\n```\n\nThen head to http://localhost:3000 on a browser to see the frontend! \n\n![image](https://user-images.githubusercontent.com/33139843/190898131-d1b78b2c-0623-490d-8146-6a70f017e886.png)\n![image](https://user-images.githubusercontent.com/33139843/190898212-8f785c02-1b75-49ca-8078-90682cf662df.png)\n\n \n## Backend\n\nTo create a virtual environment and install dependencies, run:\n```sh\n$ python3 -m venv venv\n$ source venv/bin/activate # Unix-like systems\n$ source venv/Scripts/activate # Windows\n$ pip install -r requirements.txt\n```\n\nOnce you have tehse dependencies set up, you can  run the backend. To run the flask application that interfaces with our CockroachDB database:\n\n```sh\n$ python -m flask run\n```\n\nThe part of our project that actually interfaces with the AdHawk SDK is in `backend/src/main.py`. To run, you must first install the AdHawk vision SDK, which is outside the scope of this readme but see [here](https://www.adhawkmicrosystems.com/api_doc) for documentation. Once that is running, simply call \n\n```sh\n$ python ./main.py\n```\nAnd events will start being streamed to the CockroachDB database. \n\n# Contributors\nBuilt by [Xander Naumenko](https://www.linkedin.com/in/xander-naumenko/), [Renu Rajamagesh](https://www.linkedin.com/in/renu-rajamagesh/), and [Prayus Shrestha](https://www.linkedin.com/in/prayus-shrestha/). \n\n\n# Credits\nCredits to \u003ca href=\"https://www.vecteezy.com/free-vector/website\"\u003eWebsite Vectors by Vecteezy\u003c/a\u003e for the logos, [AdHawk](https://www.adhawkmicrosystems.com) for the awesome glasses, and the entire Hack the North team for putting together an amazing event. \n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmisprit7%2Fnoteation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmisprit7%2Fnoteation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmisprit7%2Fnoteation/lists"}