diff --git "a/data/lauzhack-2023/lauzhack_github_repo_metadata.json" "b/data/lauzhack-2023/lauzhack_github_repo_metadata.json" new file mode 100644--- /dev/null +++ "b/data/lauzhack-2023/lauzhack_github_repo_metadata.json" @@ -0,0 +1,6760 @@ +{ + "https://github.com/AliEmreSenel/LauzHack2023": { + "commit_count_default_branch": 11, + "contributors_count": 2, + "contributors_top": [ + { + "contributions": 7, + "html_url": "https://github.com/AliEmreSenel", + "login": "AliEmreSenel" + }, + { + "contributions": 4, + "html_url": "https://github.com/Vogliablu", + "login": "Vogliablu" + } + ], + "created_at": "2023-12-02T13:48:20Z", + "default_branch": "master", + "description": null, + "dirs_total_count": 127, + "files_root_entries": [ + { + "path": ".gitattributes", + "size": 55, + "type": "file" + }, + { + "path": ".gitmodules", + "size": 111, + "type": "file" + }, + { + "path": "DatasetProcessing.ipynb", + "size": 143541, + "type": "file" + }, + { + "path": "README.md", + "size": 2628, + "type": "file" + }, + { + "path": "Screenshot_20231203_115457.png", + "size": 221184, + "type": "file" + }, + { + "path": "apiserver", + "size": 0, + "type": "dir" + }, + { + "path": "aws-reviews", + "size": 0, + "type": "file" + } + ], + "files_total_count": 544, + "first_commit_date_default_branch": "2023-12-03T08:54:55Z", + "forks": 0, + "has_ci": false, + "has_contributing": false, + "has_docker": false, + "has_docs": false, + "has_license_file": false, + "has_notebooks": true, + "has_readme_file": true, + "has_tests": false, + "homepage_url": null, + "is_archived": false, + "is_fork": false, + "is_private": false, + "issues_closed": 0, + "issues_open": 0, + "issues_total": 0, + "languages_top": [ + { + "language": "Jupyter Notebook", + "size": 143541 + }, + { + "language": "JavaScript", + "size": 2604 + } + ], + "last_commit_date_default_branch": "2023-12-03T10:58:43Z", + "last_commit_oid_default_branch": "c07c1dd6b89b44e6989849ad0dda03bc8e3eb6ec", + "latest_release_date": null, + "latest_release_tag": null, + "license_name": null, + "license_spdx": null, + "name_with_owner": "AliEmreSenel/LauzHack2023", + "owner": "AliEmreSenel", + "parent_repo": null, + "parent_url": null, + "primary_language": "Jupyter Notebook", + "project_foreign_key": "lhp_cba1779bfa103145", + "pull_requests_closed": 0, + "pull_requests_merged": 0, + "pull_requests_open": 0, + "pull_requests_total": 0, + "pushed_at": "2023-12-03T10:58:43Z", + "readme_length": 2613, + "readme_text": "# LauzHack2023\nAmazon Review Tools - by Ali S., Alberto L. and Lorenzo C.\n\n## BRIEF DESCRIPTION\nOur project is designed to offer Amazon sellers an accessible and immediate interface for summarizing user reviews ¬on ¬specific products. \nThe main goal of this interface is to identify the most pressing issues associated with a selected product, significantly simplifying the reading of reviews. \nThis streamlined approach lets sellers make simpler impactful decisions to enhance the overall customer experience. \n\n## INSPIRATION \nEach day the world of e-commerce is flooded with millions of feedbacks. We believe there’s a practical way to avoid drowning in them.\nWhen you decide to inspect a product, it shouldn’t take more than a couple of minutes to understand the harshest complaints or its most appreciated features. \nWith this in mind, we designed an efficient algorithm and an especially user-friendly environment to make this a reality. \nFor the scope the hackathon we agreed to focus on making the tools for checking the reviews of a single product at a time.\n\n## WHAT IT DOES\nOur solution can allow companies selling on amazon to have an easy way to take care of the customer reviews of a product of their choice. \nThe interface transmits highly concentrated information through a pie chart that divides customer reviews in a few categories chosen by our algorithm. \nIn this way it is immediate to spot what the majority of the feedback focuses on. \nMoreover, each slice of the pie chart is colour based on the percentage of positivity of reviews in that category coming from a sentiment analysis.\n\n## CHALLENGES WE RAN INTO\n-\tLimited use of LLM credits\n-\tCut in production features (LDA)\n-\tComputational times \n\n## ACCOMPLISHMENTS THAT WE’RE PROUD OF\n- Working demo (back-end and front-end implementation)\n- Learned a lot from first hackathon\n\n## HOW WE BUILT IT\nWe paired id to reviews,\nused text2vec, \nused PCA to “standardize”, \nclustered the vectors through k means (silhouette method to choose optimal k).\nSplit the vectors in 5 macro-categories. We identified the sub-categories of clusters (lemmatization). \nWe also differentiated the data based on a sentiment analysis (NLTK with vader lexicon).\n\n\n## WHAT’S NEXT FOR \"AMAZON REVIEW TOOLS\"\n-\tSimultaneous multiple product checking\n-\tIncrease of accuracy \n-\tAmazon-like UI (seller and vendor)\n\n## CODE STRUCTURE\n```apiserver```: Serves the csv data to the frontend app\n```aws-review```: frontend app written in nextjs\n\n## Screenshot\n![screenshot](https://github.com/AliEmreSenel/LauzHack2023/blob/master/Screenshot_20231203_115457.png?raw=true)\n##", + "readme_title": "LauzHack2023", + "releases_count": 0, + "repo": "LauzHack2023", + "repo_name": "LauzHack2023", + "stars": 1, + "topics": [], + "updated_at": "2024-04-02T13:41:56Z", + "url": "https://github.com/AliEmreSenel/LauzHack2023", + "watchers": 1 + }, + "https://github.com/EduardoNeville/CapitalNetworksAi": { + "error": "[{'type': 'NOT_FOUND', 'path': ['repository'], 'locations': [{'line': 3, 'column': 3}], 'message': \"Could not resolve to a Repository with the name 'EduardoNeville/CapitalNetworksAi'.\"}]", + "owner": "EduardoNeville", + "project_foreign_key": "lhp_2620606244d7b434", + "repo": "CapitalNetworksAi" + }, + "https://github.com/EncryptEx/LauzHack23": { + "commit_count_default_branch": 53, + "contributors_count": 3, + "contributors_top": [ + { + "contributions": 26, + "html_url": "https://github.com/hqbit", + "login": "hqbit" + }, + { + "contributions": 23, + "html_url": "https://github.com/EncryptEx", + "login": "EncryptEx" + }, + { + "contributions": 4, + "html_url": "https://github.com/cucu48", + "login": "cucu48" + } + ], + "created_at": "2023-12-02T12:47:42Z", + "default_branch": "main", + "description": null, + "dirs_total_count": 5, + "files_root_entries": [ + { + "path": ".env.example", + "size": 33, + "type": "file" + }, + { + "path": ".gitignore", + "size": 3094, + "type": "file" + }, + { + "path": "README.md", + "size": 8848, + "type": "file" + }, + { + "path": "ai", + "size": 0, + "type": "dir" + }, + { + "path": "bot", + "size": 0, + "type": "dir" + }, + { + "path": "chatbot.py", + "size": 4969, + "type": "file" + }, + { + "path": "imgs", + "size": 0, + "type": "dir" + }, + { + "path": "requirements.txt", + "size": 328, + "type": "file" + }, + { + "path": "tmp", + "size": 0, + "type": "dir" + } + ], + "files_total_count": 11, + "first_commit_date_default_branch": "2023-12-02T12:47:42Z", + "forks": 0, + "has_ci": false, + "has_contributing": false, + "has_docker": false, + "has_docs": false, + "has_license_file": false, + "has_notebooks": false, + "has_readme_file": true, + "has_tests": false, + "homepage_url": null, + "is_archived": false, + "is_fork": false, + "is_private": false, + "issues_closed": 0, + "issues_open": 0, + "issues_total": 0, + "languages_top": [ + { + "language": "Python", + "size": 9296 + } + ], + "last_commit_date_default_branch": "2023-12-03T10:54:55Z", + "last_commit_oid_default_branch": "ce25b6cdf5f28ee582f270163b58a250ca66eff1", + "latest_release_date": null, + "latest_release_tag": null, + "license_name": null, + "license_spdx": null, + "name_with_owner": "EncryptEx/LauzHack23", + "owner": "EncryptEx", + "parent_repo": null, + "parent_url": null, + "primary_language": "Python", + "project_foreign_key": "lhp_27841905355a6ef0", + "pull_requests_closed": 0, + "pull_requests_merged": 0, + "pull_requests_open": 0, + "pull_requests_total": 0, + "pushed_at": "2023-12-03T10:54:58Z", + "readme_length": 8846, + "readme_text": "# OpenLogsLauz\nUnleash the power of AI and let it cook (foundue, if possible) to brew the answers to all of your questions.\n\n\n\n![Telegram Chat Demo](imgs/screenshot.png)\n\nThis is a project made in LauzHack 2023 at EPFL, Lausane, Switzerland\n\n## Inspiration\nWe realized that most of our daily programming issues can be identified by looking carefully at the logs. But what a better way to automatize this boring and tedious task. \n\n## What it does\nWe have built a Telegram chatbot that lets you upload the log file you want to analyze and what would you like to know about it. It will return the answer to your question. A good example is: \n\n\\*Uploads the log file\\*\n\nIN: ` Did the user 'jonny' remove any program in his computer?`\n\nOUT: ` Yes! The user jonny deleted the 'google-chrome-stable' on Nov 27 at 23:57:23`\n\n\n\n## How we built\nWe splited the project into two main parts: the gptCore stuff, and the Telegram API, both programmed in Python3. \n\n## How to run\n\nInstall Python3, git and venv.\n\nIf you are using a Debian/ Debian-based OSs you can:\n```sh\nsu root\napt install git\napt install Python3\napt install python-dotenv\n```\n\nGet a telegram bot API key and GPT API key. \n You can follow these instructions to create a Telegram Bot: https://core.telegram.org/bots#how-do-i-create-a-bot.\n\n\nClone our repo by:\n\n```sh\ngit clone https://github.com/EncryptEx/LauzHack23\n```\nCreate a virtualenviroment in python by:\n```sh\npython3 -m venv env\n```\nThen, enter it and install the requirements\n\n```sh\nsource env/bin/activate\npip install -r requirements.txt\n```\nCreate a .venv file using the template in the .env.example file (or just delete the \".example\" in the file) and add you API keyes.\n\nAnd finally, just run the main file!\n\n```sh\npython3 chatbot.py\n```\n\nStart chatting with the bot at [Telegram](https://t.me/openlogslauz_bot).\n\n> PROTIP: Use our generated authentication file (from /var/log/auth.log)\n\n> You can generate system log files at [see Other System Log Siles](###Other-System-Log-Files) (bottom of readme)\n\n\n\nCongrats!! The bot is ready to use.\n\n## Challenges we ran into\n\nWe used LLMs (ChatGPT) to cerate a answer taking into account the log file we needed to send a request with a lot of tokens. We started by using chatgpt3.5-turbo with 4k tokens. As a quick fix, we upgraded the version to chatgpt4-turbo-preview with aproximentely 128k tokens of context, meaning that we could upload all the file without choping it in pices. This worked quite well with the downside of being quite expensive (1€/request). Because of that, we had to dongrade the version to chatgpt3.5-16k that is a bit slower but has 4 times the amount context tokens (16k context tokens). With that, we couldn't treat large log files so we opted to chop the files in pices and paralelize the ChatGPT API requests, losing some context but being sustantialy cheaper.\n\n## Accomplishments that we made\nWe learned how to implement and use LLMs, as well as integrating them to Python scripts, and consequently, the Telegram APIs. \nWe also discovered the world of LLM models, since we thought there wouldn't exist that much. We also learned by the economical way the price of GPT4-turbo xd\n\n## What we learned\nWe learned quite a lot about Telegram bots and Chat GPT API. We learned about context in LLMs and system-logs workflow analisys.\n\n## What's next\nWe'd like to use a all-in-one model that can read a single file and ask questions in the same context/conversation, because we ran out of context window tokens because of the log file size. If you want to know how we managed to solve this issue: we opted to chop and split paraelly the data into multiple GPT3.5-turbo conversations.\n\n\n### Other System Log Siles\n| File Path | Description | Use Cases |\n|--------------------------------------------|-------------------------------------------------------|---------------------------------------------------------------|\n| `/var/log/syslog` | Primary system log file. | General system issues, service logs. |\n| `/var/log/dmesg` | Kernel ring buffer messages. | Hardware, driver issues. |\n| `/var/log/auth.log` | Authentication logs. | Security auditing, login issues. |\n| `/var/log/kern.log` | Kernel logs. | Linux kernel issues. |\n| `/var/log/boot.log` | System boot process logs. | Boot-related problems. |\n| `/var/log/dpkg.log` | Package installation and removal activity. | Package management activities. |\n| `/var/log/apache2/access.log` | Apache server access logs. | Web server access information (if Apache is used). |\n| `/var/log/apache2/error.log` | Apache server error logs. | Web server error information (if Apache is used). |\n| `/var/log/mysql.log` | MySQL general log. | MySQL database operations (if MySQL is used). |\n| `/var/log/mysql.err` | MySQL error log. | MySQL database errors (if MySQL is used). |\n| `/var/log/mail.log` | Mail server logs. | Mail server operations. |\n| `/var/log/unattended-upgrades.log` | Automatic software updates logs. | Unattended software updates. |\n| `/var/log/Xorg.0.log` | X.Org server logs. | Graphical display issues. |\n| `/var/log/ufw.log` | Uncomplicated Firewall (UFW) logs. | Firewall operations and issues. |\n| `/var/log/alternatives.log` | Update-alternatives mechanism logs. | Default command changes. |\n| `/var/log/apt/history.log` | APT command history. | Software package management history. |\n| `/var/log/apt/term.log` | Terminal output of APT operations. | Detailed view of APT operations. |\n| `/var/log/cron.log` | Cron job scheduler logs. | Scheduled task operations. |\n| `/var/log/user.log` | User-level application logs. | Application-specific issues. |\n| `/var/log/debug` | Debug messages from system and applications. | In-depth troubleshooting. |\n| `/var/log/faillog` | Failed login attempts log. | Security analysis for unauthorized access attempts. |\n| `/var/log/lastlog` | Record of last logins of all users. | User activity tracking. |\n| `/var/log/wtmp` and `/var/log/btmp` | Login/logout history and bad login attempts. | User login history and unauthorized login attempts. |\n| `/var/log/journal/` | Systemd's journal files. | Comprehensive system logging (if systemd is used). |\n| `/var/log/lightdm/lightdm.log` | LightDM display manager logs. | Desktop display manager operations (if LightDM is used). |\n| `/var/log/sysstat/` | Sysstat package logs for performance monitoring. | System performance analysis (if sysstat is used). |\n| `/var/log/anaconda.log` | Anaconda installer logs. | Installation process details (if Anaconda is used). |\n| `~/.bash_history` | User-specific command history in Bash shell. | Review and audit of user-executed commands in Bash. |\n\n\n\n## Aknowledgements\nThanks for LauzHack for hosting the event, EPFL for the venue and OpenSystems for bringing us an amazing challenge", + "readme_title": "OpenLogsLauz", + "releases_count": 0, + "repo": "LauzHack23", + "repo_name": "LauzHack23", + "stars": 1, + "topics": [], + "updated_at": "2024-04-26T13:18:57Z", + "url": "https://github.com/EncryptEx/LauzHack23", + "watchers": 1 + }, + "https://github.com/Gabriel29062001/hackathon": { + "commit_count_default_branch": 9, + "contributors_count": 2, + "contributors_top": [ + { + "contributions": 6, + "html_url": "https://github.com/grelgp", + "login": "grelgp" + }, + { + "contributions": 3, + "html_url": "https://github.com/Gabriel29062001", + "login": "Gabriel29062001" + } + ], + "created_at": "2023-12-02T17:12:02Z", + "default_branch": "main", + "description": "BMS challenge", + "dirs_total_count": 33, + "files_root_entries": [ + { + "path": "README.md", + "size": 298, + "type": "file" + }, + { + "path": "django_api", + "size": 0, + "type": "dir" + }, + { + "path": "ecg_prediction", + "size": 0, + "type": "dir" + }, + { + "path": "flutter_app", + "size": 0, + "type": "dir" + } + ], + "files_total_count": 136, + "first_commit_date_default_branch": "2023-12-02T17:12:02Z", + "forks": 0, + "has_ci": false, + "has_contributing": false, + "has_docker": false, + "has_docs": false, + "has_license_file": false, + "has_notebooks": false, + "has_readme_file": true, + "has_tests": false, + "homepage_url": null, + "is_archived": false, + "is_fork": false, + "is_private": false, + "issues_closed": 0, + "issues_open": 0, + "issues_total": 0, + "languages_top": [ + { + "language": "JavaScript", + "size": 1763306 + }, + { + "language": "Python", + "size": 154040 + }, + { + "language": "Jupyter Notebook", + "size": 24604 + }, + { + "language": "HTML", + "size": 1832 + }, + { + "language": "Shell", + "size": 969 + } + ], + "last_commit_date_default_branch": "2023-12-04T16:41:58Z", + "last_commit_oid_default_branch": "3bce3317bd069bbf1d09755091048ef46a7117b7", + "latest_release_date": null, + "latest_release_tag": null, + "license_name": null, + "license_spdx": null, + "name_with_owner": "Gabriel29062001/hackathon", + "owner": "Gabriel29062001", + "parent_repo": null, + "parent_url": null, + "primary_language": "JavaScript", + "project_foreign_key": "lhp_c9fba4c50596a7cf", + "pull_requests_closed": 0, + "pull_requests_merged": 0, + "pull_requests_open": 0, + "pull_requests_total": 0, + "pushed_at": "2025-11-01T10:35:36Z", + "readme_length": 289, + "readme_text": "# Lauzhack 2023\n\nHere you can find our codebase for the EPFL hackaton Lauzhack 2023.\n\nIt includes:\n- A web app developed on Flutter\n- A customized python project (forked from [ecg_ptbxl_benchmarking repository](https://github.com/helme/ecg_ptbxl_benchmarking))\n- An API developed in Django", + "readme_title": "Lauzhack 2023", + "releases_count": 0, + "repo": "hackathon", + "repo_name": "hackathon", + "stars": 0, + "topics": [], + "updated_at": "2023-12-03T10:37:09Z", + "url": "https://github.com/Gabriel29062001/hackathon", + "watchers": 1 + }, + "https://github.com/GuyBlumenthal/lauzhacks-2023": { + "error": "[{'type': 'NOT_FOUND', 'path': ['repository'], 'locations': [{'line': 3, 'column': 3}], 'message': \"Could not resolve to a Repository with the name 'GuyBlumenthal/lauzhacks-2023'.\"}]", + "owner": "GuyBlumenthal", + "project_foreign_key": "lhp_1a93bc000cd8a27d", + "repo": "lauzhacks-2023" + }, + "https://github.com/JasserRouis/SwisscomQuest": { + "commit_count_default_branch": 14, + "contributors_count": 2, + "contributors_top": [ + { + "contributions": 8, + "html_url": "https://github.com/JasserRouis", + "login": "JasserRouis" + }, + { + "contributions": 6, + "html_url": "https://github.com/AmirBraham", + "login": "AmirBraham" + } + ], + "created_at": "2023-12-03T09:46:59Z", + "default_branch": "main", + "description": "Ask your Swisscom-related question in Italian, French, German, or English, and utilize our specially designed tool that provides answers and gathers information on a unique webpage. Enjoy!!!", + "dirs_total_count": 5, + "files_root_entries": [ + { + "path": ".DS_Store", + "size": 6148, + "type": "file" + }, + { + "path": ".gitignore", + "size": 30, + "type": "file" + }, + { + "path": "Demo.mov", + "size": 28658497, + "type": "file" + }, + { + "path": "LICENSE", + "size": 1070, + "type": "file" + }, + { + "path": "README.md", + "size": 446, + "type": "file" + }, + { + "path": "__pycache__", + "size": 0, + "type": "dir" + }, + { + "path": "app.py", + "size": 371, + "type": "file" + }, + { + "path": "database", + "size": 0, + "type": "dir" + }, + { + "path": "env-example", + "size": 205, + "type": "file" + }, + { + "path": "existing_file.html", + "size": 80946, + "type": "file" + }, + { + "path": "help_functions.py", + "size": 3497, + "type": "file" + }, + { + "path": "index.html", + "size": 86360, + "type": "file" + }, + { + "path": "main.py", + "size": 2976, + "type": "file" + }, + { + "path": "openai_api_key.txt", + "size": 52, + "type": "file" + }, + { + "path": "requirements.txt", + "size": 400, + "type": "file" + }, + { + "path": "templates", + "size": 0, + "type": "dir" + } + ], + "files_total_count": 111, + "first_commit_date_default_branch": "2023-12-03T09:47:00Z", + "forks": 0, + "has_ci": false, + "has_contributing": false, + "has_docker": false, + "has_docs": false, + "has_license_file": true, + "has_notebooks": false, + "has_readme_file": true, + "has_tests": false, + "homepage_url": null, + "is_archived": false, + "is_fork": false, + "is_private": false, + "issues_closed": 0, + "issues_open": 0, + "issues_total": 0, + "languages_top": [ + { + "language": "HTML", + "size": 212853 + }, + { + "language": "Python", + "size": 12835 + } + ], + "last_commit_date_default_branch": "2023-12-07T18:19:02Z", + "last_commit_oid_default_branch": "01204298e641147379f0fec8758ee68f9160b44a", + "latest_release_date": null, + "latest_release_tag": null, + "license_name": "MIT License", + "license_spdx": "MIT", + "name_with_owner": "JasserRouis/SwisscomQuest", + "owner": "JasserRouis", + "parent_repo": null, + "parent_url": null, + "primary_language": "HTML", + "project_foreign_key": "lhp_61a1edcaeede777d", + "pull_requests_closed": 0, + "pull_requests_merged": 0, + "pull_requests_open": 0, + "pull_requests_total": 0, + "pushed_at": "2023-12-07T18:22:06Z", + "readme_length": 444, + "readme_text": "# SwisscomQuest: Unlock the Enigma of Swisscom Expertise\n\nAsk your Swisscom-related question in Italian, French, German, or English, and utilize our specially designed tool that provides answers and gathers information on a unique webpage. Enjoy!!!\n\n## Requirements\n\n- Python 3\n- A OpenAI API account \n- A Starter Plan Pinecone account\n- Flask\n\n\n\nhttps://github.com/JasserRouis/SwisscomQuest/assets/16255509/986ccc9e-9374-49cc-aca7-7b50caf1f360", + "readme_title": "SwisscomQuest: Unlock the Enigma of Swisscom Expertise", + "releases_count": 0, + "repo": "SwisscomQuest", + "repo_name": "SwisscomQuest", + "stars": 0, + "topics": [], + "updated_at": "2023-12-07T16:10:16Z", + "url": "https://github.com/JasserRouis/SwisscomQuest", + "watchers": 3 + }, + "https://github.com/JstnFv/Lauzhack2023": { + "error": "[{'type': 'NOT_FOUND', 'path': ['repository'], 'locations': [{'line': 3, 'column': 3}], 'message': \"Could not resolve to a Repository with the name 'JstnFv/Lauzhack2023'.\"}]", + "owner": "JstnFv", + "project_foreign_key": "lhp_5e0bd7511529b1e4", + "repo": "Lauzhack2023" + }, + "https://github.com/Kazuki1450/team_kazuki": { + "error": "[{'type': 'NOT_FOUND', 'path': ['repository'], 'locations': [{'line': 3, 'column': 3}], 'message': \"Could not resolve to a Repository with the name 'Kazuki1450/team_kazuki'.\"}]", + "owner": "Kazuki1450", + "project_foreign_key": "lhp_f3841b0315bd4fd9", + "repo": "team_kazuki" + }, + "https://github.com/LauzHack-2023-npm/Digest": { + "commit_count_default_branch": 88, + "contributors_count": 3, + "contributors_top": [ + { + "contributions": 60, + "html_url": "https://github.com/philippwulff", + "login": "philippwulff" + }, + { + "contributions": 14, + "html_url": "https://github.com/martintefra", + "login": "martintefra" + }, + { + "contributions": 14, + "html_url": "https://github.com/ewewraw", + "login": "ewewraw" + } + ], + "created_at": "2023-12-02T13:57:02Z", + "default_branch": "main", + "description": null, + "dirs_total_count": 9, + "files_root_entries": [ + { + "path": ".gitignore", + "size": 3496, + "type": "file" + }, + { + "path": "Architecture.png", + "size": 543969, + "type": "file" + }, + { + "path": "Dockerfile.backend", + "size": 445, + "type": "file" + }, + { + "path": "Dockerfile.frontend", + "size": 1387, + "type": "file" + }, + { + "path": "LICENSE", + "size": 1070, + "type": "file" + }, + { + "path": "README.md", + "size": 1959, + "type": "file" + }, + { + "path": "backend-flask-server", + "size": 0, + "type": "dir" + }, + { + "path": "docker-compose.yml", + "size": 763, + "type": "file" + }, + { + "path": "frontend-react-client", + "size": 0, + "type": "dir" + } + ], + "files_total_count": 55, + "first_commit_date_default_branch": "2023-12-02T14:08:21Z", + "forks": 0, + "has_ci": false, + "has_contributing": false, + "has_docker": true, + "has_docs": false, + "has_license_file": true, + "has_notebooks": false, + "has_readme_file": true, + "has_tests": false, + "homepage_url": null, + "is_archived": false, + "is_fork": false, + "is_private": false, + "issues_closed": 0, + "issues_open": 0, + "issues_total": 0, + "languages_top": [ + { + "language": "JavaScript", + "size": 35997 + }, + { + "language": "Python", + "size": 21080 + }, + { + "language": "HTML", + "size": 1721 + }, + { + "language": "CSS", + "size": 1083 + }, + { + "language": "Shell", + "size": 133 + } + ], + "last_commit_date_default_branch": "2023-12-03T11:00:27Z", + "last_commit_oid_default_branch": "edae4fac175d551f6df6fc15e08c0a01eea8825b", + "latest_release_date": null, + "latest_release_tag": null, + "license_name": "MIT License", + "license_spdx": "MIT", + "name_with_owner": "LauzHack-2023-npm/Digest", + "owner": "LauzHack-2023-npm", + "parent_repo": null, + "parent_url": null, + "primary_language": "JavaScript", + "project_foreign_key": "lhp_dea930e83aaac60a", + "pull_requests_closed": 0, + "pull_requests_merged": 0, + "pull_requests_open": 0, + "pull_requests_total": 0, + "pushed_at": "2023-12-03T11:00:34Z", + "readme_length": 1958, + "readme_text": "# Digest\n<<<<<<< HEAD\n\n> Digest: Where Ideas Speak to You.\n=======\nhttps://youtu.be/rAXkra7h3kw\n# awesome-react-flask-Docker\nHackathon template with a React frontend and Flask backend. Docker containers for easy deployment.\n>>>>>>> 1c303293843fe6d37a8216e3a6f5f7666d39e04b\n\n## What is does\n\nDigest crafts personalized podcasts from arXiv and beyond, delivering curated insights to your ears.\n\n## Demo\n\n# Running\n\n## In Development\n\nYou need `Node.js` (to use `npm`) and `Python` with the required dependencies. On MacOS:\n```bash\n# For the React package manager\nbrew install node\n# Python dependencies\nconda create -n backend Python=3.9\nconda activate backend\nconda install --file backend-react-client/requirements.txt\n```\n\nInstall [Docker](https://docs.docker.com/engine/install/ubuntu/#install-using-the-repository) and [docker-compose](https://docs.docker.com/compose/install/linux/#install-using-the-repository).\n\nRunning the app:\n\n```bash\n# Run the backend before the frontend.\ncd backend-flask-server\nflask run\n\ncd ../frontend-react-client\nnpm run start\n# or\n# DANGEROUSLY_DISABLE_HOST_CHECK=true npm run start\n# See this issue: https://stackoverflow.com/questions/70374005/invalid-options-object-dev-server-has-been-initialized-using-an-options-object\n```\n\n> The backend listens to port `4000` (because MacOS hijacks the default). If you want to change this, you need to modify the following files:\n>- `backend-flask-server/.flaskenv`\n>- `Dockerfile.backend`\n>- `frontend-react-client/deployment/nginx.default.conf`\n>- `frontend-react-client/package.json`\n> \n> The frontend listens to default port `3000`.\n\n## Deployment\n\nUsing a Gunicorn server for the Python project, and nginx as a reverse proxy in front of it. All commands are run from the root directory.\n\n### Building the Docker images together with docker-compose\n\n```bash\ndocker compose up\n```\n\nor `docker-compose up` on older versions. Use `docker compose up -d --no-deps --build` to rebuild.", + "readme_title": "Digest", + "releases_count": 0, + "repo": "Digest", + "repo_name": "Digest", + "stars": 0, + "topics": [], + "updated_at": "2023-12-02T15:25:14Z", + "url": "https://github.com/LauzHack-2023-npm/Digest", + "watchers": 0 + }, + "https://github.com/MarioROT/IdeaFusion": { + "commit_count_default_branch": 3, + "contributors_count": 1, + "contributors_top": [ + { + "contributions": 3, + "html_url": "https://github.com/MarioROT", + "login": "MarioROT" + } + ], + "created_at": "2023-12-03T07:32:27Z", + "default_branch": "main", + "description": null, + "dirs_total_count": 16, + "files_root_entries": [ + { + "path": ".gitignore", + "size": 2047, + "type": "file" + }, + { + "path": "LICENSE", + "size": 1074, + "type": "file" + }, + { + "path": "README.md", + "size": 1844, + "type": "file" + }, + { + "path": "main.py", + "size": 559, + "type": "file" + }, + { + "path": "map2.json", + "size": 311, + "type": "file" + }, + { + "path": "map3.json", + "size": 880, + "type": "file" + }, + { + "path": "mindmap.json", + "size": 927, + "type": "file" + }, + { + "path": "mindmapTest.html", + "size": 2393, + "type": "file" + }, + { + "path": "openAI.js", + "size": 2751, + "type": "file" + }, + { + "path": "package-lock.json", + "size": 58873, + "type": "file" + }, + { + "path": "package.json", + "size": 200, + "type": "file" + }, + { + "path": "pdfGPT", + "size": 0, + "type": "file" + }, + { + "path": "public", + "size": 0, + "type": "dir" + }, + { + "path": "server.js", + "size": 8220, + "type": "file" + }, + { + "path": "src", + "size": 0, + "type": "dir" + } + ], + "files_total_count": 91, + "first_commit_date_default_branch": "2023-12-03T07:37:07Z", + "forks": 0, + "has_ci": false, + "has_contributing": false, + "has_docker": false, + "has_docs": false, + "has_license_file": true, + "has_notebooks": false, + "has_readme_file": true, + "has_tests": false, + "homepage_url": null, + "is_archived": false, + "is_fork": false, + "is_private": false, + "issues_closed": 0, + "issues_open": 0, + "issues_total": 0, + "languages_top": [ + { + "language": "JavaScript", + "size": 125823 + }, + { + "language": "HTML", + "size": 12511 + }, + { + "language": "SCSS", + "size": 2707 + }, + { + "language": "CSS", + "size": 1176 + }, + { + "language": "Python", + "size": 559 + } + ], + "last_commit_date_default_branch": "2023-12-03T10:49:44Z", + "last_commit_oid_default_branch": "f3415d1368bf6cc6addd1ad591d37539d8a11232", + "latest_release_date": null, + "latest_release_tag": null, + "license_name": "MIT License", + "license_spdx": "MIT", + "name_with_owner": "MarioROT/IdeaFusion", + "owner": "MarioROT", + "parent_repo": null, + "parent_url": null, + "primary_language": "JavaScript", + "project_foreign_key": "lhp_9369cb49c5668088", + "pull_requests_closed": 0, + "pull_requests_merged": 0, + "pull_requests_open": 0, + "pull_requests_total": 0, + "pushed_at": "2023-12-03T10:49:51Z", + "readme_length": 1839, + "readme_text": "# IdeaFusion\nLauzHack Hackathon project at EPFL!\n\n\nOur project focus on a normal user. For example, imagine you have a to do a presentation, understand something without reading a text, or send something on telegram, all that really quickly. It how we came up with our powerful productivity tool we've been working on — Loudepeck: IdeaFusion. It's not just an ordinary tool; IdeaFusion, it's a solution to common productivity challenges that every people face. It is here to transform the way you work and create.\n\n\n## Learnings\nThe features that IdeaFusion are:\n1) Mindmap: Visualize your ideas and plans effortlessly.\nCreate Image with Theme:\n\n2) Generate creative and themes images on the fly \n\n3) Summarize a Text: Save time by quickly summarizing lengthy texts.\n\n4) Key Words: Extract insights by identifying key words from texts.\n\n5) Translate: Break language barriers and translate text seamlessly.\n\n6) Provide Definition: Enhance your vocabulary with instant word definitions.\n\n7) Read a Text Out Loud: Enjoy a hands-free reading experience.\n\n8) Send Note to Telegram: Stay connected by sharing notes directly on Telegram.\n\n\n## Challenges\n1. \nFigure out a smooth workflows that are beneficial for the users\n2. Connecting tools - We use differents kinds of tools: Java, C#, and also API from differents services, so it was difficult to connect everything.\n3. \nRely on LLM to provide information because something they fail\n4. We see the plugging function and C## is new your evryone of us, so it was kid challenging \n\n\n## Future Directions\nLive Notes—Eddy can be a helpful tool for transcribing and organizing meeting and lecture notes. With improvements to our summary feature, Eddy will be able to create detailed notes from a live recording of a meeting.\nFor otther specific users: Ex: use AI to do documentaion for the code etc.", + "readme_title": "IdeaFusion", + "releases_count": 0, + "repo": "IdeaFusion", + "repo_name": "IdeaFusion", + "stars": 0, + "topics": [], + "updated_at": "2023-12-03T07:37:16Z", + "url": "https://github.com/MarioROT/IdeaFusion", + "watchers": 1 + }, + "https://github.com/MelissaEPFL/Hackaton_project": { + "commit_count_default_branch": 53, + "contributors_count": 5, + "contributors_top": [ + { + "contributions": 23, + "html_url": "https://github.com/RomainMendez", + "login": "RomainMendez" + }, + { + "contributions": 17, + "html_url": "https://github.com/MelissaEPFL", + "login": "MelissaEPFL" + }, + { + "contributions": 8, + "html_url": null, + "login": "alexa" + }, + { + "contributions": 3, + "html_url": null, + "login": "Alexandre Bouillon" + }, + { + "contributions": 2, + "html_url": null, + "login": "Romain, Mendez" + } + ], + "created_at": "2023-12-02T14:21:37Z", + "default_branch": "main", + "description": null, + "dirs_total_count": 14, + "files_root_entries": [ + { + "path": ".gitignore", + "size": 139, + "type": "file" + }, + { + "path": "FlaskAction", + "size": 0, + "type": "dir" + }, + { + "path": "LoupeDeckPlugin", + "size": 0, + "type": "dir" + }, + { + "path": "README.md", + "size": 18, + "type": "file" + }, + { + "path": "__pycache__", + "size": 0, + "type": "dir" + }, + { + "path": "app.py", + "size": 176, + "type": "file" + }, + { + "path": "context_trigger.py", + "size": 2321, + "type": "file" + }, + { + "path": "get_context.py", + "size": 2460, + "type": "file" + }, + { + "path": "obj", + "size": 0, + "type": "dir" + } + ], + "files_total_count": 46, + "first_commit_date_default_branch": "2023-12-02T14:21:37Z", + "forks": 0, + "has_ci": false, + "has_contributing": false, + "has_docker": false, + "has_docs": false, + "has_license_file": false, + "has_notebooks": false, + "has_readme_file": true, + "has_tests": false, + "homepage_url": null, + "is_archived": false, + "is_fork": false, + "is_private": false, + "issues_closed": 0, + "issues_open": 0, + "issues_total": 0, + "languages_top": [ + { + "language": "Python", + "size": 9503 + }, + { + "language": "C#", + "size": 7689 + }, + { + "language": "PowerShell", + "size": 69 + } + ], + "last_commit_date_default_branch": "2023-12-03T15:16:25Z", + "last_commit_oid_default_branch": "98705c686f9fc58dee3704c7e0100e947d0b18f2", + "latest_release_date": null, + "latest_release_tag": null, + "license_name": null, + "license_spdx": null, + "name_with_owner": "MelissaEPFL/Hackaton_project", + "owner": "MelissaEPFL", + "parent_repo": null, + "parent_url": null, + "primary_language": "Python", + "project_foreign_key": "lhp_c5a966b6fcfa2f03", + "pull_requests_closed": 0, + "pull_requests_merged": 0, + "pull_requests_open": 0, + "pull_requests_total": 0, + "pushed_at": "2023-12-03T15:16:30Z", + "readme_length": 18, + "readme_text": "# Hackaton_project", + "readme_title": "Hackaton_project", + "releases_count": 0, + "repo": "Hackaton_project", + "repo_name": "Hackaton_project", + "stars": 0, + "topics": [], + "updated_at": "2023-12-03T08:32:46Z", + "url": "https://github.com/MelissaEPFL/Hackaton_project", + "watchers": 1 + }, + "https://github.com/Mycelium-Lauzhack2023/WebUI": { + "commit_count_default_branch": 16, + "contributors_count": 1, + "contributors_top": [ + { + "contributions": 16, + "html_url": "https://github.com/AmanTifli", + "login": "AmanTifli" + } + ], + "created_at": "2023-12-02T13:13:57Z", + "default_branch": "main", + "description": null, + "dirs_total_count": 5, + "files_root_entries": [ + { + "path": ".gitignore", + "size": 32, + "type": "file" + }, + { + "path": "README.md", + "size": 1731, + "type": "file" + }, + { + "path": "babel.config.js", + "size": 73, + "type": "file" + }, + { + "path": "jsconfig.json", + "size": 279, + "type": "file" + }, + { + "path": "package.json", + "size": 1075, + "type": "file" + }, + { + "path": "public", + "size": 0, + "type": "dir" + }, + { + "path": "src", + "size": 0, + "type": "dir" + }, + { + "path": "vue.config.js", + "size": 118, + "type": "file" + } + ], + "files_total_count": 14, + "first_commit_date_default_branch": "2023-12-02T13:13:57Z", + "forks": 0, + "has_ci": false, + "has_contributing": false, + "has_docker": false, + "has_docs": false, + "has_license_file": false, + "has_notebooks": false, + "has_readme_file": true, + "has_tests": false, + "homepage_url": null, + "is_archived": false, + "is_fork": false, + "is_private": false, + "issues_closed": 0, + "issues_open": 0, + "issues_total": 0, + "languages_top": [ + { + "language": "Vue", + "size": 6953 + }, + { + "language": "JavaScript", + "size": 702 + }, + { + "language": "HTML", + "size": 611 + } + ], + "last_commit_date_default_branch": "2023-12-03T10:37:11Z", + "last_commit_oid_default_branch": "f5fbcbfbbe46bf35c976cfddc3cfafe3ea67e78b", + "latest_release_date": null, + "latest_release_tag": null, + "license_name": null, + "license_spdx": null, + "name_with_owner": "Mycelium-Lauzhack2023/WebUI", + "owner": "Mycelium-Lauzhack2023", + "parent_repo": null, + "parent_url": null, + "primary_language": "Vue", + "project_foreign_key": "lhp_720b675cd168b467", + "pull_requests_closed": 0, + "pull_requests_merged": 1, + "pull_requests_open": 0, + "pull_requests_total": 1, + "pushed_at": "2023-12-03T10:37:14Z", + "readme_length": 1730, + "readme_text": "# Mycelium WebUi\n\n# Description\nProject Mycelium Frontend is a Vue.js-based user interface designed to\nseamlessly interact with our autonomous mobile robot fleet. This intuitive web\napplication empowers users to effortlessly assign zones for AGVs (Automated\nGuided Vehicles) to navigate, while providing real-time visibility into the\nsolution returned by the advanced path planner.\n\n# Key Features\n- Zone Assignment: Easily define target zones for AGVs to navigate within various environments.\n- Real-time Visualization: Instantly visualize the solution generated by the path planner for optimized navigation.\n- Mobile Compatibility: Accessible on a range of devices, including iPads and smartphones, for on-the-go logistics management.\n\n# Getting Started\n- Clone the repository: git clone https://github.com/Mycelium-Lauzhack2023/WebUI\n- Install dependencies: npm install\n- Start the development server: npm run serve\n- Open the application in your browser at http://localhost:8080\n\n# Usage\n- Access the web UI through your preferred browser.\n- Define target zones by interacting with the user-friendly interface.\n- Witness real-time updates as AGVs autonomously navigate to assigned zones.\n\n# Dependencies\n- ependencies listed in package.json\n\n# License\n- This project is licensed under the [MIT License](LICENSE).\n\n# Contact\n- For inquiries and support, contact me at [aman.tifli@gmail.com](mailto:aman.tifli@gmail.com)\n\n## NPM commands\n```\nnpm install\n```\n\n### Compiles and hot-reloads for development\n```\nnpm run serve\n```\n\n### Compiles and minifies for production\n```\nnpm run build\n```\n\n### Lints and fixes files\n```\nnpm run lint\n```\n\n### Customize configuration\nSee [Configuration Reference](https://cli.vuejs.org/config/).", + "readme_title": "Mycelium WebUi", + "releases_count": 0, + "repo": "WebUI", + "repo_name": "WebUI", + "stars": 0, + "topics": [], + "updated_at": "2023-12-03T04:25:58Z", + "url": "https://github.com/Mycelium-Lauzhack2023/WebUI", + "watchers": 1 + }, + "https://github.com/Mycelium-Lauzhack2023/restapi": { + "commit_count_default_branch": 5, + "contributors_count": 1, + "contributors_top": [ + { + "contributions": 5, + "html_url": "https://github.com/AmanTifli", + "login": "AmanTifli" + } + ], + "created_at": "2023-12-02T21:35:40Z", + "default_branch": "main", + "description": null, + "dirs_total_count": 1, + "files_root_entries": [ + { + "path": ".gitignore", + "size": 14, + "type": "file" + }, + { + "path": "README.md", + "size": 1496, + "type": "file" + }, + { + "path": "go.mod", + "size": 1400, + "type": "file" + }, + { + "path": "go.sum", + "size": 9769, + "type": "file" + }, + { + "path": "main.go", + "size": 2439, + "type": "file" + }, + { + "path": "multi_agent.txt", + "size": 16221, + "type": "file" + }, + { + "path": "robotcomm", + "size": 0, + "type": "dir" + } + ], + "files_total_count": 7, + "first_commit_date_default_branch": "2023-12-02T21:35:40Z", + "forks": 0, + "has_ci": false, + "has_contributing": false, + "has_docker": false, + "has_docs": false, + "has_license_file": false, + "has_notebooks": false, + "has_readme_file": true, + "has_tests": false, + "homepage_url": null, + "is_archived": false, + "is_fork": false, + "is_private": false, + "issues_closed": 0, + "issues_open": 0, + "issues_total": 0, + "languages_top": [ + { + "language": "Go", + "size": 2950 + } + ], + "last_commit_date_default_branch": "2023-12-03T10:19:54Z", + "last_commit_oid_default_branch": "4da79cf5cf18567541b31288e668eac6c3a2b10c", + "latest_release_date": null, + "latest_release_tag": null, + "license_name": null, + "license_spdx": null, + "name_with_owner": "Mycelium-Lauzhack2023/restapi", + "owner": "Mycelium-Lauzhack2023", + "parent_repo": null, + "parent_url": null, + "primary_language": "Go", + "project_foreign_key": "lhp_720b675cd168b467", + "pull_requests_closed": 0, + "pull_requests_merged": 0, + "pull_requests_open": 0, + "pull_requests_total": 0, + "pushed_at": "2023-12-03T10:19:57Z", + "readme_length": 1495, + "readme_text": "# Project Mycelium RESTful service\n\n# Description\nThis project is a Golang-based RESTful web service using GIN,\nserving as the intermediary between the path planner and the frontend. This\nservice efficiently retrieves information from the planner, processes it, and\nprepares the data for seamless integration with the Vue.js frontend.\n\n# Key Features\n- RESTful API: Exposes a clean and efficient API for communication with the frontend.\n- Data Processing: Gathers information from the path planner and formats it for real-time consumption by the frontend.\n- Scalable and Performant: Built on GIN, known for its speed and minimalistic design, ensuring optimal performance.\n\n# Getting Started\n- Clone the repository: git clone https://github.com/Mycelium-Lauzhack2023/restapi\n- Install dependencies: go get ./...\n- Build and run the server: go run main.go\n- The server will be accessible at http://localhost:8081\n\n# API Endpoints\n- GET /api/path: Retrieve path information from the path planner.\n- Add any additional endpoints as needed.\n\n# Configuration\n- Modify the config.yaml file to adjust server settings, planner connection details, etc.\n\n# Dependencies\n- GIN: github.com/gin-gonic/gin\n- Add any other dependencies to go.mod\n\n# License\n- This project is licensed under the [MIT License](LICENSE).\n\n# Acknowledgments\n- Mention any third-party libraries, tools, or frameworks used.\n\n# Contact\n- For inquiries and support, contact us at [your-email@example.com](mailto:your-email@example.com).", + "readme_title": "Project Mycelium RESTful service", + "releases_count": 0, + "repo": "restapi", + "repo_name": "restapi", + "stars": 0, + "topics": [], + "updated_at": "2023-12-03T04:27:46Z", + "url": "https://github.com/Mycelium-Lauzhack2023/restapi", + "watchers": 1 + }, + "https://github.com/Mycelium-Lauzhack2023/robot-simulator": { + "commit_count_default_branch": 22, + "contributors_count": 1, + "contributors_top": [ + { + "contributions": 22, + "html_url": "https://github.com/dominic4810", + "login": "dominic4810" + } + ], + "created_at": "2023-12-02T13:05:46Z", + "default_branch": "main", + "description": null, + "dirs_total_count": 9, + "files_root_entries": [ + { + "path": ".gitignore", + "size": 3078, + "type": "file" + }, + { + "path": ".pre-commit-config.yaml", + "size": 1671, + "type": "file" + }, + { + "path": "README.md", + "size": 1086, + "type": "file" + }, + { + "path": "RRT.gif", + "size": 205146, + "type": "file" + }, + { + "path": "autonomous_multi_agent_navigation.gif", + "size": 147667, + "type": "file" + }, + { + "path": "configs", + "size": 0, + "type": "dir" + }, + { + "path": "multi_agent.txt", + "size": 16221, + "type": "file" + }, + { + "path": "pyproject.toml", + "size": 1139, + "type": "file" + }, + { + "path": "requirements-dev.txt", + "size": 140, + "type": "file" + }, + { + "path": "setup.cfg", + "size": 492, + "type": "file" + }, + { + "path": "setup.py", + "size": 67, + "type": "file" + }, + { + "path": "single_agent.txt", + "size": 18094, + "type": "file" + }, + { + "path": "src", + "size": 0, + "type": "dir" + }, + { + "path": "tools", + "size": 0, + "type": "dir" + } + ], + "files_total_count": 31, + "first_commit_date_default_branch": "2023-12-02T13:05:47Z", + "forks": 0, + "has_ci": false, + "has_contributing": false, + "has_docker": false, + "has_docs": false, + "has_license_file": false, + "has_notebooks": false, + "has_readme_file": true, + "has_tests": false, + "homepage_url": null, + "is_archived": false, + "is_fork": false, + "is_private": false, + "issues_closed": 0, + "issues_open": 0, + "issues_total": 0, + "languages_top": [ + { + "language": "Python", + "size": 13413 + }, + { + "language": "Shell", + "size": 149 + } + ], + "last_commit_date_default_branch": "2023-12-03T04:26:53Z", + "last_commit_oid_default_branch": "f9167bf22c3728543a0e8b3c9c90febfcb0b6925", + "latest_release_date": null, + "latest_release_tag": null, + "license_name": null, + "license_spdx": null, + "name_with_owner": "Mycelium-Lauzhack2023/robot-simulator", + "owner": "Mycelium-Lauzhack2023", + "parent_repo": null, + "parent_url": null, + "primary_language": "Python", + "project_foreign_key": "lhp_720b675cd168b467", + "pull_requests_closed": 0, + "pull_requests_merged": 4, + "pull_requests_open": 0, + "pull_requests_total": 4, + "pushed_at": "2023-12-03T04:26:53Z", + "readme_length": 1085, + "readme_text": "# Project Mycelium: robot-simulator\n\nProject Mycelium addresses the problem of logistic bottleneck by introducing a fleet of autonomous robots capable of dynamically navigating diverse environments.\nThis fleet of autonomous robots have applications in multiple sectors, such as healthcare, retail, manufacturing and entertainment.\n\nIn this repository, a bespoke robot simulator is implemented to simulate a fleet of autonomous robots.\nIt also contains a bespoke navigation stack to enable these robots to navigate to any predifined target position.\n\n## Demo\n\nThe 3 agents (blue) in the GIF below are navigating to their goal position autonomously.\nThere is no pre-programmed path.\n\n![Fleet of autonomous agents](https://github.com/Lauzhack2023/robot-simulator/blob/main/autonomous_multi_agent_navigation.gif)\n\nFor this demo, the RRT* Algorithm is used as the planner in the navigation stack.\n\n![RRT visualization](https://github.com/Lauzhack2023/robot-simulator/blob/main/RRT.gif)\n\nThis project is developed as part of the LauzHack 2023 event.\nTeam members: Dominic Wong, Muhammad Aman", + "readme_title": "Project Mycelium: robot-simulator", + "releases_count": 0, + "repo": "robot-simulator", + "repo_name": "robot-simulator", + "stars": 0, + "topics": [], + "updated_at": "2023-12-03T04:28:15Z", + "url": "https://github.com/Mycelium-Lauzhack2023/robot-simulator", + "watchers": 2 + }, + "https://github.com/Nifel13/SBB": { + "commit_count_default_branch": 81, + "contributors_count": 5, + "contributors_top": [ + { + "contributions": 25, + "html_url": "https://github.com/Nifel13", + "login": "Nifel13" + }, + { + "contributions": 25, + "html_url": "https://github.com/Barrenee", + "login": "Barrenee" + }, + { + "contributions": 17, + "html_url": "https://github.com/adriacantarero", + "login": "adriacantarero" + }, + { + "contributions": 8, + "html_url": "https://github.com/violetapoma", + "login": "violetapoma" + }, + { + "contributions": 6, + "html_url": null, + "login": "adraco007" + } + ], + "created_at": "2023-12-02T13:21:27Z", + "default_branch": "main", + "description": "repositori del sbb bubu", + "dirs_total_count": 9, + "files_root_entries": [ + { + "path": ".gitignore", + "size": 18, + "type": "file" + }, + { + "path": "Acces API", + "size": 0, + "type": "dir" + }, + { + "path": "MapUserInterface", + "size": 0, + "type": "dir" + }, + { + "path": "README.md", + "size": 30, + "type": "file" + }, + { + "path": "SBB_Challenge.pdf", + "size": 3459859, + "type": "file" + }, + { + "path": "WebMap", + "size": 0, + "type": "dir" + }, + { + "path": "__pycache__", + "size": 0, + "type": "dir" + }, + { + "path": "api-docs.json", + "size": 20652, + "type": "file" + }, + { + "path": "journeyAdria.py", + "size": 6311, + "type": "file" + }, + { + "path": "journeyAdria_edu.py", + "size": 2700, + "type": "file" + }, + { + "path": "journeyGetter.py", + "size": 1700, + "type": "file" + }, + { + "path": "mapabubuAdria.py", + "size": 1274, + "type": "file" + }, + { + "path": "mapacotxe.py", + "size": 1241, + "type": "file" + }, + { + "path": "maps.py", + "size": 1005, + "type": "file" + }, + { + "path": "mobilitat.json", + "size": 940995, + "type": "file" + }, + { + "path": "prova.py", + "size": 371, + "type": "file" + }, + { + "path": "proves_vio.py", + "size": 2330, + "type": "file" + }, + { + "path": "ruta_leaflet.html", + "size": 5772, + "type": "file" + }, + { + "path": "ruta_suiza.html", + "size": 5775, + "type": "file" + }, + { + "path": "timeCar&Walk.py", + "size": 1523, + "type": "file" + }, + { + "path": "traductor_coords.py", + "size": 1739, + "type": "file" + }, + { + "path": "traject.json", + "size": 129170, + "type": "file" + } + ], + "files_total_count": 53, + "first_commit_date_default_branch": "2023-12-02T13:36:24Z", + "forks": 0, + "has_ci": false, + "has_contributing": false, + "has_docker": false, + "has_docs": false, + "has_license_file": false, + "has_notebooks": false, + "has_readme_file": true, + "has_tests": false, + "homepage_url": null, + "is_archived": false, + "is_fork": false, + "is_private": false, + "issues_closed": 0, + "issues_open": 0, + "issues_total": 0, + "languages_top": [ + { + "language": "JavaScript", + "size": 874818 + }, + { + "language": "Python", + "size": 33141 + }, + { + "language": "CSS", + "size": 29257 + }, + { + "language": "HTML", + "size": 27496 + } + ], + "last_commit_date_default_branch": "2023-12-03T11:03:16Z", + "last_commit_oid_default_branch": "65f8ed5eb36029e6e3ce771be5e7d61166ea5898", + "latest_release_date": null, + "latest_release_tag": null, + "license_name": null, + "license_spdx": null, + "name_with_owner": "Nifel13/SBB", + "owner": "Nifel13", + "parent_repo": null, + "parent_url": null, + "primary_language": "JavaScript", + "project_foreign_key": "lhp_f091aa5641e4e148", + "pull_requests_closed": 0, + "pull_requests_merged": 0, + "pull_requests_open": 0, + "pull_requests_total": 0, + "pushed_at": "2023-12-03T11:03:18Z", + "readme_length": 29, + "readme_text": "# SBB\nrepositori del sbb bubu", + "readme_title": "SBB", + "releases_count": 0, + "repo": "SBB", + "repo_name": "SBB", + "stars": 0, + "topics": [], + "updated_at": "2023-12-02T23:42:53Z", + "url": "https://github.com/Nifel13/SBB", + "watchers": 1 + }, + "https://github.com/PetarSt98/LauzHack_Swissquote": { + "commit_count_default_branch": 11, + "contributors_count": 2, + "contributors_top": [ + { + "contributions": 7, + "html_url": "https://github.com/giuseppe-steduto", + "login": "giuseppe-steduto" + }, + { + "contributions": 4, + "html_url": "https://github.com/PetarSt98", + "login": "PetarSt98" + } + ], + "created_at": "2023-12-02T23:45:07Z", + "default_branch": "master", + "description": null, + "dirs_total_count": 11, + "files_root_entries": [ + { + "path": ".gitignore", + "size": 4, + "type": "file" + }, + { + "path": ".idea", + "size": 0, + "type": "dir" + }, + { + "path": "Database.csv", + "size": 510, + "type": "file" + }, + { + "path": "Dockerfile", + "size": 513, + "type": "file" + }, + { + "path": "datasets", + "size": 0, + "type": "dir" + }, + { + "path": "docker-compose.yml", + "size": 277, + "type": "file" + }, + { + "path": "frontend", + "size": 0, + "type": "dir" + }, + { + "path": "lauzhack-cce5e-firebase-adminsdk-omls8-239f3c856f.json", + "size": 2382, + "type": "file" + }, + { + "path": "main.py", + "size": 18320, + "type": "file" + }, + { + "path": "notification_data.json", + "size": 5141, + "type": "file" + }, + { + "path": "requirements.txt", + "size": 2899, + "type": "file" + } + ], + "files_total_count": 69, + "first_commit_date_default_branch": "2023-12-02T23:47:45Z", + "forks": 0, + "has_ci": false, + "has_contributing": false, + "has_docker": true, + "has_docs": false, + "has_license_file": false, + "has_notebooks": false, + "has_readme_file": false, + "has_tests": false, + "homepage_url": null, + "is_archived": false, + "is_fork": false, + "is_private": false, + "issues_closed": 0, + "issues_open": 0, + "issues_total": 0, + "languages_top": [ + { + "language": "JavaScript", + "size": 23830 + }, + { + "language": "Python", + "size": 18320 + }, + { + "language": "CSS", + "size": 7716 + }, + { + "language": "HTML", + "size": 1721 + }, + { + "language": "Dockerfile", + "size": 926 + } + ], + "last_commit_date_default_branch": "2023-12-03T10:32:18Z", + "last_commit_oid_default_branch": "138c4cd04d2ca7a156d946a52f67d9d29e589fbc", + "latest_release_date": null, + "latest_release_tag": null, + "license_name": null, + "license_spdx": null, + "name_with_owner": "PetarSt98/LauzHack_Swissquote", + "owner": "PetarSt98", + "parent_repo": null, + "parent_url": null, + "primary_language": "JavaScript", + "project_foreign_key": "lhp_3dbe2226da766c89", + "pull_requests_closed": 0, + "pull_requests_merged": 0, + "pull_requests_open": 0, + "pull_requests_total": 0, + "pushed_at": "2023-12-03T10:32:24Z", + "readme_length": null, + "readme_text": null, + "readme_title": null, + "releases_count": 0, + "repo": "LauzHack_Swissquote", + "repo_name": "LauzHack_Swissquote", + "stars": 0, + "topics": [], + "updated_at": "2023-12-03T10:22:50Z", + "url": "https://github.com/PetarSt98/LauzHack_Swissquote", + "watchers": 1 + }, + "https://github.com/Ralar-14/LauzHack2023": { + "commit_count_default_branch": 24, + "contributors_count": 2, + "contributors_top": [ + { + "contributions": 15, + "html_url": "https://github.com/HalcoDraco", + "login": "HalcoDraco" + }, + { + "contributions": 9, + "html_url": "https://github.com/Ralar-14", + "login": "Ralar-14" + } + ], + "created_at": "2023-12-02T13:12:31Z", + "default_branch": "main", + "description": null, + "dirs_total_count": 1, + "files_root_entries": [ + { + "path": ".gitignore", + "size": 13, + "type": "file" + }, + { + "path": "LICENSE", + "size": 7048, + "type": "file" + }, + { + "path": "README.md", + "size": 14, + "type": "file" + }, + { + "path": "app.py", + "size": 955, + "type": "file" + }, + { + "path": "domain.py", + "size": 51, + "type": "file" + }, + { + "path": "main.py", + "size": 2730, + "type": "file" + }, + { + "path": "mapa.py", + "size": 1902, + "type": "file" + }, + { + "path": "templates", + "size": 0, + "type": "dir" + } + ], + "files_total_count": 8, + "first_commit_date_default_branch": "2023-12-02T13:12:31Z", + "forks": 0, + "has_ci": false, + "has_contributing": false, + "has_docker": false, + "has_docs": false, + "has_license_file": true, + "has_notebooks": false, + "has_readme_file": true, + "has_tests": false, + "homepage_url": null, + "is_archived": false, + "is_fork": false, + "is_private": false, + "issues_closed": 0, + "issues_open": 0, + "issues_total": 0, + "languages_top": [ + { + "language": "Python", + "size": 5638 + }, + { + "language": "HTML", + "size": 4340 + } + ], + "last_commit_date_default_branch": "2023-12-03T09:24:12Z", + "last_commit_oid_default_branch": "b4aabe4f1454f80046f8705dada94f558b8da3d0", + "latest_release_date": null, + "latest_release_tag": null, + "license_name": "Creative Commons Zero v1.0 Universal", + "license_spdx": "CC0-1.0", + "name_with_owner": "Ralar-14/LauzHack2023", + "owner": "Ralar-14", + "parent_repo": null, + "parent_url": null, + "primary_language": "Python", + "project_foreign_key": "lhp_c7da5a76953b2381", + "pull_requests_closed": 0, + "pull_requests_merged": 0, + "pull_requests_open": 0, + "pull_requests_total": 0, + "pushed_at": "2023-12-03T09:24:18Z", + "readme_length": 14, + "readme_text": "# LauzHack2023", + "readme_title": "LauzHack2023", + "releases_count": 0, + "repo": "LauzHack2023", + "repo_name": "LauzHack2023", + "stars": 0, + "topics": [], + "updated_at": "2023-12-02T23:41:15Z", + "url": "https://github.com/Ralar-14/LauzHack2023", + "watchers": 1 + }, + "https://github.com/RoCKnD79/LauzHack23": { + "commit_count_default_branch": 35, + "contributors_count": 3, + "contributors_top": [ + { + "contributions": 21, + "html_url": "https://github.com/RoCKnD79", + "login": "RoCKnD79" + }, + { + "contributions": 10, + "html_url": "https://github.com/EvanMassonnet", + "login": "EvanMassonnet" + }, + { + "contributions": 4, + "html_url": "https://github.com/yasmineben510", + "login": "yasmineben510" + } + ], + "created_at": "2023-12-02T13:36:15Z", + "default_branch": "main", + "description": null, + "dirs_total_count": 125, + "files_root_entries": [ + { + "path": ".gitignore", + "size": 71, + "type": "file" + }, + { + "path": "README.md", + "size": 172, + "type": "file" + }, + { + "path": "__pycache__", + "size": 0, + "type": "dir" + }, + { + "path": "data", + "size": 0, + "type": "dir" + }, + { + "path": "frontend.py", + "size": 22147, + "type": "file" + }, + { + "path": "globals.py", + "size": 260, + "type": "file" + }, + { + "path": "images", + "size": 0, + "type": "dir" + }, + { + "path": "index.js", + "size": 938, + "type": "file" + }, + { + "path": "keyboard_input.py", + "size": 5009, + "type": "file" + }, + { + "path": "light_interface.py", + "size": 3306, + "type": "file" + }, + { + "path": "logimood_icon.ico", + "size": 25041, + "type": "file" + }, + { + "path": "mood_detection", + "size": 0, + "type": "dir" + }, + { + "path": "node_modules", + "size": 0, + "type": "dir" + }, + { + "path": "package-lock.json", + "size": 13158, + "type": "file" + }, + { + "path": "package.json", + "size": 291, + "type": "file" + }, + { + "path": "requirements.txt", + "size": 67, + "type": "file" + } + ], + "files_total_count": 686, + "first_commit_date_default_branch": "2023-12-02T13:36:15Z", + "forks": 0, + "has_ci": false, + "has_contributing": false, + "has_docker": false, + "has_docs": false, + "has_license_file": false, + "has_notebooks": false, + "has_readme_file": true, + "has_tests": false, + "homepage_url": null, + "is_archived": false, + "is_fork": false, + "is_private": false, + "issues_closed": 0, + "issues_open": 0, + "issues_total": 0, + "languages_top": [ + { + "language": "Jupyter Notebook", + "size": 863147 + }, + { + "language": "Python", + "size": 47667 + }, + { + "language": "JavaScript", + "size": 938 + } + ], + "last_commit_date_default_branch": "2023-12-03T10:45:21Z", + "last_commit_oid_default_branch": "480dcdf1e07e6f97be4170b30bdbb41294178a40", + "latest_release_date": null, + "latest_release_tag": null, + "license_name": null, + "license_spdx": null, + "name_with_owner": "RoCKnD79/LauzHack23", + "owner": "RoCKnD79", + "parent_repo": null, + "parent_url": null, + "primary_language": "Jupyter Notebook", + "project_foreign_key": "lhp_5b5d119227a847b3", + "pull_requests_closed": 0, + "pull_requests_merged": 0, + "pull_requests_open": 0, + "pull_requests_total": 0, + "pushed_at": "2023-12-03T10:45:26Z", + "readme_length": 171, + "readme_text": "# LauzHack23\n\npip3 install customtkinter\npip3 install packaging\npip install pillow\npython3 -m pip install Pillow\npython3 -m pip install pynput\npython3 -m pip install numpy", + "readme_title": "LauzHack23", + "releases_count": 0, + "repo": "LauzHack23", + "repo_name": "LauzHack23", + "stars": 0, + "topics": [], + "updated_at": "2023-12-03T03:18:29Z", + "url": "https://github.com/RoCKnD79/LauzHack23", + "watchers": 1 + }, + "https://github.com/abilevi5/FitHeart-with-Kangi": { + "commit_count_default_branch": 5, + "contributors_count": 1, + "contributors_top": [ + { + "contributions": 5, + "html_url": "https://github.com/abilevi5", + "login": "abilevi5" + } + ], + "created_at": "2023-12-03T10:46:34Z", + "default_branch": "main", + "description": "App for HCM patients", + "dirs_total_count": 0, + "files_root_entries": [ + { + "path": "FitHeartWithKangi.txt", + "size": 341863, + "type": "file" + }, + { + "path": "README.md", + "size": 308, + "type": "file" + } + ], + "files_total_count": 2, + "first_commit_date_default_branch": "2023-12-03T10:46:34Z", + "forks": 0, + "has_ci": false, + "has_contributing": false, + "has_docker": false, + "has_docs": false, + "has_license_file": false, + "has_notebooks": false, + "has_readme_file": true, + "has_tests": false, + "homepage_url": null, + "is_archived": false, + "is_fork": false, + "is_private": false, + "issues_closed": 0, + "issues_open": 0, + "issues_total": 0, + "languages_top": [], + "last_commit_date_default_branch": "2025-11-18T17:02:18Z", + "last_commit_oid_default_branch": "0129c4e3aedd7cd11aed09e9e070272d69a15865", + "latest_release_date": null, + "latest_release_tag": null, + "license_name": null, + "license_spdx": null, + "name_with_owner": "abilevi5/FitHeart-with-Kangi", + "owner": "abilevi5", + "parent_repo": null, + "parent_url": null, + "primary_language": null, + "project_foreign_key": "lhp_10eedd294db21942", + "pull_requests_closed": 0, + "pull_requests_merged": 0, + "pull_requests_open": 0, + "pull_requests_total": 0, + "pushed_at": "2025-11-18T17:02:18Z", + "readme_length": 306, + "readme_text": "# FitHeart-with-Kangi\n#App for HCM patients, created as part of Bristol Myers Squibb challenge for LauzHack 2023\n\n#LINK TO FIGMA\n\nhttps://www.figma.com/file/wtt9Iwa307vSEpyLXssNGc/Lauzhack-BMS?type=design&node-id=0-1&mode=design&t=y20aqk0HELj5z5iS-0\n\n#LINK TO MIRO\n\nhttps://miro.com/app/board/uXjVNHhUUs8=/", + "readme_title": "FitHeart-with-Kangi", + "releases_count": 0, + "repo": "FitHeart-with-Kangi", + "repo_name": "FitHeart-with-Kangi", + "stars": 0, + "topics": [], + "updated_at": "2025-11-18T17:02:22Z", + "url": "https://github.com/abilevi5/FitHeart-with-Kangi", + "watchers": 1 + }, + "https://github.com/akpekig/plv": { + "commit_count_default_branch": 16, + "contributors_count": 2, + "contributors_top": [ + { + "contributions": 15, + "html_url": "https://github.com/baldwinboy", + "login": "baldwinboy" + }, + { + "contributions": 1, + "html_url": "https://github.com/Leonardo-Martella", + "login": "Leonardo-Martella" + } + ], + "created_at": "2023-12-02T15:44:32Z", + "default_branch": "main", + "description": "SBB Transportation Efficient Route Generator", + "dirs_total_count": 8, + "files_root_entries": [ + { + "path": ".dockerignore", + "size": 86, + "type": "file" + }, + { + "path": ".env.example", + "size": 266, + "type": "file" + }, + { + "path": ".gitignore", + "size": 202, + "type": "file" + }, + { + "path": "Dockerfile", + "size": 610, + "type": "file" + }, + { + "path": "Makefile", + "size": 509, + "type": "file" + }, + { + "path": "README.md", + "size": 528, + "type": "file" + }, + { + "path": "__init__.py", + "size": 0, + "type": "file" + }, + { + "path": "api", + "size": 0, + "type": "dir" + }, + { + "path": "docker-compose.yml", + "size": 388, + "type": "file" + }, + { + "path": "mypy.ini", + "size": 230, + "type": "file" + }, + { + "path": "plv", + "size": 0, + "type": "dir" + }, + { + "path": "pytest.ini", + "size": 23, + "type": "file" + }, + { + "path": "requirements.txt", + "size": 1185, + "type": "file" + }, + { + "path": "schemas", + "size": 0, + "type": "dir" + }, + { + "path": "tests", + "size": 0, + "type": "dir" + }, + { + "path": "ui", + "size": 0, + "type": "dir" + } + ], + "files_total_count": 28, + "first_commit_date_default_branch": "2023-12-02T18:56:57Z", + "forks": 0, + "has_ci": false, + "has_contributing": false, + "has_docker": true, + "has_docs": false, + "has_license_file": false, + "has_notebooks": false, + "has_readme_file": true, + "has_tests": true, + "homepage_url": null, + "is_archived": false, + "is_fork": false, + "is_private": false, + "issues_closed": 7, + "issues_open": 3, + "issues_total": 10, + "languages_top": [ + { + "language": "Python", + "size": 5306 + }, + { + "language": "Dockerfile", + "size": 794 + }, + { + "language": "Makefile", + "size": 509 + }, + { + "language": "JavaScript", + "size": 245 + }, + { + "language": "CSS", + "size": 45 + } + ], + "last_commit_date_default_branch": "2024-01-16T18:15:04Z", + "last_commit_oid_default_branch": "f11d0d173ac635137ee3484391170dd304e30d36", + "latest_release_date": null, + "latest_release_tag": null, + "license_name": null, + "license_spdx": null, + "name_with_owner": "baldwinboy/plv", + "owner": "akpekig", + "parent_repo": null, + "parent_url": null, + "primary_language": "Python", + "project_foreign_key": "lhp_ccbd58532e1e0f67", + "pull_requests_closed": 0, + "pull_requests_merged": 3, + "pull_requests_open": 0, + "pull_requests_total": 3, + "pushed_at": "2024-01-16T18:15:04Z", + "readme_length": 527, + "readme_text": "# SBB Transportation Efficient Route Generator\n\nAn application to generate routes that connects travellers to a station within one mile of their location. Made using Solito, Python, GraphHopper, and Docker.\n\nWhat it can do:\n- [X] Search for stations within a 1 mile radius of the traveller's origin\n- [] Profile traveller for route priorities, including bicycle use, low emission, reliability, cost, simplicity, and accessibility.\n- [] Check parking availability\n- [] Identify most efficient station entrances\n- [] Live updates", + "readme_title": "SBB Transportation Efficient Route Generator", + "releases_count": 0, + "repo": "plv", + "repo_name": "plv", + "stars": 0, + "topics": [], + "updated_at": "2023-12-02T20:33:13Z", + "url": "https://github.com/baldwinboy/plv", + "watchers": 1 + }, + "https://github.com/alberttkt/helvetrip": { + "commit_count_default_branch": 4, + "contributors_count": 1, + "contributors_top": [ + { + "contributions": 4, + "html_url": "https://github.com/alberttkt", + "login": "alberttkt" + } + ], + "created_at": "2023-12-03T07:46:06Z", + "default_branch": "main", + "description": null, + "dirs_total_count": 20, + "files_root_entries": [ + { + "path": ".gitignore", + "size": 316, + "type": "file" + }, + { + "path": "README.md", + "size": 111, + "type": "file" + }, + { + "path": "debug.py", + "size": 516, + "type": "file" + }, + { + "path": "images", + "size": 0, + "type": "dir" + }, + { + "path": "lauzhack", + "size": 0, + "type": "dir" + }, + { + "path": "requirements.txt", + "size": 1841, + "type": "file" + }, + { + "path": "test_api.py", + "size": 2770, + "type": "file" + } + ], + "files_total_count": 82, + "first_commit_date_default_branch": "2023-12-03T10:29:37Z", + "forks": 0, + "has_ci": false, + "has_contributing": false, + "has_docker": false, + "has_docs": false, + "has_license_file": false, + "has_notebooks": false, + "has_readme_file": true, + "has_tests": false, + "homepage_url": null, + "is_archived": false, + "is_fork": false, + "is_private": false, + "issues_closed": 0, + "issues_open": 0, + "issues_total": 0, + "languages_top": [ + { + "language": "JavaScript", + "size": 357993 + }, + { + "language": "Python", + "size": 44173 + }, + { + "language": "Jupyter Notebook", + "size": 5768 + }, + { + "language": "CSS", + "size": 5228 + }, + { + "language": "HTML", + "size": 1720 + } + ], + "last_commit_date_default_branch": "2023-12-07T10:21:37Z", + "last_commit_oid_default_branch": "7a064d8b254172ad67c67d6fbf758cea5b657f56", + "latest_release_date": null, + "latest_release_tag": null, + "license_name": null, + "license_spdx": null, + "name_with_owner": "alberttkt/helvetrip", + "owner": "alberttkt", + "parent_repo": null, + "parent_url": null, + "primary_language": "JavaScript", + "project_foreign_key": "lhp_84b1e893d7706ed5", + "pull_requests_closed": 0, + "pull_requests_merged": 0, + "pull_requests_open": 0, + "pull_requests_total": 0, + "pushed_at": "2023-12-07T10:21:37Z", + "readme_length": 109, + "readme_text": "# Lauzhack2023\n\n\n\nhttps://github.com/alberttkt/helvetrip/assets/75203799/cd19df91-ee37-49a7-a499-a4d332904ae1", + "readme_title": "Lauzhack2023", + "releases_count": 0, + "repo": "helvetrip", + "repo_name": "helvetrip", + "stars": 0, + "topics": [], + "updated_at": "2023-12-03T10:29:44Z", + "url": "https://github.com/alberttkt/helvetrip", + "watchers": 1 + }, + "https://github.com/alexball970/LauzHack2023": { + "commit_count_default_branch": 42, + "contributors_count": 3, + "contributors_top": [ + { + "contributions": 25, + "html_url": "https://github.com/achillet3", + "login": "achillet3" + }, + { + "contributions": 14, + "html_url": "https://github.com/alexball970", + "login": "alexball970" + }, + { + "contributions": 3, + "html_url": "https://github.com/jvmcoquet", + "login": "jvmcoquet" + } + ], + "created_at": "2023-12-02T12:26:59Z", + "default_branch": "main", + "description": null, + "dirs_total_count": 681, + "files_root_entries": [ + { + "path": ".DS_Store", + "size": 8196, + "type": "file" + }, + { + "path": ".ipynb_checkpoints", + "size": 0, + "type": "dir" + }, + { + "path": "LauzHack_v2.pdf", + "size": 5115499, + "type": "file" + }, + { + "path": "LauzHack_v2.pptx", + "size": 22686604, + "type": "file" + }, + { + "path": "LivePolls-main", + "size": 0, + "type": "dir" + }, + { + "path": "README.md", + "size": 521, + "type": "file" + }, + { + "path": "Tutorial_MainHackathon.ipynb", + "size": 157055, + "type": "file" + }, + { + "path": "gtts.mp3", + "size": 17568, + "type": "file" + }, + { + "path": "huggingface.mp3", + "size": 21240, + "type": "file" + }, + { + "path": "lauzhackPolls", + "size": 0, + "type": "dir" + }, + { + "path": "openai_key.txt", + "size": 51, + "type": "file" + } + ], + "files_total_count": 2967, + "first_commit_date_default_branch": "2023-12-02T12:26:59Z", + "forks": 0, + "has_ci": false, + "has_contributing": false, + "has_docker": false, + "has_docs": false, + "has_license_file": false, + "has_notebooks": true, + "has_readme_file": true, + "has_tests": false, + "homepage_url": null, + "is_archived": false, + "is_fork": false, + "is_private": false, + "issues_closed": 0, + "issues_open": 0, + "issues_total": 0, + "languages_top": [ + { + "language": "Jupyter Notebook", + "size": 313651 + }, + { + "language": "Swift", + "size": 92540 + }, + { + "language": "JavaScript", + "size": 3335 + }, + { + "language": "Ruby", + "size": 242 + } + ], + "last_commit_date_default_branch": "2023-12-08T19:38:39Z", + "last_commit_oid_default_branch": "48b145fe0aca9e947f163a44464ee1ca4daca431", + "latest_release_date": null, + "latest_release_tag": null, + "license_name": null, + "license_spdx": null, + "name_with_owner": "alexball970/LauzHack2023", + "owner": "alexball970", + "parent_repo": null, + "parent_url": null, + "primary_language": "Jupyter Notebook", + "project_foreign_key": "lhp_f84913a950701310", + "pull_requests_closed": 0, + "pull_requests_merged": 1, + "pull_requests_open": 0, + "pull_requests_total": 1, + "pushed_at": "2023-12-08T19:38:39Z", + "readme_length": 509, + "readme_text": "# EPFL Polling 🚀\n\n## Goal 🎯\n1. Conduct a poll to gather questions for central services (VPT / Presidency).\n - Develop a user-friendly voting platform.\n2. Create a project list based on participants' affirmative responses, including available time commitments.\n - Implement a voting platform.\n - Motivate students to engage actively.\n3. Foster initiative and inspire community action.\n\n## Implementation 🛠️\n - Reward system for poll participation.\n - Plant a tree on campus for every 5 polls completed.", + "readme_title": "EPFL Polling 🚀", + "releases_count": 0, + "repo": "LauzHack2023", + "repo_name": "LauzHack2023", + "stars": 0, + "topics": [], + "updated_at": "2023-12-03T11:03:11Z", + "url": "https://github.com/alexball970/LauzHack2023", + "watchers": 1 + }, + "https://github.com/alvaro-budria/VirtuWheel": { + "commit_count_default_branch": 11, + "contributors_count": 2, + "contributors_top": [ + { + "contributions": 6, + "html_url": null, + "login": "Álvaro Budría" + }, + { + "contributions": 5, + "html_url": "https://github.com/alvaro-budria", + "login": "alvaro-budria" + } + ], + "created_at": "2023-12-03T00:48:41Z", + "default_branch": "main", + "description": null, + "dirs_total_count": 1, + "files_root_entries": [ + { + "path": "LICENSE", + "size": 11357, + "type": "file" + }, + { + "path": "README.md", + "size": 2891, + "type": "file" + }, + { + "path": "assets", + "size": 0, + "type": "dir" + }, + { + "path": "obtain_angle.py", + "size": 5418, + "type": "file" + } + ], + "files_total_count": 6, + "first_commit_date_default_branch": "2023-12-03T00:48:42Z", + "forks": 0, + "has_ci": false, + "has_contributing": false, + "has_docker": false, + "has_docs": false, + "has_license_file": true, + "has_notebooks": false, + "has_readme_file": true, + "has_tests": false, + "homepage_url": null, + "is_archived": false, + "is_fork": false, + "is_private": false, + "issues_closed": 0, + "issues_open": 0, + "issues_total": 0, + "languages_top": [ + { + "language": "Python", + "size": 5418 + } + ], + "last_commit_date_default_branch": "2023-12-05T14:30:18Z", + "last_commit_oid_default_branch": "b2e311795f95cef39dcafb670655dcccf78ef790", + "latest_release_date": null, + "latest_release_tag": null, + "license_name": "Apache License 2.0", + "license_spdx": "Apache-2.0", + "name_with_owner": "alvaro-budria/VirtuWheel", + "owner": "alvaro-budria", + "parent_repo": null, + "parent_url": null, + "primary_language": "Python", + "project_foreign_key": "lhp_f0c89a3c8d57e0c0", + "pull_requests_closed": 0, + "pull_requests_merged": 0, + "pull_requests_open": 0, + "pull_requests_total": 0, + "pushed_at": "2023-12-05T14:30:18Z", + "readme_length": 2890, + "readme_text": "# VirtuWheel\n### A 3D Driving Simulator with Body Pose Control\n\n\nVirtuWheel is a 3D driving simulator that offers a unique experience by allowing users to control the steering wheel using their body pose. In contrast to traditional simulators that require specific hardware like a physical steering wheel and gear shift, our system only needs a regular laptop and a budget camera, and an optional Logitech command board for enhanced controllability. The simulator immerses users in a realistic real-world environment, enhancing the driving experience while making it more accessible.\n\n![](./assets/img.png)\n\n![](./assets/demo2.gif)\n\n![](./assets/demo.gif)\n\n\n## Features\n* Body Pose Control: Users can control the steering wheel through their body pose.\n\n* Integrated command board: It is possible to integrate a Logitech board into the system, allowing for additional actions like taking screenshots, changing the car speed, and changing the direction (forward/backward).\n\n* Realistic Environment: The simulator provides a real-world driving experience with realistic scenery.\n\n* Minimal Requirements: Only a regular laptop and a budget camera are required, making it accessible to a wide audience.\n\n\n## Installation\n\n\n### Python Real-time Pose Detector\nClone the repository and install the required dependencies:\n\n`pip install opencv-python numpy>=1.24.0 mediapipe`\n\nWe changed some parameters that are hardcoded in Mediapipe's code base. Go to `solutions/drawing_utils.py` in Mediapipe's library (typically at `~/anaconda3/lib/python/site-packages/mediapipe/python/solutions/drawing_utils.py`), and set\n\n```\n_PRESENCE_THRESHOLD = 0.05\n_VISIBILITY_THRESHOLD = 0.1\n```\n\nat the beginning of the file.\n\nThen download the required model files (in a .zip) from [this Google Drive folder](https://drive.google.com/drive/folders/1USEdy_7uvwO4PIqsQJq8kT0sX4H4f7nn) and put the unzipped folder `OpenPose_models` under the home directory of the project.\n\n\n### Unity 3D Environment\n\nDownload the 3D Unity environment from [this Google Drive folder](https://drive.google.com/drive/folders/1K-5VAzCNx5bGB1IafuC4UzgDrgbZ6NQs?usp=drive_link). Put it in the project home directory.\nRefer to the Unity [official manual](https://docs.unity3d.com/Manual/) for installation instructions.\n\n\n## Usage\n\nFirst execute the Python pose detection backend and leave it running on a separate terminal.\n\n`python obtain_angle.py`\n\nThen run the project on Unity in game mode. Open the environment from Unity and play it as is.\n\nFinally, enjoy.\n\n\n\n## Authors\n\n- **Malika Utailineyeva**. Developed the main Unity app and integrated the different components.\n\n- **Jaume Ros**. Created the real-world Lausanne 3D environment.\n\n- **Valentin Schepotev**. Programmed the Logitech command board and integrated it into the system.\n\n- **Alvaro Budria**. Implemented the body pose detector and the steering wheel algorithm.", + "readme_title": "VirtuWheel", + "releases_count": 0, + "repo": "VirtuWheel", + "repo_name": "VirtuWheel", + "stars": 1, + "topics": [], + "updated_at": "2025-05-29T15:32:05Z", + "url": "https://github.com/alvaro-budria/VirtuWheel", + "watchers": 1 + }, + "https://github.com/azuma164/Cooking-stream": { + "commit_count_default_branch": 6, + "contributors_count": 1, + "contributors_top": [ + { + "contributions": 6, + "html_url": "https://github.com/azuma164", + "login": "azuma164" + } + ], + "created_at": "2023-12-03T07:07:02Z", + "default_branch": "main", + "description": null, + "dirs_total_count": 5, + "files_root_entries": [ + { + "path": ".gitignore", + "size": 49, + "type": "file" + }, + { + "path": ".vscode", + "size": 0, + "type": "dir" + }, + { + "path": "README.md", + "size": 267, + "type": "file" + }, + { + "path": "lauzhack_obs", + "size": 0, + "type": "dir" + }, + { + "path": "models", + "size": 0, + "type": "dir" + }, + { + "path": "output", + "size": 0, + "type": "dir" + }, + { + "path": "poetry.lock", + "size": 156907, + "type": "file" + }, + { + "path": "pyproject.toml", + "size": 484, + "type": "file" + }, + { + "path": "src", + "size": 0, + "type": "dir" + } + ], + "files_total_count": 17, + "first_commit_date_default_branch": "2023-12-03T07:08:46Z", + "forks": 0, + "has_ci": false, + "has_contributing": false, + "has_docker": false, + "has_docs": false, + "has_license_file": false, + "has_notebooks": false, + "has_readme_file": true, + "has_tests": false, + "homepage_url": null, + "is_archived": false, + "is_fork": false, + "is_private": false, + "issues_closed": 0, + "issues_open": 0, + "issues_total": 0, + "languages_top": [ + { + "language": "Python", + "size": 9236 + } + ], + "last_commit_date_default_branch": "2023-12-03T11:00:02Z", + "last_commit_oid_default_branch": "46d5050e2811c18736df419d76c56ea026624da0", + "latest_release_date": null, + "latest_release_tag": null, + "license_name": null, + "license_spdx": null, + "name_with_owner": "azuma164/Cooking-stream", + "owner": "azuma164", + "parent_repo": null, + "parent_url": null, + "primary_language": "Python", + "project_foreign_key": "lhp_4e2dd449cc60a02d", + "pull_requests_closed": 0, + "pull_requests_merged": 0, + "pull_requests_open": 0, + "pull_requests_total": 0, + "pushed_at": "2023-12-03T11:00:12Z", + "readme_length": 266, + "readme_text": "- Download the model from [here](https://storage.googleapis.com/mediapipe-models/gesture_recognizer/gesture_recognizer/float16/latest/gesture_recognizer.task)\n\n- Download poetry if not installed\n\n```bash\npoetry install\n```\n\n```bash\npoetry run python3 src/main.py\n```", + "readme_title": "- Download the model from [here](https://storage.googleapis.com/mediapipe-models/gesture_recognizer/gesture_recognizer/float16/latest/gesture_recognizer.task)", + "releases_count": 0, + "repo": "Cooking-stream", + "repo_name": "Cooking-stream", + "stars": 0, + "topics": [], + "updated_at": "2023-12-03T10:54:57Z", + "url": "https://github.com/azuma164/Cooking-stream", + "watchers": 1 + }, + "https://github.com/bioicons/pdb2vector": { + "commit_count_default_branch": 77, + "contributors_count": 4, + "contributors_top": [ + { + "contributions": 27, + "html_url": "https://github.com/rush42", + "login": "rush42" + }, + { + "contributions": 25, + "html_url": "https://github.com/duerrsimon", + "login": "duerrsimon" + }, + { + "contributions": 23, + "html_url": "https://github.com/cheeseNA", + "login": "cheeseNA" + }, + { + "contributions": 2, + "html_url": "https://github.com/richtefee", + "login": "richtefee" + } + ], + "created_at": "2023-12-02T13:18:57Z", + "default_branch": "main", + "description": null, + "dirs_total_count": 7, + "files_root_entries": [ + { + "path": ".github", + "size": 0, + "type": "dir" + }, + { + "path": ".gitignore", + "size": 253, + "type": "file" + }, + { + "path": "LICENSE", + "size": 1065, + "type": "file" + }, + { + "path": "README.md", + "size": 571, + "type": "file" + }, + { + "path": "index.html", + "size": 507, + "type": "file" + }, + { + "path": "loupedeck_profile", + "size": 0, + "type": "dir" + }, + { + "path": "package-lock.json", + "size": 118428, + "type": "file" + }, + { + "path": "package.json", + "size": 581, + "type": "file" + }, + { + "path": "postcss.config.js", + "size": 80, + "type": "file" + }, + { + "path": "public", + "size": 0, + "type": "dir" + }, + { + "path": "src", + "size": 0, + "type": "dir" + }, + { + "path": "tailwind.config.js", + "size": 309, + "type": "file" + }, + { + "path": "vite.config.js", + "size": 180, + "type": "file" + } + ], + "files_total_count": 28, + "first_commit_date_default_branch": "2023-12-02T13:18:57Z", + "forks": 0, + "has_ci": true, + "has_contributing": false, + "has_docker": false, + "has_docs": false, + "has_license_file": true, + "has_notebooks": false, + "has_readme_file": true, + "has_tests": false, + "homepage_url": "https://bioicons.github.io/pdb2vector/", + "is_archived": false, + "is_fork": false, + "is_private": false, + "issues_closed": 0, + "issues_open": 1, + "issues_total": 1, + "languages_top": [ + { + "language": "Vue", + "size": 103136 + }, + { + "language": "JavaScript", + "size": 1506 + }, + { + "language": "HTML", + "size": 507 + }, + { + "language": "CSS", + "size": 58 + } + ], + "last_commit_date_default_branch": "2023-12-03T19:38:13Z", + "last_commit_oid_default_branch": "75a383268df16ebfd421b5baae22c8d29356b9c6", + "latest_release_date": null, + "latest_release_tag": null, + "license_name": "MIT License", + "license_spdx": "MIT", + "name_with_owner": "bioicons/pdb2vector", + "owner": "bioicons", + "parent_repo": null, + "parent_url": null, + "primary_language": "Vue", + "project_foreign_key": "lhp_1b44e35bce06a464", + "pull_requests_closed": 0, + "pull_requests_merged": 12, + "pull_requests_open": 0, + "pull_requests_total": 12, + "pushed_at": "2023-12-03T19:38:16Z", + "readme_length": 569, + "readme_text": "# pdb2vector\n\nThis [web-application](http://bioicons.github.io/pdb2vector) gives a convenient way to interact with a wide variety of proteins from the RCSB protein databank. It was designed to simplify the workflow of preparing 2D vector graphic illustrations used e.g. in scientific publications by integrating all relevant components into one application. The application can be intuitively controlled by LoupeDeck using provided configurations.\n\n## Build upon\n- pdbMol*\n- Vue\n- gradio\n\n## Credits\nSimon Dürr, Ryoma Maeda, Laurenz Rasche, Felix Richter\n\nLausHack 2023", + "readme_title": "pdb2vector", + "releases_count": 0, + "repo": "pdb2vector", + "repo_name": "pdb2vector", + "stars": 1, + "topics": [], + "updated_at": "2024-02-24T07:10:42Z", + "url": "https://github.com/bioicons/pdb2vector", + "watchers": 1 + }, + "https://github.com/cern-lauzhack-2023/Lauzcom-Assistant": { + "commit_count_default_branch": 12, + "contributors_count": 2, + "contributors_top": [ + { + "contributions": 9, + "html_url": null, + "login": "Daan Rosendal" + }, + { + "contributions": 3, + "html_url": null, + "login": "Carmen Marcos" + } + ], + "created_at": "2023-12-02T20:07:56Z", + "default_branch": "main", + "description": "A genius customisable GPT-powered chatbot that can extract Swisscom's juiciest secrets faster than you can say \"chocolate fondue\" at a Swiss ski lodge.", + "dirs_total_count": 1975, + "files_root_entries": [ + { + "path": ".env-template", + "size": 209, + "type": "file" + }, + { + "path": ".gitignore", + "size": 2407, + "type": "file" + }, + { + "path": "LICENSE", + "size": 1062, + "type": "file" + }, + { + "path": "README.md", + "size": 4628, + "type": "file" + }, + { + "path": "application", + "size": 0, + "type": "dir" + }, + { + "path": "docker-compose-dev.yaml", + "size": 241, + "type": "file" + }, + { + "path": "docker-compose-local.yaml", + "size": 459, + "type": "file" + }, + { + "path": "docker-compose-mock.yaml", + "size": 375, + "type": "file" + }, + { + "path": "docker-compose.yaml", + "size": 1404, + "type": "file" + }, + { + "path": "docs", + "size": 0, + "type": "dir" + }, + { + "path": "frontend", + "size": 0, + "type": "dir" + }, + { + "path": "mock-backend", + "size": 0, + "type": "dir" + }, + { + "path": "package-lock.json", + "size": 61474, + "type": "file" + }, + { + "path": "package.json", + "size": 111, + "type": "file" + }, + { + "path": "run-with-docker-compose.sh", + "size": 410, + "type": "file" + }, + { + "path": "scripts", + "size": 0, + "type": "dir" + }, + { + "path": "setup.sh", + "size": 2781, + "type": "file" + }, + { + "path": "tests", + "size": 0, + "type": "dir" + } + ], + "files_total_count": 21153, + "first_commit_date_default_branch": "2023-12-02T20:09:44Z", + "forks": 0, + "has_ci": false, + "has_contributing": false, + "has_docker": true, + "has_docs": true, + "has_license_file": true, + "has_notebooks": false, + "has_readme_file": true, + "has_tests": true, + "homepage_url": null, + "is_archived": false, + "is_fork": false, + "is_private": false, + "issues_closed": 0, + "issues_open": 0, + "issues_total": 0, + "languages_top": [ + { + "language": "Python", + "size": 180999 + }, + { + "language": "TypeScript", + "size": 103333 + }, + { + "language": "CSS", + "size": 6780 + }, + { + "language": "JavaScript", + "size": 4109 + }, + { + "language": "Shell", + "size": 3282 + }, + { + "language": "Dockerfile", + "size": 1025 + }, + { + "language": "HTML", + "size": 428 + } + ], + "last_commit_date_default_branch": "2023-12-03T10:59:07Z", + "last_commit_oid_default_branch": "49c3426aca1959437b5cb94a97ab6000e10e9027", + "latest_release_date": null, + "latest_release_tag": null, + "license_name": "MIT License", + "license_spdx": "MIT", + "name_with_owner": "cern-lauzhack-2023/lauzcom-assistant", + "owner": "cern-lauzhack-2023", + "parent_repo": null, + "parent_url": null, + "primary_language": "Python", + "project_foreign_key": "lhp_9e71b81f8632dd53", + "pull_requests_closed": 0, + "pull_requests_merged": 0, + "pull_requests_open": 0, + "pull_requests_total": 0, + "pushed_at": "2023-12-03T10:59:07Z", + "readme_length": 4627, + "readme_text": "# Lauzcom Assistant\n\nLauzcom Assistant is an interactive and user-friendly solution designed to provide seamless access to critical Swisscom data. By integrating powerful **GPT** models, customers can easily ask questions about public Swisscom data and receive accurate answers swiftly.\n\nSay goodbye to time-consuming manual searches, and let **Lauzcom Assistant** revolutionise your customer interactions.\n\n## Authors\n\nThe Lauzcom Assistant project is created by:\n\n- [Carmen Marcos](https://github.com/carmenmarcos00)\n- [Daan Rosendal](https://github.com/daanrosendal)\n\n## Table of contents\n\n- [Demo](#demo)\n- [Architecture](#architecture)\n- [Quick start](#quick-start)\n- [Development environment](#development-environment)\n - [Run Mongo and Redis](#run-mongo-and-redis)\n - [Run the backend](#run-the-backend)\n - [Run the frontend](#run-the-frontend)\n- [License](#license)\n\n## Demo\n\n[Demo video](https://www.youtube.com/watch?v=P4xqU10uZqA)\n\n## Architecture\n\n![Architecture](./docs/images/architecture.png)\n\n## Quick start\n\n> [!Note]\n> Make sure you have [Docker](https://docs.docker.com/engine/install/) installed\n\nOn macOS or Linux, run:\n\n```bash\n./setup.sh\n```\n\nIt installs all the dependencies and allows you to download a model locally or use OpenAI. LauzHack Assistant now runs at http://localhost:5173.\n\nOtherwise, follow these steps:\n\n1. Download and open this repository with `git clone git@github.com:cern-lauzhack-2023/Lauzcom-Assistant.git`.\n2. Create a `.env` file in your root directory and set the env variable `API_KEY` with your [OpenAI API key](https://platform.openai.com/account/api-keys) and `VITE_API_STREAMING` to true or false, depending on whether you want streaming answers or not.\n\n ```bash\n API_KEY=\n VITE_API_STREAMING=true\n ```\n\n See optional environment variables in the [/.env-template](https://github.com/cern-lauzhack-2023/Lauzcom-Assistant/blob/main/.env-template) and [/application/.env_sample](https://github.com/cern-lauzhack-2023/Lauzcom-Assistant/blob/main/application/.env_sample) files.\n\n3. Run [./run-with-docker-compose.sh](https://github.com/cern-lauzhack-2023/Lauzcom-Assistant/blob/main/run-with-docker-compose.sh).\n4. LauzHack Assistant now runs at http://localhost:5173.\n\nTo stop, press `Ctrl + C`.\n\n## Development environment\n\n### Run Mongo and Redis\n\nFor development, only two containers are used from [docker-compose.yaml](https://github.com/cern-lauzhack-2023/Lauzcom-Assistant/blob/main/docker-compose.yaml) (by deleting all services except for Redis and Mongo). See file [docker-compose-dev.yaml](./docker-compose-dev.yaml).\n\nRun:\n\n```bash\ndocker compose -f docker-compose-dev.yaml build\ndocker compose -f docker-compose-dev.yaml up -d\n```\n\n### Run the backend\n\n> [!Note]\n> Make sure you have Python 3.10 or 3.11 installed.\n\n1. Export required environment variables or prepare a `.env` file in the `/application` folder.\n - Copy [.env_sample](https://github.com/cern-lauzhack-2023/Lauzcom-Assistant/blob/main/application/.env_sample) and create `.env` with your OpenAI API token for the `API_KEY` and `EMBEDDINGS_KEY` fields.\n\n(check out [`application/core/settings.py`](application/core/settings.py) if you want to see more config options.)\n\n2. (optional) Create a Python virtual environment:\n Follow the [Python official documentation](https://docs.python.org/3/tutorial/venv.html) for virtual environments.\n\n a) On Linux and macOS:\n\n ```bash\n python -m venv venv\n . venv/bin/activate\n ```\n\n b) On Windows:\n\n ```bash\n python -m venv venv\n venv/Scripts/activate\n ```\n\n3. Install dependencies for the backend:\n\n```bash\npip install -r application/requirements.txt\n```\n\n4. Run the app using:\n\n```bash\nflask --app application/app.py run --host=0.0.0.0 --port=7091\n```\n\nThe backend API now runs at http://localhost:7091.\n\n5. Start worker with:\n\n```bash\ncelery -A application.app.celery worker -l INFO\n```\n\n### Run the frontend\n\n> [!Note]\n> Make sure you have Node version 16 or higher.\n\n1. Navigate to the [/frontend](https://github.com/cern-lauzhack-2023/Lauzcom-Assistant/tree/main/frontend) folder.\n2. Install the required packages `husky` and `vite` (ignore if already installed).\n\n```bash\nnpm install husky -g\nnpm install vite -g\n```\n\n3. Install dependencies by running:\n\n```bash\nnpm install --include=dev\n```\n\n4. Run the app using:\n\n```bash\nnpm run dev\n```\n\nThe frontend now runs at http://localhost:5173.\n\n## License\n\nThe source code license is [MIT](https://opensource.org/license/mit/), as described in the [LICENSE](LICENSE) file.\n\nBuilt with [:bird: :link: LangChain](https://github.com/hwchase17/langchain)", + "readme_title": "Lauzcom Assistant", + "releases_count": 0, + "repo": "Lauzcom-Assistant", + "repo_name": "lauzcom-assistant", + "stars": 3, + "topics": [ + "ai", + "gpt", + "natural-language-processing", + "python", + "react", + "web-app", + "lauzhack2023" + ], + "updated_at": "2023-12-04T20:53:22Z", + "url": "https://github.com/cern-lauzhack-2023/lauzcom-assistant", + "watchers": 1 + }, + "https://github.com/desertwatermelon/Lauzhack2023": { + "error": "[{'type': 'NOT_FOUND', 'path': ['repository'], 'locations': [{'line': 3, 'column': 3}], 'message': \"Could not resolve to a Repository with the name 'desertwatermelon/Lauzhack2023'.\"}]", + "owner": "desertwatermelon", + "project_foreign_key": "lhp_f153e4c8cc2d36e3", + "repo": "Lauzhack2023" + }, + "https://github.com/emmabhl/Lauzhack23_SBB": { + "commit_count_default_branch": 138, + "contributors_count": 4, + "contributors_top": [ + { + "contributions": 44, + "html_url": "https://github.com/emmabhl", + "login": "emmabhl" + }, + { + "contributions": 38, + "html_url": "https://github.com/oliviargg", + "login": "oliviargg" + }, + { + "contributions": 31, + "html_url": "https://github.com/gv21", + "login": "gv21" + }, + { + "contributions": 25, + "html_url": "https://github.com/SanderMiesen", + "login": "SanderMiesen" + } + ], + "created_at": "2023-12-02T11:24:36Z", + "default_branch": "main", + "description": "Project for Lauzhack 2023, SBB challenge", + "dirs_total_count": 0, + "files_root_entries": [ + { + "path": ".gitignore", + "size": 60, + "type": "file" + }, + { + "path": "README.md", + "size": 1496, + "type": "file" + }, + { + "path": "api_requests.py", + "size": 2944, + "type": "file" + }, + { + "path": "api_requests_mobilitat.py", + "size": 214, + "type": "file" + }, + { + "path": "emma.ipynb", + "size": 371070, + "type": "file" + }, + { + "path": "gaelle_api.ipynb", + "size": 0, + "type": "file" + }, + { + "path": "gaelle_website.ipynb", + "size": 501202, + "type": "file" + }, + { + "path": "helpers.py", + "size": 15275, + "type": "file" + }, + { + "path": "helpers_sander.py", + "size": 7707, + "type": "file" + }, + { + "path": "main_sander.ipynb", + "size": 46846, + "type": "file" + }, + { + "path": "mobilitat.csv", + "size": 343459, + "type": "file" + }, + { + "path": "mobilitat_df_with_closest_stations.csv", + "size": 277335, + "type": "file" + }, + { + "path": "olivia.ipynb", + "size": 1471349, + "type": "file" + }, + { + "path": "osm_helpers.py", + "size": 1825, + "type": "file" + }, + { + "path": "osm_helpers_V2_but_no.py", + "size": 793, + "type": "file" + }, + { + "path": "osm_helpers_abandon_justifié.py", + "size": 4616, + "type": "file" + }, + { + "path": "parking.ipynb", + "size": 1297035, + "type": "file" + }, + { + "path": "run_demo.ipynb", + "size": 8543, + "type": "file" + }, + { + "path": "run_function.py", + "size": 3279, + "type": "file" + }, + { + "path": "website.py", + "size": 4838, + "type": "file" + } + ], + "files_total_count": 20, + "first_commit_date_default_branch": "2023-12-02T11:24:36Z", + "forks": 0, + "has_ci": false, + "has_contributing": false, + "has_docker": false, + "has_docs": false, + "has_license_file": false, + "has_notebooks": true, + "has_readme_file": true, + "has_tests": false, + "homepage_url": null, + "is_archived": false, + "is_fork": false, + "is_private": false, + "issues_closed": 0, + "issues_open": 0, + "issues_total": 0, + "languages_top": [ + { + "language": "Jupyter Notebook", + "size": 3696045 + }, + { + "language": "Python", + "size": 41491 + } + ], + "last_commit_date_default_branch": "2024-02-18T20:38:58Z", + "last_commit_oid_default_branch": "51fd4cc9b0c802f4a4f889faa89ac1992a6f25ab", + "latest_release_date": null, + "latest_release_tag": null, + "license_name": null, + "license_spdx": null, + "name_with_owner": "emmabhl/Lauzhack23_SBB", + "owner": "emmabhl", + "parent_repo": null, + "parent_url": null, + "primary_language": "Jupyter Notebook", + "project_foreign_key": "lhp_f6e1bd3cb6979806", + "pull_requests_closed": 0, + "pull_requests_merged": 0, + "pull_requests_open": 0, + "pull_requests_total": 0, + "pushed_at": "2024-02-18T20:40:08Z", + "readme_length": 1466, + "readme_text": "# Lauzhack23_SBB\nProject for Lauzhack 2023, SBB challenge \n\n# Lauzhack23_SBB\n Project for Lauzhack 2023, SBB challenge \n\n Documentation for the api\n\n Journey - Service - https://developer.sbb.ch/apis/journey-service/documentation\n\n Journey - Maps : https://developer.sbb.ch/apis/journey-maps-apikey/documentation\n\n map Background: https://developer.sbb.ch/apis/journey-maps-tiles/documentation\n\n open Data for SBB: https://data.sbb.ch/\n\n\n Here are all the credentials to APIs and Data:\n ​\n journey - Service​\n URL: https://journey-service-int.api.sbb.ch:44​\n\n Client Secret: MU48Q~IuD6Iawz3QfvkmMiKHtfXBf-ffKoKTJdt5​\n\n clientID: f132a280-1571-4137-86d7-201641098ce8​\n\n scope api://c11fa6b1-edab-4554-a43d-8ab71b016325/.default​\n\n token Endpoint: https://login.microsoftonline.com/2cda5d11-f0ac-46b3-967d-af1b2e1bd01a/oauth2/v2.0/token%E2%80%8B\n\n journey-maps​\n\n URL: https://journey-maps-apikey.api.sbb.ch/ ​\n\n api_key: bf9e3a88ab8101ba22ba8c752bbbcfd8 ​\n\n Request: As a request parameter:GET /path?api_key=YOUR_API_KEY or as a request header:GET /path HTTP/1.1 X-API-Key: YOUR_API_KEY​\n\n journey-map-tiles - Karte​\n\n URL: https://journey-maps-tiles.api.sbb.ch/ ​\n\n api_key: 8ff1e3c393578b6463f8a24b6baf0fd6 ​\n\n Request: As a request parameter:GET /path?api_key=YOUR_API_KEY or as a request header:GET /path HTTP/1.1 X-API-Key: YOUR_API_KEY​\n\n Parking Lots\n\n Park and Rail Places: https://data.sbb.ch/explore/dataset/mobilitat/table/?q=parkrail_anzahl+>+0%E2%80%8B", + "readme_title": "Lauzhack23_SBB", + "releases_count": 0, + "repo": "Lauzhack23_SBB", + "repo_name": "Lauzhack23_SBB", + "stars": 0, + "topics": [], + "updated_at": "2023-12-02T14:56:31Z", + "url": "https://github.com/emmabhl/Lauzhack23_SBB", + "watchers": 1 + }, + "https://github.com/ewaMiazga/lauzHack": { + "commit_count_default_branch": 28, + "contributors_count": 6, + "contributors_top": [ + { + "contributions": 14, + "html_url": "https://github.com/ebezzam", + "login": "ebezzam" + }, + { + "contributions": 7, + "html_url": null, + "login": "ewa.miazga" + }, + { + "contributions": 4, + "html_url": "https://github.com/lucafusarbassini", + "login": "lucafusarbassini" + }, + { + "contributions": 1, + "html_url": "https://github.com/BernardSmogor", + "login": "BernardSmogor" + }, + { + "contributions": 1, + "html_url": "https://github.com/ewaMiazga", + "login": "ewaMiazga" + }, + { + "contributions": 1, + "html_url": "https://github.com/tflkarolina", + "login": "tflkarolina" + } + ], + "created_at": "2023-10-22T10:26:49Z", + "default_branch": "main", + "description": "LauzHack trail respository", + "dirs_total_count": 0, + "files_root_entries": [ + { + "path": ".gitignore", + "size": 3139, + "type": "file" + }, + { + "path": "LICENSE", + "size": 1064, + "type": "file" + }, + { + "path": "README.md", + "size": 1013, + "type": "file" + }, + { + "path": "keys.py", + "size": 224, + "type": "file" + }, + { + "path": "main.py", + "size": 14032, + "type": "file" + }, + { + "path": "requirements.txt", + "size": 107, + "type": "file" + }, + { + "path": "utils.py", + "size": 3831, + "type": "file" + }, + { + "path": "utils_text.py", + "size": 1131, + "type": "file" + } + ], + "files_total_count": 8, + "first_commit_date_default_branch": "2023-10-22T10:26:50Z", + "forks": 0, + "has_ci": false, + "has_contributing": false, + "has_docker": false, + "has_docs": false, + "has_license_file": true, + "has_notebooks": false, + "has_readme_file": true, + "has_tests": false, + "homepage_url": null, + "is_archived": false, + "is_fork": false, + "is_private": false, + "issues_closed": 0, + "issues_open": 0, + "issues_total": 0, + "languages_top": [ + { + "language": "Python", + "size": 19218 + } + ], + "last_commit_date_default_branch": "2023-12-03T10:44:30Z", + "last_commit_oid_default_branch": "7daf684e8dd14904b5addde16039c6b77869b0b1", + "latest_release_date": null, + "latest_release_tag": null, + "license_name": "MIT License", + "license_spdx": "MIT", + "name_with_owner": "ewaMiazga/lauzHack", + "owner": "ewaMiazga", + "parent_repo": null, + "parent_url": null, + "primary_language": "Python", + "project_foreign_key": "lhp_1576abb9ef47dc1e", + "pull_requests_closed": 0, + "pull_requests_merged": 0, + "pull_requests_open": 0, + "pull_requests_total": 0, + "pushed_at": "2023-12-03T10:44:34Z", + "readme_length": 1012, + "readme_text": "# Telegram bots and APIs, [SLIDES](https://go.epfl.ch/telegram-apis)\n\nFirst used at a [mini-hackathon](https://lu.ma/lauzhack-apis-2023) (Nov 11, 2023).\n\nSlides and recordings can be found here: https://go.epfl.ch/telegram-apis\n\n## Installation\n\n```bash\n# 1) create and activate virtual environment\n# -- EITHER with conda\nconda create -n apis_env python=3.11\nconda activate apis\n# -- OR with venv\npython3.11 -m venv apis_env\nsource apis_env/bin/activate\n\n# 2) install dependencies\n(apis_env) pip install -r requirements.txt\n```\n\n## Usage \n\n1. Follow along the slides on making a Telegram bot and APIs: [link](https://docs.google.com/presentation/d/1IedczIb_IedU-NWEnH4qHZCaX985zEsptzePF3b_vHA/edit?usp=sharing).\n2. Dive deeper with a specific bot - [PaperBoat](https://github.com/lucafusarbassini/paperboat) - to learn about about OpenAI, LangChain, and scrapping: [link](https://docs.google.com/presentation/d/1Otleuoi5-TfD3YCz1cS0k9MF-Tp7_E0Z/edit?usp=drive_link&ouid=115816041756434628590&rtpof=true&sd=true).", + "readme_title": "Telegram bots and APIs, [SLIDES](https://go.epfl.ch/telegram-apis)", + "releases_count": 0, + "repo": "lauzHack", + "repo_name": "lauzHack", + "stars": 0, + "topics": [], + "updated_at": "2023-12-03T10:46:50Z", + "url": "https://github.com/ewaMiazga/lauzHack", + "watchers": 1 + }, + "https://github.com/faysalbadaoui/AXA-LauzHack": { + "commit_count_default_branch": 90, + "contributors_count": 4, + "contributors_top": [ + { + "contributions": 37, + "html_url": "https://github.com/faysalbadaoui", + "login": "faysalbadaoui" + }, + { + "contributions": 28, + "html_url": "https://github.com/gmonso", + "login": "gmonso" + }, + { + "contributions": 16, + "html_url": null, + "login": "Andreu Pérez" + }, + { + "contributions": 9, + "html_url": "https://github.com/peremunoz", + "login": "peremunoz" + } + ], + "created_at": "2023-12-02T13:40:51Z", + "default_branch": "master", + "description": null, + "dirs_total_count": 8, + "files_root_entries": [ + { + "path": ".DS_Store", + "size": 8196, + "type": "file" + }, + { + "path": "README.md", + "size": 15, + "type": "file" + }, + { + "path": "web", + "size": 0, + "type": "dir" + } + ], + "files_total_count": 26, + "first_commit_date_default_branch": "2023-12-02T13:55:33Z", + "forks": 1, + "has_ci": false, + "has_contributing": false, + "has_docker": false, + "has_docs": false, + "has_license_file": false, + "has_notebooks": false, + "has_readme_file": true, + "has_tests": false, + "homepage_url": null, + "is_archived": false, + "is_fork": false, + "is_private": false, + "issues_closed": 0, + "issues_open": 0, + "issues_total": 0, + "languages_top": [ + { + "language": "TypeScript", + "size": 24056 + }, + { + "language": "JavaScript", + "size": 5246 + }, + { + "language": "CSS", + "size": 4341 + } + ], + "last_commit_date_default_branch": "2023-12-03T05:02:05Z", + "last_commit_oid_default_branch": "8a57b179281f998056533fe062db918e12a99d5a", + "latest_release_date": null, + "latest_release_tag": null, + "license_name": null, + "license_spdx": null, + "name_with_owner": "faysalbadaoui/AXA-LauzHack", + "owner": "faysalbadaoui", + "parent_repo": null, + "parent_url": null, + "primary_language": "TypeScript", + "project_foreign_key": "lhp_067fd1a0e1b436d5", + "pull_requests_closed": 0, + "pull_requests_merged": 0, + "pull_requests_open": 0, + "pull_requests_total": 0, + "pushed_at": "2023-12-03T12:08:44Z", + "readme_length": 14, + "readme_text": "# AXA-LauzHack", + "readme_title": "AXA-LauzHack", + "releases_count": 0, + "repo": "AXA-LauzHack", + "repo_name": "AXA-LauzHack", + "stars": 2, + "topics": [], + "updated_at": "2023-12-05T07:30:23Z", + "url": "https://github.com/faysalbadaoui/AXA-LauzHack", + "watchers": 1 + }, + "https://github.com/gerardm27/DailyEnhancerPlugin": { + "error": "[{'type': 'NOT_FOUND', 'path': ['repository'], 'locations': [{'line': 3, 'column': 3}], 'message': \"Could not resolve to a Repository with the name 'gerardm27/DailyEnhancerPlugin'.\"}]", + "owner": "gerardm27", + "project_foreign_key": "lhp_18f8dd3a7ccd4b73", + "repo": "DailyEnhancerPlugin" + }, + "https://github.com/giammirove/lauzhack-sbb-": { + "error": "[{'type': 'NOT_FOUND', 'path': ['repository'], 'locations': [{'line': 3, 'column': 3}], 'message': \"Could not resolve to a Repository with the name 'giammirove/lauzhack-sbb-'.\"}]", + "owner": "giammirove", + "project_foreign_key": "lhp_f79b0e98751be274", + "repo": "lauzhack-sbb-" + }, + "https://github.com/ihchaeryu/LauzHack23-RHR": { + "commit_count_default_branch": 22, + "contributors_count": 3, + "contributors_top": [ + { + "contributions": 10, + "html_url": "https://github.com/Dolphus2", + "login": "Dolphus2" + }, + { + "contributions": 8, + "html_url": "https://github.com/ihchaeryu", + "login": "ihchaeryu" + }, + { + "contributions": 4, + "html_url": "https://github.com/KeitaHidaka", + "login": "KeitaHidaka" + } + ], + "created_at": "2023-12-02T13:45:32Z", + "default_branch": "main", + "description": null, + "dirs_total_count": 6, + "files_root_entries": [ + { + "path": ".DS_Store", + "size": 8196, + "type": "file" + }, + { + "path": ".gitignore", + "size": 3191, + "type": "file" + }, + { + "path": "Gabriel_NLP", + "size": 0, + "type": "dir" + }, + { + "path": "Ihchae_LLM", + "size": 0, + "type": "dir" + }, + { + "path": "LauzHack_RHR.ipynb", + "size": 1181348, + "type": "file" + }, + { + "path": "README.md", + "size": 1186, + "type": "file" + }, + { + "path": "lauzhacktest.ipynb", + "size": 29372, + "type": "file" + }, + { + "path": "myfile.csv", + "size": 1272393, + "type": "file" + }, + { + "path": "requirements_paperboat.txt", + "size": 517, + "type": "file" + }, + { + "path": "results", + "size": 0, + "type": "dir" + } + ], + "files_total_count": 32, + "first_commit_date_default_branch": "2023-12-02T13:45:32Z", + "forks": 0, + "has_ci": false, + "has_contributing": false, + "has_docker": false, + "has_docs": false, + "has_license_file": false, + "has_notebooks": true, + "has_readme_file": true, + "has_tests": false, + "homepage_url": null, + "is_archived": false, + "is_fork": false, + "is_private": false, + "issues_closed": 0, + "issues_open": 0, + "issues_total": 0, + "languages_top": [ + { + "language": "Jupyter Notebook", + "size": 4377374 + }, + { + "language": "Python", + "size": 2645 + } + ], + "last_commit_date_default_branch": "2023-12-03T13:45:07Z", + "last_commit_oid_default_branch": "68f198389126f28e38c1138ee4e16689ef06a8e0", + "latest_release_date": null, + "latest_release_tag": null, + "license_name": null, + "license_spdx": null, + "name_with_owner": "ihchaeryu/LauzHack23-RHR", + "owner": "ihchaeryu", + "parent_repo": null, + "parent_url": null, + "primary_language": "Jupyter Notebook", + "project_foreign_key": "lhp_f31be1880894844c", + "pull_requests_closed": 0, + "pull_requests_merged": 0, + "pull_requests_open": 0, + "pull_requests_total": 0, + "pushed_at": "2023-12-03T13:45:17Z", + "readme_length": 1186, + "readme_text": "# DistilLM: The Sales Support Employee You Wish You Had\n\n## 2023 LauzHack AWS & AXA Challenge\n\n
\n\n### Team\n\n- Gabriel Agerholm\n- Ihchae Ryu\n- Keita Hidaka\n\n### Goal of Challenge\n\n1. Extract general problems from customer reviews dataset and present useful feedback\n2. Useful application of LLMs\n\n### Dataset and Tools\n\n- [Amazon Reviews: Unlocked Mobile Phones](https://www.kaggle.com/datasets/PromptCloudHQ/amazon-reviews-unlocked-mobile-phones/)\n- OpenAI API (model: gpt-3.5-turbo)\n\n### Process and Results\n\n**1. Text distilled via LLM**\n\n![LLM summarizing reviews](results/summarizing.png)\n\n**2. Embedding text via OpenAI**\n \n![Embedding of summaries](results/embedding.png)\n\n**3. Clustering via K-Means**\n\n![Clustering visualization](results/clustering.png)\n\n**4. Analyzing and extracting cluster themes**\n\n![Cluster themes 0, 1](results/clusters_theme1.png)\n\n![Cluster themes 2, 3](results/clusters_theme2.png)\n\n**5. Reliable issues in wordclouds**\n\n![Cluster wordcloud 0](results/clusters_wordcloud1.png)\n\n![Cluster wordcloud 1](results/clusters_wordcloud2.png)\n\n![Cluster wordcloud 2](results/clusters_wordcloud3.png)\n\n![Cluster wordcloud 3](results/clusters_wordcloud4.png)", + "readme_title": "DistilLM: The Sales Support Employee You Wish You Had", + "releases_count": 0, + "repo": "LauzHack23-RHR", + "repo_name": "LauzHack23-RHR", + "stars": 0, + "topics": [], + "updated_at": "2023-12-02T19:31:40Z", + "url": "https://github.com/ihchaeryu/LauzHack23-RHR", + "watchers": 1 + }, + "https://github.com/joriba/LauzHack-2023-SBB": { + "commit_count_default_branch": 77, + "contributors_count": 4, + "contributors_top": [ + { + "contributions": 24, + "html_url": "https://github.com/Natali124", + "login": "Natali124" + }, + { + "contributions": 21, + "html_url": "https://github.com/joriba", + "login": "joriba" + }, + { + "contributions": 20, + "html_url": "https://github.com/yzueger", + "login": "yzueger" + }, + { + "contributions": 12, + "html_url": null, + "login": "Oskar Dabkowski" + } + ], + "created_at": "2023-12-02T12:53:08Z", + "default_branch": "main", + "description": null, + "dirs_total_count": 35, + "files_root_entries": [ + { + "path": ".dockerignore", + "size": 4, + "type": "file" + }, + { + "path": ".gitignore", + "size": 3072, + "type": "file" + }, + { + "path": "Dockerfile", + "size": 134, + "type": "file" + }, + { + "path": "README.md", + "size": 19, + "type": "file" + }, + { + "path": "app copy.py", + "size": 1157, + "type": "file" + }, + { + "path": "app.py", + "size": 4428, + "type": "file" + }, + { + "path": "canton.py", + "size": 202, + "type": "file" + }, + { + "path": "demo.py", + "size": 1319, + "type": "file" + }, + { + "path": "docker-compose.yml", + "size": 79, + "type": "file" + }, + { + "path": "gmaps_helper.py", + "size": 968, + "type": "file" + }, + { + "path": "journey-maps-api-docs.yaml", + "size": 38795, + "type": "file" + }, + { + "path": "journey-maps-tiles-api-docs.json", + "size": 20652, + "type": "file" + }, + { + "path": "journey-service-api-docs.json", + "size": 691150, + "type": "file" + }, + { + "path": "journey_maps_client", + "size": 0, + "type": "dir" + }, + { + "path": "journey_maps_helper.py", + "size": 620, + "type": "file" + }, + { + "path": "journey_maps_tiles_client", + "size": 0, + "type": "dir" + }, + { + "path": "journey_maps_tiles_helper.py", + "size": 405, + "type": "file" + }, + { + "path": "journey_service_client", + "size": 0, + "type": "dir" + }, + { + "path": "journey_service_helper.py", + "size": 3127, + "type": "file" + }, + { + "path": "parking_spots_finder.py", + "size": 4825, + "type": "file" + }, + { + "path": "parkplace_helper.py", + "size": 1234, + "type": "file" + }, + { + "path": "requirements.txt", + "size": 630, + "type": "file" + }, + { + "path": "static", + "size": 0, + "type": "dir" + }, + { + "path": "templates", + "size": 0, + "type": "dir" + } + ], + "files_total_count": 502, + "first_commit_date_default_branch": "2023-12-02T12:53:08Z", + "forks": 0, + "has_ci": false, + "has_contributing": false, + "has_docker": true, + "has_docs": false, + "has_license_file": false, + "has_notebooks": false, + "has_readme_file": true, + "has_tests": false, + "homepage_url": null, + "is_archived": false, + "is_fork": false, + "is_private": false, + "issues_closed": 0, + "issues_open": 0, + "issues_total": 0, + "languages_top": [ + { + "language": "Python", + "size": 1742779 + }, + { + "language": "HTML", + "size": 665182 + }, + { + "language": "JavaScript", + "size": 2507 + }, + { + "language": "CSS", + "size": 148 + }, + { + "language": "Dockerfile", + "size": 134 + } + ], + "last_commit_date_default_branch": "2023-12-03T12:38:25Z", + "last_commit_oid_default_branch": "55bba0b531dc50c89d03f2b0e973cec453821508", + "latest_release_date": null, + "latest_release_tag": null, + "license_name": null, + "license_spdx": null, + "name_with_owner": "joriba/LauzHack-2023-SBB", + "owner": "joriba", + "parent_repo": null, + "parent_url": null, + "primary_language": "Python", + "project_foreign_key": "lhp_d97a594adaa6ad20", + "pull_requests_closed": 0, + "pull_requests_merged": 0, + "pull_requests_open": 0, + "pull_requests_total": 0, + "pushed_at": "2023-12-03T12:38:55Z", + "readme_length": 19, + "readme_text": "# LauzHack-2023-SBB", + "readme_title": "LauzHack-2023-SBB", + "releases_count": 0, + "repo": "LauzHack-2023-SBB", + "repo_name": "LauzHack-2023-SBB", + "stars": 0, + "topics": [], + "updated_at": "2023-12-03T10:51:46Z", + "url": "https://github.com/joriba/LauzHack-2023-SBB", + "watchers": 1 + }, + "https://github.com/khalilacheche/A2B": { + "commit_count_default_branch": 22, + "contributors_count": 3, + "contributors_top": [ + { + "contributions": 12, + "html_url": "https://github.com/farahbriki", + "login": "farahbriki" + }, + { + "contributions": 6, + "html_url": "https://github.com/AmirBraham", + "login": "AmirBraham" + }, + { + "contributions": 4, + "html_url": "https://github.com/khalilacheche", + "login": "khalilacheche" + } + ], + "created_at": "2023-12-02T14:26:42Z", + "default_branch": "main", + "description": null, + "dirs_total_count": 1, + "files_root_entries": [ + { + "path": ".gitattributes", + "size": 66, + "type": "file" + }, + { + "path": "App.py", + "size": 3931, + "type": "file" + }, + { + "path": "App_const.py", + "size": 5357, + "type": "file" + }, + { + "path": "api_test.py", + "size": 5256, + "type": "file" + }, + { + "path": "co2calculator", + "size": 0, + "type": "file" + }, + { + "path": "data", + "size": 0, + "type": "dir" + }, + { + "path": "helpers.py", + "size": 16555, + "type": "file" + }, + { + "path": "helpers_o.py", + "size": 8489, + "type": "file" + }, + { + "path": "list of paths.ipynb", + "size": 80564, + "type": "file" + }, + { + "path": "main.ipynb", + "size": 11568, + "type": "file" + }, + { + "path": "main.py", + "size": 16512, + "type": "file" + }, + { + "path": "path.csv", + "size": 361230, + "type": "file" + }, + { + "path": "requirements.txt", + "size": 107, + "type": "file" + }, + { + "path": "sample.env", + "size": 70, + "type": "file" + }, + { + "path": "sample.json", + "size": 149265, + "type": "file" + } + ], + "files_total_count": 15, + "first_commit_date_default_branch": "2023-12-02T14:22:02Z", + "forks": 0, + "has_ci": false, + "has_contributing": false, + "has_docker": false, + "has_docs": false, + "has_license_file": false, + "has_notebooks": true, + "has_readme_file": false, + "has_tests": false, + "homepage_url": null, + "is_archived": false, + "is_fork": false, + "is_private": false, + "issues_closed": 0, + "issues_open": 0, + "issues_total": 0, + "languages_top": [ + { + "language": "Jupyter Notebook", + "size": 92132 + }, + { + "language": "Python", + "size": 56100 + } + ], + "last_commit_date_default_branch": "2023-12-03T11:09:43Z", + "last_commit_oid_default_branch": "a1c4603042c5d06829a668e88297ecca748c67c0", + "latest_release_date": null, + "latest_release_tag": null, + "license_name": null, + "license_spdx": null, + "name_with_owner": "khalilacheche/A2B", + "owner": "khalilacheche", + "parent_repo": null, + "parent_url": null, + "primary_language": "Jupyter Notebook", + "project_foreign_key": "lhp_5a555845b9afa50f", + "pull_requests_closed": 0, + "pull_requests_merged": 0, + "pull_requests_open": 0, + "pull_requests_total": 0, + "pushed_at": "2023-12-03T11:09:50Z", + "readme_length": null, + "readme_text": null, + "readme_title": null, + "releases_count": 0, + "repo": "A2B", + "repo_name": "A2B", + "stars": 0, + "topics": [], + "updated_at": "2023-12-02T14:26:47Z", + "url": "https://github.com/khalilacheche/A2B", + "watchers": 2 + }, + "https://github.com/lars-quaedvlieg/Lauzhack-2023": { + "commit_count_default_branch": 46, + "contributors_count": 4, + "contributors_top": [ + { + "contributions": 19, + "html_url": "https://github.com/AleHD", + "login": "AleHD" + }, + { + "contributions": 10, + "html_url": "https://github.com/smehra34", + "login": "smehra34" + }, + { + "contributions": 9, + "html_url": "https://github.com/arvind6599", + "login": "arvind6599" + }, + { + "contributions": 8, + "html_url": "https://github.com/lars-quaedvlieg", + "login": "lars-quaedvlieg" + } + ], + "created_at": "2023-12-02T15:02:25Z", + "default_branch": "main", + "description": null, + "dirs_total_count": 0, + "files_root_entries": [ + { + "path": ".gitignore", + "size": 3096, + "type": "file" + }, + { + "path": "README.md", + "size": 1976, + "type": "file" + }, + { + "path": "conversational_model.py", + "size": 838, + "type": "file" + }, + { + "path": "logo.png", + "size": 82244, + "type": "file" + }, + { + "path": "main.ipynb", + "size": 3167, + "type": "file" + }, + { + "path": "requirements.txt", + "size": 69, + "type": "file" + }, + { + "path": "step1.py", + "size": 3634, + "type": "file" + }, + { + "path": "step2.py", + "size": 3500, + "type": "file" + }, + { + "path": "stt.py", + "size": 3042, + "type": "file" + }, + { + "path": "voice_generator.py", + "size": 2294, + "type": "file" + } + ], + "files_total_count": 10, + "first_commit_date_default_branch": "2023-12-02T15:02:25Z", + "forks": 0, + "has_ci": false, + "has_contributing": false, + "has_docker": false, + "has_docs": false, + "has_license_file": false, + "has_notebooks": true, + "has_readme_file": true, + "has_tests": false, + "homepage_url": null, + "is_archived": false, + "is_fork": false, + "is_private": false, + "issues_closed": 0, + "issues_open": 0, + "issues_total": 0, + "languages_top": [ + { + "language": "Python", + "size": 13308 + }, + { + "language": "Jupyter Notebook", + "size": 3167 + } + ], + "last_commit_date_default_branch": "2023-12-03T11:02:17Z", + "last_commit_oid_default_branch": "8f72d2eca9958f07d6168c948a152e882d3f9189", + "latest_release_date": null, + "latest_release_tag": null, + "license_name": null, + "license_spdx": null, + "name_with_owner": "lars-quaedvlieg/Lauzhack-2023", + "owner": "lars-quaedvlieg", + "parent_repo": null, + "parent_url": null, + "primary_language": "Python", + "project_foreign_key": "lhp_06450e2f1ddc2a99", + "pull_requests_closed": 0, + "pull_requests_merged": 0, + "pull_requests_open": 0, + "pull_requests_total": 0, + "pushed_at": "2023-12-03T11:02:20Z", + "readme_length": 1969, + "readme_text": "![logo](logo.png)\n\n## Inspiration\n\nPreserving personal legacies is an ongoing concern for many. As time passes, memories fade, voices are lost, and the essence of individuals can become distant.\n\n## What it does\n\nOur solution offers a unique way to overcome this by enabling individuals to create personalized conversational AI models, ensuring that your legacy—your voice, stories, and personality—endures beyond your lifetime, providing comfort and connection to your loved ones in the future.\n\n## How we built it\n\nThe tool works in 2 stages:\n1. Building a persona by having a conversation/answering questions (GPT to generate questions, text-to-speech to ask questions, speech-to-text to register responses). The audio + content is then used to personalise a GPT\n2. Having a casual chat with the generated persona (speech-to-text to register the user’s conversation, GPT with persona to generate response, text-to-speech to give responses with the mimicked voice)\n\n## Challenges we ran into\n\n- Figuring out API calls\n- Working out how to have a fluent conversation with the chatbot (e.g. how long to wait to respond etc.)\n- Slow model generation since we need real-time conversations\n\n## What we learned\n\n- Require high-quality recordings to have good voice-mimicking\n- Many models are inherently biased (e.g. text-to-speech models were quite good overall but added a slight American accent to most voices)\n\n## Accomplishments that we're proud of\n\n- Implementing a working end-to-end prototype that performs quite well considering the time we had\n- Empowering users to leave behind a digital legacy, aiding in the bereavement process for their loved ones.\n\n## What's next for Legacy LM\n\n- Refining the voice mimicry and persona adoption\n- Building it out into a user-friendly tool\n- Improving conversation latency to sound more fluent\n- Expand into other use cases of personalised GPTs (e.g. personal memoirs)\n\n## Built With\n\nPython, Hugging Face, OpenAI, ElevenLabs", + "readme_title": "![logo](logo.png)", + "releases_count": 0, + "repo": "Lauzhack-2023", + "repo_name": "Lauzhack-2023", + "stars": 1, + "topics": [], + "updated_at": "2023-12-04T07:29:04Z", + "url": "https://github.com/lars-quaedvlieg/Lauzhack-2023", + "watchers": 1 + }, + "https://github.com/lauragarcialop/LauzHack2023": { + "error": "[{'type': 'NOT_FOUND', 'path': ['repository'], 'locations': [{'line': 3, 'column': 3}], 'message': \"Could not resolve to a Repository with the name 'lauragarcialop/LauzHack2023'.\"}]", + "owner": "lauragarcialop", + "project_foreign_key": "lhp_cf142d8407f7d6a7", + "repo": "LauzHack2023" + }, + "https://github.com/laushack/pathfinder": { + "commit_count_default_branch": 142, + "contributors_count": 5, + "contributors_top": [ + { + "contributions": 57, + "html_url": "https://github.com/alexandrepiveteau", + "login": "alexandrepiveteau" + }, + { + "contributions": 32, + "html_url": "https://github.com/VictorSchneuwly", + "login": "VictorSchneuwly" + }, + { + "contributions": 26, + "html_url": "https://github.com/zaclegarssure", + "login": "zaclegarssure" + }, + { + "contributions": 21, + "html_url": null, + "login": "Matthieu Burguburu" + }, + { + "contributions": 6, + "html_url": "https://github.com/matt989253", + "login": "matt989253" + } + ], + "created_at": "2023-11-30T09:43:37Z", + "default_branch": "main", + "description": null, + "dirs_total_count": 55, + "files_root_entries": [ + { + "path": ".gitignore", + "size": 546, + "type": "file" + }, + { + "path": "README.md", + "size": 1055, + "type": "file" + }, + { + "path": "backend", + "size": 0, + "type": "dir" + }, + { + "path": "build.gradle.kts", + "size": 303, + "type": "file" + }, + { + "path": "common", + "size": 0, + "type": "dir" + }, + { + "path": "frontend", + "size": 0, + "type": "dir" + }, + { + "path": "gradle.properties", + "size": 27, + "type": "file" + }, + { + "path": "gradle", + "size": 0, + "type": "dir" + }, + { + "path": "gradlew", + "size": 8070, + "type": "file" + }, + { + "path": "gradlew.bat", + "size": 2763, + "type": "file" + }, + { + "path": "kotlin-js-store", + "size": 0, + "type": "dir" + }, + { + "path": "settings.gradle.kts", + "size": 626, + "type": "file" + }, + { + "path": "thumbnail.jpg", + "size": 113482, + "type": "file" + } + ], + "files_total_count": 134, + "first_commit_date_default_branch": "2023-11-30T09:43:13Z", + "forks": 0, + "has_ci": false, + "has_contributing": false, + "has_docker": false, + "has_docs": false, + "has_license_file": false, + "has_notebooks": false, + "has_readme_file": true, + "has_tests": false, + "homepage_url": null, + "is_archived": false, + "is_fork": false, + "is_private": false, + "issues_closed": 0, + "issues_open": 0, + "issues_total": 0, + "languages_top": [ + { + "language": "Kotlin", + "size": 136372 + }, + { + "language": "CSS", + "size": 7965 + }, + { + "language": "HTML", + "size": 404 + } + ], + "last_commit_date_default_branch": "2023-12-03T10:57:34Z", + "last_commit_oid_default_branch": "3ad326185aba54aeb12b6c5c4a0a4082aca4380c", + "latest_release_date": null, + "latest_release_tag": null, + "license_name": null, + "license_spdx": null, + "name_with_owner": "laushack/pathfinder", + "owner": "laushack", + "parent_repo": null, + "parent_url": null, + "primary_language": "Kotlin", + "project_foreign_key": "lhp_761c6d294278faab", + "pull_requests_closed": 0, + "pull_requests_merged": 20, + "pull_requests_open": 0, + "pull_requests_total": 20, + "pushed_at": "2023-12-03T10:57:42Z", + "readme_length": 1055, + "readme_text": "# LauzHack 2023\n![P+R Pathfinder](thumbnail.jpg \"P+R Pathfinder\")\n## Authors\n- Alexandre Piveteau\n- Matthieu Burguburu\n- Victor Schneuwly\n- Zacharie Tevaearai\n\n## Organization\n\nThis project is built using Compose for Web and Kotlin multiplatform. It is split into 3 modules:\n\n- `common`, which contains the common code between the client and the server;\n- `frontend`, which contains the client code; and\n- `backend`, which contains the server code.\n\nThe code is formatted using Ktfmt. You can install it as an IntelliJ plugin.\n\n## Running the project\n\nThe project is built using Gradle. To run the project, you can use the following commands:\n\n```bash\n./gradlew run # Starts the server, on port 8888\n./gradlew jsBrowserDevelopmentRun --continuous # Starts the client on port 8080\n```\n\nYou'll need an OpenAI API key to run the project. You generate one [here](https://platform.openai.com/api-keys). \n\nOnce you have an api key and you have credits on your account, you can set it as an environment variable:\n\n```bash\nexport OPENAI_API_KEY='your_api_key'\n```", + "readme_title": "LauzHack 2023", + "releases_count": 0, + "repo": "pathfinder", + "repo_name": "pathfinder", + "stars": 3, + "topics": [], + "updated_at": "2023-12-04T18:02:54Z", + "url": "https://github.com/laushack/pathfinder", + "watchers": 1 + }, + "https://github.com/lucat1/skt": { + "commit_count_default_branch": 77, + "contributors_count": 4, + "contributors_top": [ + { + "contributions": 25, + "html_url": "https://github.com/lucat1", + "login": "lucat1" + }, + { + "contributions": 20, + "html_url": "https://github.com/faguccio", + "login": "faguccio" + }, + { + "contributions": 18, + "html_url": "https://github.com/kocierik", + "login": "kocierik" + }, + { + "contributions": 14, + "html_url": "https://github.com/andreeascrob", + "login": "andreeascrob" + } + ], + "created_at": "2023-12-02T13:52:42Z", + "default_branch": "main", + "description": null, + "dirs_total_count": 11, + "files_root_entries": [ + { + "path": ".gitignore", + "size": 3331, + "type": "file" + }, + { + "path": "LICENSE", + "size": 34523, + "type": "file" + }, + { + "path": "README", + "size": 54, + "type": "file" + }, + { + "path": "back", + "size": 0, + "type": "dir" + }, + { + "path": "front", + "size": 0, + "type": "dir" + }, + { + "path": "frontVERO", + "size": 0, + "type": "dir" + } + ], + "files_total_count": 44, + "first_commit_date_default_branch": "2023-12-02T14:24:55Z", + "forks": 0, + "has_ci": false, + "has_contributing": false, + "has_docker": false, + "has_docs": false, + "has_license_file": true, + "has_notebooks": false, + "has_readme_file": false, + "has_tests": false, + "homepage_url": null, + "is_archived": false, + "is_fork": false, + "is_private": false, + "issues_closed": 0, + "issues_open": 0, + "issues_total": 0, + "languages_top": [ + { + "language": "TypeScript", + "size": 16906 + }, + { + "language": "Python", + "size": 13376 + }, + { + "language": "JavaScript", + "size": 700 + }, + { + "language": "HTML", + "size": 370 + }, + { + "language": "CSS", + "size": 134 + } + ], + "last_commit_date_default_branch": "2023-12-04T08:35:50Z", + "last_commit_oid_default_branch": "1f023e82fd499291ebdec2dd89cd8ffa03de9fc7", + "latest_release_date": null, + "latest_release_tag": null, + "license_name": "GNU Affero General Public License v3.0", + "license_spdx": "AGPL-3.0", + "name_with_owner": "lucat1/lauzhack-skt", + "owner": "lucat1", + "parent_repo": null, + "parent_url": null, + "primary_language": "TypeScript", + "project_foreign_key": "lhp_c0d33cb5b3af99f7", + "pull_requests_closed": 0, + "pull_requests_merged": 0, + "pull_requests_open": 0, + "pull_requests_total": 0, + "pushed_at": "2023-12-04T08:35:57Z", + "readme_length": 53, + "readme_text": "Our submission for the SBB challenge at LauzHack 2023", + "readme_title": "Our submission for the SBB challenge at LauzHack 2023", + "releases_count": 0, + "repo": "skt", + "repo_name": "lauzhack-skt", + "stars": 0, + "topics": [], + "updated_at": "2023-12-04T08:36:17Z", + "url": "https://github.com/lucat1/lauzhack-skt", + "watchers": 1 + }, + "https://github.com/maariafarelo/TransitMLT": { + "commit_count_default_branch": 43, + "contributors_count": 3, + "contributors_top": [ + { + "contributions": 17, + "html_url": "https://github.com/terocar", + "login": "terocar" + }, + { + "contributions": 17, + "html_url": "https://github.com/maariafarelo", + "login": "maariafarelo" + }, + { + "contributions": 9, + "html_url": null, + "login": "luciaalvarezgo" + } + ], + "created_at": "2023-12-02T11:22:31Z", + "default_branch": "main", + "description": null, + "dirs_total_count": 4, + "files_root_entries": [ + { + "path": "LICENSE", + "size": 1078, + "type": "file" + }, + { + "path": "README.md", + "size": 1219, + "type": "file" + }, + { + "path": "backend", + "size": 0, + "type": "dir" + }, + { + "path": "frontend", + "size": 0, + "type": "dir" + } + ], + "files_total_count": 14, + "first_commit_date_default_branch": "2023-12-02T11:22:31Z", + "forks": 0, + "has_ci": false, + "has_contributing": false, + "has_docker": false, + "has_docs": false, + "has_license_file": true, + "has_notebooks": false, + "has_readme_file": true, + "has_tests": false, + "homepage_url": null, + "is_archived": false, + "is_fork": false, + "is_private": false, + "issues_closed": 0, + "issues_open": 0, + "issues_total": 0, + "languages_top": [ + { + "language": "CSS", + "size": 6881 + }, + { + "language": "HTML", + "size": 6231 + }, + { + "language": "Python", + "size": 5810 + }, + { + "language": "JavaScript", + "size": 946 + } + ], + "last_commit_date_default_branch": "2023-12-03T10:57:13Z", + "last_commit_oid_default_branch": "333ebba051e2f2274cb47be6231e2aac263eb506", + "latest_release_date": null, + "latest_release_tag": null, + "license_name": "MIT License", + "license_spdx": "MIT", + "name_with_owner": "maariafarelo/TransitMLT", + "owner": "maariafarelo", + "parent_repo": null, + "parent_url": null, + "primary_language": "CSS", + "project_foreign_key": "lhp_698bcc7a30cbeb93", + "pull_requests_closed": 0, + "pull_requests_merged": 0, + "pull_requests_open": 0, + "pull_requests_total": 0, + "pushed_at": "2023-12-03T10:57:19Z", + "readme_length": 1212, + "readme_text": "# TransitMLT\n\n\n### This is our project for LauzHack 2023!\n\nSwitzerland’s diverse landscape calls for a mobility solution that is as flexible and varied as the needs of its people. Our vision is clear: create a sustainable and interconnected transportation system \n that serves everyone, from city dwellers to countryside residents. This challenge invited us to develop a comprehensive travel planner that integrates personal vehicle use with SBB’s Park and Rail options and public transport networks. Our solution tries to offer efficient, user-friendly routing choices that cater to different preferences, whether for example it’s reducing the number of transfers, optimizing for speed, or minimizing environmental impact or other criteria. The aim is to provide a practical, adaptable tool that enhances mobility for all, making it easier for individuals to navigate the unique Swiss geography in an eco-conscious manner. Our innovation could not only improve daily commutes but also contribute to a broader vision of sustainable and accessible transportation in Switzerland.", + "readme_title": "TransitMLT", + "releases_count": 0, + "repo": "TransitMLT", + "repo_name": "TransitMLT", + "stars": 2, + "topics": [], + "updated_at": "2024-10-10T10:26:29Z", + "url": "https://github.com/maariafarelo/TransitMLT", + "watchers": 1 + }, + "https://github.com/marcelmmc/MMMS_GAME": { + "commit_count_default_branch": 55, + "contributors_count": 4, + "contributors_top": [ + { + "contributions": 23, + "html_url": "https://github.com/Manaf941", + "login": "Manaf941" + }, + { + "contributions": 17, + "html_url": "https://github.com/sebavtar", + "login": "sebavtar" + }, + { + "contributions": 10, + "html_url": "https://github.com/kotleta2007", + "login": "kotleta2007" + }, + { + "contributions": 5, + "html_url": null, + "login": "marcelmmc" + } + ], + "created_at": "2023-12-02T12:58:42Z", + "default_branch": "main", + "description": "typing game", + "dirs_total_count": 9, + "files_root_entries": [ + { + "path": ".gitignore", + "size": 5, + "type": "file" + }, + { + "path": "devmon-logi", + "size": 0, + "type": "dir" + }, + { + "path": "dictionaries", + "size": 0, + "type": "dir" + }, + { + "path": "src", + "size": 0, + "type": "dir" + }, + { + "path": "statistics.csv", + "size": 21, + "type": "file" + } + ], + "files_total_count": 30, + "first_commit_date_default_branch": "2023-12-02T13:14:24Z", + "forks": 0, + "has_ci": false, + "has_contributing": false, + "has_docker": false, + "has_docs": false, + "has_license_file": false, + "has_notebooks": false, + "has_readme_file": false, + "has_tests": false, + "homepage_url": null, + "is_archived": false, + "is_fork": false, + "is_private": false, + "issues_closed": 0, + "issues_open": 0, + "issues_total": 0, + "languages_top": [ + { + "language": "Jupyter Notebook", + "size": 143309 + }, + { + "language": "Python", + "size": 37001 + } + ], + "last_commit_date_default_branch": "2023-12-03T10:58:09Z", + "last_commit_oid_default_branch": "db08b6930c55575d0871fee77ec4e37814dfe133", + "latest_release_date": null, + "latest_release_tag": null, + "license_name": null, + "license_spdx": null, + "name_with_owner": "marcelmmc/MMMS_GAME", + "owner": "marcelmmc", + "parent_repo": null, + "parent_url": null, + "primary_language": "Jupyter Notebook", + "project_foreign_key": "lhp_62ff58d305abaf1c", + "pull_requests_closed": 0, + "pull_requests_merged": 0, + "pull_requests_open": 0, + "pull_requests_total": 0, + "pushed_at": "2023-12-03T10:58:14Z", + "readme_length": null, + "readme_text": null, + "readme_title": null, + "releases_count": 0, + "repo": "MMMS_GAME", + "repo_name": "MMMS_GAME", + "stars": 0, + "topics": [], + "updated_at": "2023-12-02T22:36:49Z", + "url": "https://github.com/marcelmmc/MMMS_GAME", + "watchers": 1 + }, + "https://github.com/marcgj/LAUZHACK23-OpenSystems": { + "commit_count_default_branch": 43, + "contributors_count": 3, + "contributors_top": [ + { + "contributions": 19, + "html_url": "https://github.com/aleex0309", + "login": "aleex0309" + }, + { + "contributions": 17, + "html_url": "https://github.com/marcgj", + "login": "marcgj" + }, + { + "contributions": 7, + "html_url": "https://github.com/rafelsalgueiro", + "login": "rafelsalgueiro" + } + ], + "created_at": "2023-12-02T13:23:12Z", + "default_branch": "main", + "description": "Our solution for the Open Systems challenge in LauzHack 2023 in EPFL", + "dirs_total_count": 7, + "files_root_entries": [ + { + "path": ".gitignore", + "size": 64, + "type": "file" + }, + { + "path": "README.md", + "size": 887, + "type": "file" + }, + { + "path": "backend", + "size": 0, + "type": "dir" + }, + { + "path": "bot", + "size": 0, + "type": "dir" + }, + { + "path": "frontend", + "size": 0, + "type": "dir" + }, + { + "path": "requirements.txt", + "size": 7, + "type": "file" + } + ], + "files_total_count": 28, + "first_commit_date_default_branch": "2023-12-02T14:19:35Z", + "forks": 1, + "has_ci": false, + "has_contributing": false, + "has_docker": false, + "has_docs": false, + "has_license_file": false, + "has_notebooks": false, + "has_readme_file": true, + "has_tests": false, + "homepage_url": null, + "is_archived": false, + "is_fork": false, + "is_private": false, + "issues_closed": 0, + "issues_open": 0, + "issues_total": 0, + "languages_top": [ + { + "language": "JavaScript", + "size": 5870 + }, + { + "language": "Python", + "size": 3406 + }, + { + "language": "HTML", + "size": 1721 + }, + { + "language": "CSS", + "size": 58 + } + ], + "last_commit_date_default_branch": "2023-12-03T10:51:41Z", + "last_commit_oid_default_branch": "73a9ad7bd1e6c45330c5c177932ba4a115d67cde", + "latest_release_date": null, + "latest_release_tag": null, + "license_name": null, + "license_spdx": null, + "name_with_owner": "marcgj/LAUZHACK23-OpenSystems", + "owner": "marcgj", + "parent_repo": null, + "parent_url": null, + "primary_language": "JavaScript", + "project_foreign_key": "lhp_b00c262ba6656d5a", + "pull_requests_closed": 1, + "pull_requests_merged": 4, + "pull_requests_open": 0, + "pull_requests_total": 5, + "pushed_at": "2023-12-03T10:51:41Z", + "readme_length": 872, + "readme_text": "# LAUZHACK23-OpenSystems 🚀\nOur solution for Open Systems challenge in LauzHack 2023 in EPFL\n\n##Overview\nOur goal is permitting non professional or non techical persons to retrieve information from different LOGs. Usually, enterprises needs techical teams to communicate with the ones who are not so technical,\nusing our solution, this part wouldn't be necessary and a lot of time would be saved.\n\n## Key Features ⚒️\n**AI-Powered 🤖:**\n - Accurate responses based on the data provided.\n - Data-driven insights for informed decision-making.\n\n**Natural Language Processing 🔍:**\n - Natural Language Queries.\n - Effortlessly data insights.\n\n## Developers \n- Alexandru Cristian Stoia - [@aleex0309](https://github.com/aleex0309)\n- Marc Gaspà Joval - [@marcgj](https://github.com/marcgj)\n- Rafel Salgueiro Santacreu [@rafelsalgueiro](https://github.com/rafelsalgueiro)", + "readme_title": "LAUZHACK23-OpenSystems 🚀", + "releases_count": 0, + "repo": "LAUZHACK23-OpenSystems", + "repo_name": "LAUZHACK23-OpenSystems", + "stars": 0, + "topics": [], + "updated_at": "2023-12-03T10:33:48Z", + "url": "https://github.com/marcgj/LAUZHACK23-OpenSystems", + "watchers": 1 + }, + "https://github.com/mgil4/AWS_LAUZ": { + "commit_count_default_branch": 32, + "contributors_count": 3, + "contributors_top": [ + { + "contributions": 14, + "html_url": "https://github.com/alvarodr21", + "login": "alvarodr21" + }, + { + "contributions": 11, + "html_url": "https://github.com/lola-monroy", + "login": "lola-monroy" + }, + { + "contributions": 7, + "html_url": "https://github.com/Gustavove", + "login": "Gustavove" + } + ], + "created_at": "2023-12-02T13:08:04Z", + "default_branch": "master", + "description": "Project for the Amazon Web Services challenge during LauzHack 2023.", + "dirs_total_count": 8, + "files_root_entries": [ + { + "path": ".gitignore", + "size": 28, + "type": "file" + }, + { + "path": "README.md", + "size": 82, + "type": "file" + }, + { + "path": "backend", + "size": 0, + "type": "dir" + }, + { + "path": "explore - copia.ipynb", + "size": 402223, + "type": "file" + }, + { + "path": "filtered_df.csv", + "size": 46482983, + "type": "file" + }, + { + "path": "frontend", + "size": 0, + "type": "dir" + }, + { + "path": "projection.csv", + "size": 8619, + "type": "file" + }, + { + "path": "review_manager", + "size": 0, + "type": "dir" + } + ], + "files_total_count": 14, + "first_commit_date_default_branch": "2023-12-02T13:34:44Z", + "forks": 0, + "has_ci": false, + "has_contributing": false, + "has_docker": false, + "has_docs": false, + "has_license_file": false, + "has_notebooks": true, + "has_readme_file": true, + "has_tests": false, + "homepage_url": null, + "is_archived": false, + "is_fork": false, + "is_private": false, + "issues_closed": 0, + "issues_open": 0, + "issues_total": 0, + "languages_top": [ + { + "language": "Jupyter Notebook", + "size": 417449 + }, + { + "language": "Python", + "size": 3690 + } + ], + "last_commit_date_default_branch": "2023-12-03T10:59:25Z", + "last_commit_oid_default_branch": "1f1fe71792ceecd7483482aca9d4769069594152", + "latest_release_date": null, + "latest_release_tag": null, + "license_name": null, + "license_spdx": null, + "name_with_owner": "mgil4/AWS_LAUZ", + "owner": "mgil4", + "parent_repo": null, + "parent_url": null, + "primary_language": "Jupyter Notebook", + "project_foreign_key": "lhp_cf347e639a19ab9e", + "pull_requests_closed": 0, + "pull_requests_merged": 0, + "pull_requests_open": 0, + "pull_requests_total": 0, + "pushed_at": "2023-12-03T10:59:34Z", + "readme_length": 78, + "readme_text": "# AWS_LAUZ\nProject for the Amazon Web Services challenge during LauzHack 2023.", + "readme_title": "AWS_LAUZ", + "releases_count": 0, + "repo": "AWS_LAUZ", + "repo_name": "AWS_LAUZ", + "stars": 1, + "topics": [], + "updated_at": "2024-06-05T14:29:31Z", + "url": "https://github.com/mgil4/AWS_LAUZ", + "watchers": 1 + }, + "https://github.com/mikasenghaas/lauzhack": { + "commit_count_default_branch": 37, + "contributors_count": 4, + "contributors_top": [ + { + "contributions": 24, + "html_url": "https://github.com/mikasenghaas", + "login": "mikasenghaas" + }, + { + "contributions": 9, + "html_url": "https://github.com/ludekcizinsky", + "login": "ludekcizinsky" + }, + { + "contributions": 3, + "html_url": "https://github.com/liuktc", + "login": "liuktc" + }, + { + "contributions": 1, + "html_url": "https://github.com/drudilorenzo", + "login": "drudilorenzo" + } + ], + "created_at": "2023-12-02T13:07:30Z", + "default_branch": "main", + "description": null, + "dirs_total_count": 2, + "files_root_entries": [ + { + "path": ".gitignore", + "size": 3084, + "type": "file" + }, + { + "path": ".python-version", + "size": 9, + "type": "file" + }, + { + "path": "README.md", + "size": 1319, + "type": "file" + }, + { + "path": "app.py", + "size": 1755, + "type": "file" + }, + { + "path": "data", + "size": 0, + "type": "dir" + }, + { + "path": "demo.png", + "size": 270966, + "type": "file" + }, + { + "path": "generate_graph.py", + "size": 4992, + "type": "file" + }, + { + "path": "graph.pkl", + "size": 11175230, + "type": "file" + }, + { + "path": "journey.py", + "size": 506, + "type": "file" + }, + { + "path": "notebooks", + "size": 0, + "type": "dir" + }, + { + "path": "requirements.txt", + "size": 59, + "type": "file" + }, + { + "path": "utils.py", + "size": 17069, + "type": "file" + }, + { + "path": "v1.py", + "size": 3260, + "type": "file" + } + ], + "files_total_count": 24, + "first_commit_date_default_branch": "2023-12-02T13:08:17Z", + "forks": 0, + "has_ci": false, + "has_contributing": false, + "has_docker": false, + "has_docs": false, + "has_license_file": false, + "has_notebooks": false, + "has_readme_file": true, + "has_tests": false, + "homepage_url": null, + "is_archived": false, + "is_fork": false, + "is_private": false, + "issues_closed": 0, + "issues_open": 0, + "issues_total": 0, + "languages_top": [ + { + "language": "Jupyter Notebook", + "size": 14283445 + }, + { + "language": "Python", + "size": 27582 + } + ], + "last_commit_date_default_branch": "2023-12-03T11:16:38Z", + "last_commit_oid_default_branch": "baae47dbb509a617625a16d913af83075cf5209a", + "latest_release_date": null, + "latest_release_tag": null, + "license_name": null, + "license_spdx": null, + "name_with_owner": "mikasenghaas/lauzhack", + "owner": "mikasenghaas", + "parent_repo": null, + "parent_url": null, + "primary_language": "Jupyter Notebook", + "project_foreign_key": "lhp_602c5d10618a782b", + "pull_requests_closed": 0, + "pull_requests_merged": 0, + "pull_requests_open": 0, + "pull_requests_total": 0, + "pushed_at": "2023-12-03T11:16:58Z", + "readme_length": 1318, + "readme_text": "![](demo.png)\n\n## Lauzhack 2023\n\nSBB is a leading Swiss mobility provider with around 34,000 employees and 1,900 train drivers which ensures that around 1.25 million passengers reach their destination safely and on time every day. In this project, we focus on coming up with a prototype of a routing engine that can take into account mutliple modalities of transportation and provide the best route for the user.\n\n## Approach\n\nWe have used the following approach to solve the problem:\n\n1. We have used the SBB Open Data Platform to build our graph where nodes are the train stations and edges are the possible train connections. Each edge is associated with attributes including departure and arrival time, duration as well as position of both stations. We then enriched this graph with possible car as well as biking connections where we used a simple proxy of average walking / biking speed and distance between stations to calculate the duration of the connection.\n\n2. We then used the graph to build a routing engine that can take into account multiple modalities of transportation. We then used a custom Dijkstra algorithm to find the shortest path between two nodes.\n\n3. Finally, we put together a demo to try our new routing engine which can be fine [here](https://huggingface.co/spaces/ludekcizinsky/lauzhack).", + "readme_title": "![](demo.png)", + "releases_count": 0, + "repo": "lauzhack", + "repo_name": "lauzhack", + "stars": 0, + "topics": [], + "updated_at": "2023-12-02T17:19:51Z", + "url": "https://github.com/mikasenghaas/lauzhack", + "watchers": 1 + }, + "https://github.com/niacdoial/lauzhack2023": { + "error": "[{'type': 'NOT_FOUND', 'path': ['repository'], 'locations': [{'line': 3, 'column': 3}], 'message': \"Could not resolve to a Repository with the name 'niacdoial/lauzhack2023'.\"}]", + "owner": "niacdoial", + "project_foreign_key": "lhp_d45e078444b80252", + "repo": "lauzhack2023" + }, + "https://github.com/oskar-codes/lauzhack-2023": { + "commit_count_default_branch": 37, + "contributors_count": 4, + "contributors_top": [ + { + "contributions": 19, + "html_url": "https://github.com/pierrekow", + "login": "pierrekow" + }, + { + "contributions": 9, + "html_url": "https://github.com/oskar-codes", + "login": "oskar-codes" + }, + { + "contributions": 8, + "html_url": "https://github.com/New2-0", + "login": "New2-0" + }, + { + "contributions": 1, + "html_url": "https://github.com/Redd87", + "login": "Redd87" + } + ], + "created_at": "2023-11-26T20:58:42Z", + "default_branch": "main", + "description": "3 pouleto les amigos", + "dirs_total_count": 6, + "files_root_entries": [ + { + "path": ".editorconfig", + "size": 355, + "type": "file" + }, + { + "path": ".gitignore", + "size": 207, + "type": "file" + }, + { + "path": ".prettierignore", + "size": 118, + "type": "file" + }, + { + "path": ".prettierrc", + "size": 212, + "type": "file" + }, + { + "path": "README.md", + "size": 266, + "type": "file" + }, + { + "path": "assets", + "size": 0, + "type": "dir" + }, + { + "path": "colors.txt", + "size": 167, + "type": "file" + }, + { + "path": "config", + "size": 0, + "type": "dir" + }, + { + "path": "pack.js", + "size": 730, + "type": "file" + }, + { + "path": "package-lock.json", + "size": 171658, + "type": "file" + }, + { + "path": "package.json", + "size": 853, + "type": "file" + }, + { + "path": "prompts", + "size": 0, + "type": "dir" + }, + { + "path": "public", + "size": 0, + "type": "dir" + }, + { + "path": "src", + "size": 0, + "type": "dir" + }, + { + "path": "test-openai.js", + "size": 829, + "type": "file" + }, + { + "path": "test.js", + "size": 161, + "type": "file" + }, + { + "path": "test.json", + "size": 2557, + "type": "file" + } + ], + "files_total_count": 33, + "first_commit_date_default_branch": "2023-11-26T21:17:55Z", + "forks": 0, + "has_ci": false, + "has_contributing": false, + "has_docker": false, + "has_docs": false, + "has_license_file": false, + "has_notebooks": false, + "has_readme_file": true, + "has_tests": false, + "homepage_url": null, + "is_archived": false, + "is_fork": false, + "is_private": false, + "issues_closed": 0, + "issues_open": 0, + "issues_total": 0, + "languages_top": [ + { + "language": "JavaScript", + "size": 31914 + }, + { + "language": "CSS", + "size": 2899 + }, + { + "language": "HTML", + "size": 1483 + } + ], + "last_commit_date_default_branch": "2023-12-03T10:41:39Z", + "last_commit_oid_default_branch": "12a2cea33b271f8bee96ec2dc5051ba099671b66", + "latest_release_date": null, + "latest_release_tag": null, + "license_name": null, + "license_spdx": null, + "name_with_owner": "oskar-codes/lauzhack-2023", + "owner": "oskar-codes", + "parent_repo": null, + "parent_url": null, + "primary_language": "JavaScript", + "project_foreign_key": "lhp_b488d29052213342", + "pull_requests_closed": 0, + "pull_requests_merged": 0, + "pull_requests_open": 0, + "pull_requests_total": 0, + "pushed_at": "2023-12-03T10:41:44Z", + "readme_length": 266, + "readme_text": "# Lauzhack 2023\n\n## Clause Guardian\n\nAn AI powered bot that automatically summarizes the useful information of Terms of Service and such policies when it is needed to accept them e.g.: Creation of Account.", + "readme_title": " Lauzhack 2023", + "releases_count": 0, + "repo": "lauzhack-2023", + "repo_name": "lauzhack-2023", + "stars": 0, + "topics": [], + "updated_at": "2023-12-03T10:44:13Z", + "url": "https://github.com/oskar-codes/lauzhack-2023", + "watchers": 1 + }, + "https://github.com/paulmis/lauzhack23": { + "commit_count_default_branch": 133, + "contributors_count": 6, + "contributors_top": [ + { + "contributions": 46, + "html_url": null, + "login": "Yigit Colakoglu" + }, + { + "contributions": 36, + "html_url": null, + "login": "David Dinucu-Jianu" + }, + { + "contributions": 32, + "html_url": "https://github.com/Idkwhoami42", + "login": "Idkwhoami42" + }, + { + "contributions": 13, + "html_url": null, + "login": "Paul Misterka" + }, + { + "contributions": 4, + "html_url": "https://github.com/RD211", + "login": "RD211" + }, + { + "contributions": 2, + "html_url": "https://github.com/paulmis", + "login": "paulmis" + } + ], + "created_at": "2023-12-02T11:01:08Z", + "default_branch": "master", + "description": "Automatically detect prevalent issues with your Amazon listings by scanning their reviews", + "dirs_total_count": 20, + "files_root_entries": [ + { + "path": ".gitignore", + "size": 27, + "type": "file" + }, + { + "path": "README.md", + "size": 3919, + "type": "file" + }, + { + "path": "backend", + "size": 0, + "type": "dir" + }, + { + "path": "frontend", + "size": 0, + "type": "dir" + } + ], + "files_total_count": 62, + "first_commit_date_default_branch": "2023-12-02T15:50:11Z", + "forks": 0, + "has_ci": false, + "has_contributing": false, + "has_docker": false, + "has_docs": false, + "has_license_file": false, + "has_notebooks": false, + "has_readme_file": true, + "has_tests": false, + "homepage_url": null, + "is_archived": false, + "is_fork": false, + "is_private": false, + "issues_closed": 0, + "issues_open": 0, + "issues_total": 0, + "languages_top": [ + { + "language": "Jupyter Notebook", + "size": 233399 + }, + { + "language": "Python", + "size": 40291 + }, + { + "language": "TypeScript", + "size": 35444 + }, + { + "language": "JavaScript", + "size": 2360 + }, + { + "language": "CSS", + "size": 1943 + } + ], + "last_commit_date_default_branch": "2023-12-24T10:53:14Z", + "last_commit_oid_default_branch": "da6fee4e5f5a6e50880aa821b54f2328086f2eed", + "latest_release_date": null, + "latest_release_tag": null, + "license_name": null, + "license_spdx": null, + "name_with_owner": "paulmis/Amazon-ER2", + "owner": "paulmis", + "parent_repo": null, + "parent_url": null, + "primary_language": "Jupyter Notebook", + "project_foreign_key": "lhp_1c08b20033d5812a", + "pull_requests_closed": 0, + "pull_requests_merged": 1, + "pull_requests_open": 0, + "pull_requests_total": 1, + "pushed_at": "2023-12-24T10:53:14Z", + "readme_length": 3914, + "readme_text": "# Amazon Elastic Review Review (Amazon ER2)\n\nWelcome to **Amazon Elastic Review Review**, an advanced review analyzer tailored for Amazon sellers. Our tool leverages cutting-edge technologies to identify key issues from customer feedback, cluster them for better understanding, and prioritize them based on their impact on your business.\n\n_Note: this project is not affiliated with Amazon, and was built as a solution for a LauzHack 2023 challenge prepared by AWS._\n\n### Key Features:\n- **Issue Identification**: Extracts critical insights from reviews using advanced NLP models.\n- **Clustering**: Groups similar issues using the OPTICS clustering algorithm for a clearer overview.\n- **Prioritization**: Prioritizes issues based on their frequency and impact on customer satisfaction.\n\n![image (2)](https://github.com/paulmis/lauzhack23/assets/45182027/f040a784-035b-422d-bab4-eba4f95fdf2d)\n\n\n## How to run\nYou can run this demo locally only:\n\n1. Install NPM and Python 3\n\n2. Clone the repository\n\n```\ngit clone https://github.com/paulmis/lauzhack23.git\n```\n\n3. Install all dependencies. For frontend:\n\n```\ncd frontend\nnpm i\n```\n\nFor backend:\n```\ncd backend\npython3 -m pip install -r requirements.txt\n```\n\n4. Provide credentials for an account with Amazon Bedrock's Claude v2 LLM enabled.\n\n```\nexport AWS_ACCESS_KEY_ID=\nexport AWS_SECRET_ACCESS_KEY=\nexport AWS_SESSION_TOKEN=\n```\n\n5. Run the backend\n\n```\ncd backend\npython3 run.py\n```\n\nIf successful, you should see:\n```\nCreate new client\n Using region: us-east-1\nboto3 Bedrock client successfully created!\nbedrock-runtime(https://bedrock-runtime.us-east-1.amazonaws.com)\n * Serving Flask app 'api'\n * Debug mode: on\nWARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.\n * Running on http://127.0.0.1:5000\n```\n\n6. Run the `populate_database.py` file.\nThis should populate the database with the provided CSV file. See section below on how to provide the data.\n\n7. Run the frontend\n\n```\ncd frontend\nnpm run dev\n```\n\nIf successful, you should see:\n```\n> my-app@0.1.0 dev\n> next dev\n\n ▲ Next.js 14.0.3\n - Local: http://localhost:3000\n\n ✓ Ready in 3.3s\n```\n\n8. Access `localhost:3000` to see the user interface.\n\n### Provide your own dataset\n\nTo integrate your own dataset with Amazon Elastic Review Review, follow these steps:\n\n1. Prepare your dataset in CSV format. The dataset should adhere to the following column structure:\n\n ```\n Product Name,Brand Name,Price,Rating,Reviews,Review Votes\n ```\n\n - `Product Name`: The name of the product.\n - `Brand Name`: The name of the brand associated with the product.\n - `Price`: The price of the product.\n - `Rating`: The rating out of 5 of the review.\n - `Reviews`: The text of the customer review.\n - `Review Votes`: The number of votes/likes the review received.\n\n2. Locate the `populate_database.py` file within the project's directory.\n\n3. Modify the `CSV_FILE` path variable in `populate_database.py` to point to your CSV file. For instance:\n\n ```python\n CSV_FILE = \"path/to/your/dataset.csv\"\n ```\n\n Replace `path/to/your/dataset.csv` with the actual file path of your dataset.\n\n4. After updating the `CSV_FILE` path, the application will use your dataset for its analysis process.\n5. Rerunning the `populate_database.py` should now add the new dataset to the database. \n\n\nNote: If the script has been previously ran deleting the old database would be needed.\n\n\n## Technologies Used\n- **Amazon Bedrock**: Robust infrastructure for scalable data processing.\n- **Claude V2 LLM**: State-of-the-art language model for natural language understanding.\n- **Titan Embeddings**: Powerful feature extraction for accurate text analysis.\n- **Stable Diffusion Image Generation**: Generates visual representations of data trends and clusters.\n- **OPTICS Clustering**: Advanced clustering algorithm for nuanced data segmentation.", + "readme_title": "Amazon Elastic Review Review (Amazon ER2)", + "releases_count": 0, + "repo": "lauzhack23", + "repo_name": "Amazon-ER2", + "stars": 3, + "topics": [ + "amazon", + "genai", + "genai-usecase", + "generative-ai", + "reviews" + ], + "updated_at": "2024-04-05T23:27:22Z", + "url": "https://github.com/paulmis/Amazon-ER2", + "watchers": 1 + }, + "https://github.com/pedrodevo/lauzhack": { + "commit_count_default_branch": 38, + "contributors_count": 3, + "contributors_top": [ + { + "contributions": 18, + "html_url": "https://github.com/pedrodevog", + "login": "pedrodevog" + }, + { + "contributions": 14, + "html_url": "https://github.com/alexchristlieb", + "login": "alexchristlieb" + }, + { + "contributions": 6, + "html_url": "https://github.com/Brunozml", + "login": "Brunozml" + } + ], + "created_at": "2023-12-02T14:38:06Z", + "default_branch": "main", + "description": "Repository for Lauzhack hackathon.", + "dirs_total_count": 4, + "files_root_entries": [ + { + "path": ".DS_Store", + "size": 6148, + "type": "file" + }, + { + "path": ".gitignore", + "size": 83, + "type": "file" + }, + { + "path": ".idea", + "size": 0, + "type": "dir" + }, + { + "path": "README.md", + "size": 703, + "type": "file" + }, + { + "path": "__pycache__", + "size": 0, + "type": "dir" + }, + { + "path": "exam.pdf", + "size": 1680, + "type": "file" + }, + { + "path": "files", + "size": 0, + "type": "dir" + }, + { + "path": "requirements.txt", + "size": 316, + "type": "file" + }, + { + "path": "telegram_bot.py", + "size": 10626, + "type": "file" + }, + { + "path": "test_huggingface.py", + "size": 4685, + "type": "file" + }, + { + "path": "test_openai.py", + "size": 4430, + "type": "file" + }, + { + "path": "utils.py", + "size": 1853, + "type": "file" + } + ], + "files_total_count": 25, + "first_commit_date_default_branch": "2023-12-02T16:53:25Z", + "forks": 0, + "has_ci": false, + "has_contributing": false, + "has_docker": false, + "has_docs": false, + "has_license_file": false, + "has_notebooks": false, + "has_readme_file": true, + "has_tests": false, + "homepage_url": null, + "is_archived": false, + "is_fork": false, + "is_private": false, + "issues_closed": 0, + "issues_open": 0, + "issues_total": 0, + "languages_top": [ + { + "language": "Python", + "size": 21594 + } + ], + "last_commit_date_default_branch": "2023-12-03T10:18:37Z", + "last_commit_oid_default_branch": "eab1848da67e045ee36a0ce325bcbe3bee1e5061", + "latest_release_date": null, + "latest_release_tag": null, + "license_name": null, + "license_spdx": null, + "name_with_owner": "pedrodevo/lauzhack", + "owner": "pedrodevo", + "parent_repo": null, + "parent_url": null, + "primary_language": "Python", + "project_foreign_key": "lhp_ed40d4d764b27e5a", + "pull_requests_closed": 0, + "pull_requests_merged": 0, + "pull_requests_open": 0, + "pull_requests_total": 0, + "pushed_at": "2023-12-03T10:18:47Z", + "readme_length": 703, + "readme_text": "# lauzhack\nRepository for Lauzhack hackathon.\n\n\n\n## Installation\n\n```bash\n# 1) create and activate virtual environment\n# -- EITHER with conda\nconda create -n apis_env python=3.11\nconda activate apis\n# -- OR with venv\npython3.11 -m venv apis_env\nsource apis_env/bin/activate\n\n# 2) install dependencies\n(apis_env) pip install -r requirements.txt\n```\n\n## Usage\n\nOur bot is deployed on Telegram. You can find it by searching for `@lauzbert_bot` on Telegram. It has a few useful commands:\n\n- `/start`: start the bot\n- `/help`: get help\n- `/about`: get information about the bot\n- `/testme`: provide a set of test questions about the last uploaded document\n- `/related`: `: suggest related study topics # TODO", + "readme_title": "lauzhack", + "releases_count": 0, + "repo": "lauzhack", + "repo_name": "lauzhack", + "stars": 2, + "topics": [], + "updated_at": "2024-05-02T13:39:24Z", + "url": "https://github.com/pedrodevo/lauzhack", + "watchers": 1 + }, + "https://github.com/puigde/lauzhack2023": { + "commit_count_default_branch": 28, + "contributors_count": 3, + "contributors_top": [ + { + "contributions": 13, + "html_url": "https://github.com/puigde", + "login": "puigde" + }, + { + "contributions": 11, + "html_url": "https://github.com/megaelius", + "login": "megaelius" + }, + { + "contributions": 4, + "html_url": "https://github.com/pmenendz", + "login": "pmenendz" + } + ], + "created_at": "2023-12-02T12:53:42Z", + "default_branch": "main", + "description": "the pips team", + "dirs_total_count": 9, + "files_root_entries": [ + { + "path": ".gitignore", + "size": 214, + "type": "file" + }, + { + "path": ".pre-commit-config.yaml", + "size": 425, + "type": "file" + }, + { + "path": "README.md", + "size": 498, + "type": "file" + }, + { + "path": "logivision", + "size": 0, + "type": "dir" + }, + { + "path": "mouse_control", + "size": 0, + "type": "dir" + }, + { + "path": "requirements.txt", + "size": 2328, + "type": "file" + }, + { + "path": "setup.py", + "size": 251, + "type": "file" + } + ], + "files_total_count": 28, + "first_commit_date_default_branch": "2023-12-02T12:53:43Z", + "forks": 0, + "has_ci": false, + "has_contributing": false, + "has_docker": false, + "has_docs": false, + "has_license_file": false, + "has_notebooks": false, + "has_readme_file": true, + "has_tests": false, + "homepage_url": null, + "is_archived": true, + "is_fork": false, + "is_private": false, + "issues_closed": 0, + "issues_open": 0, + "issues_total": 0, + "languages_top": [ + { + "language": "Python", + "size": 42653 + } + ], + "last_commit_date_default_branch": "2023-12-02T23:29:08Z", + "last_commit_oid_default_branch": "f6549cdace9d7d7e0fdd3eca7c1d5aaf9d3cbc77", + "latest_release_date": null, + "latest_release_tag": null, + "license_name": null, + "license_spdx": null, + "name_with_owner": "puigde/lauzhack2023", + "owner": "puigde", + "parent_repo": null, + "parent_url": null, + "primary_language": "Python", + "project_foreign_key": "lhp_b69dc24814cc121d", + "pull_requests_closed": 0, + "pull_requests_merged": 0, + "pull_requests_open": 0, + "pull_requests_total": 0, + "pushed_at": "2023-12-02T23:29:12Z", + "readme_length": 497, + "readme_text": "# lauzhack2023\nthe pips team\n\n# Installing:\n## To run:\n* Clone the repo: `git clone https://github.com/puigde/lauzhack2023.git`\n* Add dependencies: `cd lauzhack2023 && pip install -e .`\n## For development:\n* Install pre-commit hooks `pre-commit install`\n\n\nget the checkpoints from [here](https://drive.google.com/file/d/1Ma6zJrECNTjo_mToZ5GKk7EF-0FS4nEC) and paste into `ckpt`\n\npygobject => `sudo apt install pkg-config libcairo2-dev gcc python3-dev libgirepository1.0-dev` `pip install PyGObject`", + "readme_title": "lauzhack2023", + "releases_count": 0, + "repo": "lauzhack2023", + "repo_name": "lauzhack2023", + "stars": 0, + "topics": [], + "updated_at": "2024-12-02T10:47:04Z", + "url": "https://github.com/puigde/lauzhack2023", + "watchers": 1 + }, + "https://github.com/sebhauri/lauzhack-2023": { + "commit_count_default_branch": 5, + "contributors_count": 2, + "contributors_top": [ + { + "contributions": 3, + "html_url": "https://github.com/eloigrndl", + "login": "eloigrndl" + }, + { + "contributions": 2, + "html_url": null, + "login": "Sébastien Hauri" + } + ], + "created_at": "2023-12-03T10:29:02Z", + "default_branch": "main", + "description": null, + "dirs_total_count": 9, + "files_root_entries": [ + { + "path": ".gitignore", + "size": 3215, + "type": "file" + }, + { + "path": "README.md", + "size": 3148, + "type": "file" + }, + { + "path": "app.py", + "size": 11119, + "type": "file" + }, + { + "path": "cff-client", + "size": 0, + "type": "dir" + }, + { + "path": "cff_api_calls.py", + "size": 6831, + "type": "file" + }, + { + "path": "data", + "size": 0, + "type": "dir" + }, + { + "path": "main.py", + "size": 1584, + "type": "file" + }, + { + "path": "map_gen.py", + "size": 873, + "type": "file" + }, + { + "path": "requirements.txt", + "size": 555, + "type": "file" + }, + { + "path": "utils.py", + "size": 3502, + "type": "file" + } + ], + "files_total_count": 31, + "first_commit_date_default_branch": "2023-12-03T10:31:28Z", + "forks": 1, + "has_ci": false, + "has_contributing": false, + "has_docker": false, + "has_docs": false, + "has_license_file": false, + "has_notebooks": false, + "has_readme_file": true, + "has_tests": false, + "homepage_url": null, + "is_archived": false, + "is_fork": false, + "is_private": false, + "issues_closed": 0, + "issues_open": 0, + "issues_total": 0, + "languages_top": [ + { + "language": "Python", + "size": 23909 + }, + { + "language": "TypeScript", + "size": 9744 + }, + { + "language": "HTML", + "size": 595 + }, + { + "language": "JavaScript", + "size": 468 + }, + { + "language": "CSS", + "size": 453 + } + ], + "last_commit_date_default_branch": "2023-12-07T15:15:49Z", + "last_commit_oid_default_branch": "24ea4364f4e73c7d9394c6b44116944f8f8ebf14", + "latest_release_date": null, + "latest_release_tag": null, + "license_name": null, + "license_spdx": null, + "name_with_owner": "sebhauri/lauzhack-2023", + "owner": "sebhauri", + "parent_repo": null, + "parent_url": null, + "primary_language": "Python", + "project_foreign_key": "lhp_53c2923c42e75720", + "pull_requests_closed": 0, + "pull_requests_merged": 0, + "pull_requests_open": 0, + "pull_requests_total": 0, + "pushed_at": "2023-12-07T15:15:53Z", + "readme_length": 3143, + "readme_text": "# Lauzhack 2023 : SBB Challenge\n\n### Install requirements\n\n```\npython3 -m venv env\nsource env/bin/activate\n\npip3 install -r requirements.txt\n```\n\nTo run without any issue, set the following env. variables in the root folder :\n- JOURNEY_API_URL = \"https://journey-service-int.api.sbb.ch\"\n- CLIENT_SECRET = \"...\"\n- CLIENT_ID = \"...\"\n- SCOPE = \"...\"\n- TOKEN_URL = \"...\"\n- OPEN_ROUTE_API_KEY = \"...\"\n- OPEN_ROUTE_API_URL = \"https://api.openrouteservice.org\"\n\nand the following env. variables in the `cff-client` folder:\n- REACT_APP_PLACE_API_URL = \"http://127.0.0.1:5000/v1/places/by-name\"\n- REACT_APP_TRIPS_API_URL = \"http://127.0.0.1:5000/v1/trips/by-origin-destination\"\n\n### Dataset\n\nDataset from https://opentransportdata.swiss/en/dataset/parking-facilities. Note it is not exactly the one provided initially in the challenge.\n\n### Launch\n\nThe project works with a Flask server and a React/TailwindCSS client implementation. One has to launch both in order to have a working service.\n\nFirst, launch the server : just type `flask run` at the root of the project : this will start the `app.py` file.\n\nTo client the client, go in the client directory (`cd cff-client`) and run the following commands :\n\n- `npm i`\n- `npm start`\n\nConnect to the client on your browser via `http://localhost:3000`. This will pop a UI with which you will be able to interact.\n\n→ Be sure to have all the required libraries in order for the code to run smoothly as well `node.js` installed on your computer.\n\n### How everything works\n\nThe goal of the project was to offer new ways to travel by combining Park and rails and train. Park and rails (P+R) are parkings close to train station in which customers can park while combining the price with the price of a train ticket, reducing the overall cost and the co2 emission.\n\nWe first gather informations about the Park and rails via the [opentransportdata.swiss](https://opentransportdata.swiss/en/dataset/parking-facilities) : this dataset includes about 560 Park and rails accross Switzerland. It is being updated daily so the dataset might get more points in the future.\n\nWhen a user wants to compute a new itinerary, it will compute 3 types of routes :\n\n- routes only using car.\n- routes only using public transports.\n- routes where the user will first ride to a nearby Park and rails and then take public transportation.\n\nCar routes are computed using OpenRouteService API.\nPublic transport routes are computed using the SBB provided APIs.\n\nTo compute the combined routes, we do as follows:\n\n- filter the nearest Park+Rails given the position/address of the user.\n- compute the time and distance to all those Park and rails by car.\n- compute trips from the Park and rails to destination via the SBB APIs.\n\nThis gives us several paths to different Park and rails and from each of them different train routes to the destination. Then we can compute the overall duration of the combined route.\n\nIn the end, the user gets 3 paths to choose from :\n\n- only using their car.\n- only using train.\n- going to the nearest P+R and taking a train from there.\n\nBy Eloi Garandel, Jérémie Frei, Gaétan Hessler, Sébastien Hauri", + "readme_title": "Lauzhack 2023 : SBB Challenge", + "releases_count": 0, + "repo": "lauzhack-2023", + "repo_name": "lauzhack-2023", + "stars": 0, + "topics": [], + "updated_at": "2023-12-03T11:06:38Z", + "url": "https://github.com/sebhauri/lauzhack-2023", + "watchers": 1 + }, + "https://github.com/seirios/heart-o": { + "commit_count_default_branch": 3, + "contributors_count": 1, + "contributors_top": [ + { + "contributions": 3, + "html_url": "https://github.com/seirios", + "login": "seirios" + } + ], + "created_at": "2023-12-03T09:18:13Z", + "default_branch": "main", + "description": "LauzHack 2023 - ML for HCM", + "dirs_total_count": 0, + "files_root_entries": [ + { + "path": ".gitignore", + "size": 26, + "type": "file" + }, + { + "path": "ECGMeta_ludb.xlsx", + "size": 10175, + "type": "file" + }, + { + "path": "Makefile", + "size": 202, + "type": "file" + }, + { + "path": "README.md", + "size": 105, + "type": "file" + }, + { + "path": "ludb_to_csv.py", + "size": 452, + "type": "file" + } + ], + "files_total_count": 5, + "first_commit_date_default_branch": "2023-12-03T09:18:13Z", + "forks": 0, + "has_ci": false, + "has_contributing": false, + "has_docker": false, + "has_docs": false, + "has_license_file": false, + "has_notebooks": false, + "has_readme_file": true, + "has_tests": false, + "homepage_url": null, + "is_archived": false, + "is_fork": false, + "is_private": false, + "issues_closed": 0, + "issues_open": 0, + "issues_total": 0, + "languages_top": [ + { + "language": "Python", + "size": 452 + }, + { + "language": "Makefile", + "size": 202 + } + ], + "last_commit_date_default_branch": "2023-12-03T09:27:35Z", + "last_commit_oid_default_branch": "4aeb3230cc6809f5be1861e5df82ad707b42f9b0", + "latest_release_date": null, + "latest_release_tag": null, + "license_name": null, + "license_spdx": null, + "name_with_owner": "seirios/heart-o", + "owner": "seirios", + "parent_repo": null, + "parent_url": null, + "primary_language": "Python", + "project_foreign_key": "lhp_2a5ee247025e5f3c", + "pull_requests_closed": 0, + "pull_requests_merged": 0, + "pull_requests_open": 0, + "pull_requests_total": 0, + "pushed_at": "2023-12-03T09:27:41Z", + "readme_length": 104, + "readme_text": "# heart-o\nLauzHack 2023 - ML for HCM\n\nImproved feature search for ML-assisted diagnostic of HCM from ECG", + "readme_title": "heart-o", + "releases_count": 0, + "repo": "heart-o", + "repo_name": "heart-o", + "stars": 0, + "topics": [], + "updated_at": "2023-12-03T09:23:37Z", + "url": "https://github.com/seirios/heart-o", + "watchers": 1 + }, + "https://github.com/sightsync/.github": { + "commit_count_default_branch": 3, + "contributors_count": 2, + "contributors_top": [ + { + "contributions": 2, + "html_url": "https://github.com/FerranAD", + "login": "FerranAD" + }, + { + "contributions": 1, + "html_url": null, + "login": "FerranAD" + } + ], + "created_at": "2023-12-03T07:23:31Z", + "default_branch": "main", + "description": "Project descripiton", + "dirs_total_count": 1, + "files_root_entries": [ + { + "path": "README.md", + "size": 10, + "type": "file" + }, + { + "path": "profile", + "size": 0, + "type": "dir" + } + ], + "files_total_count": 2, + "first_commit_date_default_branch": "2023-12-03T07:27:49Z", + "forks": 0, + "has_ci": false, + "has_contributing": false, + "has_docker": false, + "has_docs": false, + "has_license_file": false, + "has_notebooks": false, + "has_readme_file": true, + "has_tests": false, + "homepage_url": null, + "is_archived": false, + "is_fork": false, + "is_private": false, + "issues_closed": 0, + "issues_open": 0, + "issues_total": 0, + "languages_top": [], + "last_commit_date_default_branch": "2023-12-05T00:51:03Z", + "last_commit_oid_default_branch": "6753ba9b52c9d54aaf9496928cd8b710f88596d1", + "latest_release_date": null, + "latest_release_tag": null, + "license_name": null, + "license_spdx": null, + "name_with_owner": "SightSync/.github", + "owner": "sightsync", + "parent_repo": null, + "parent_url": null, + "primary_language": null, + "project_foreign_key": "lhp_df135805ce5ec08d", + "pull_requests_closed": 0, + "pull_requests_merged": 0, + "pull_requests_open": 0, + "pull_requests_total": 0, + "pushed_at": "2023-12-05T00:51:04Z", + "readme_length": 9, + "readme_text": "# .github", + "readme_title": ".github", + "releases_count": 0, + "repo": ".github", + "repo_name": ".github", + "stars": 0, + "topics": [], + "updated_at": "2023-12-03T07:23:32Z", + "url": "https://github.com/SightSync/.github", + "watchers": 1 + }, + "https://github.com/sightsync/backend": { + "commit_count_default_branch": 28, + "contributors_count": 3, + "contributors_top": [ + { + "contributions": 16, + "html_url": "https://github.com/oriolagobat", + "login": "oriolagobat" + }, + { + "contributions": 11, + "html_url": null, + "login": "FerranAD" + }, + { + "contributions": 1, + "html_url": "https://github.com/FerranAD", + "login": "FerranAD" + } + ], + "created_at": "2023-12-02T12:20:43Z", + "default_branch": "main", + "description": null, + "dirs_total_count": 6, + "files_root_entries": [ + { + "path": ".gitignore", + "size": 6064, + "type": "file" + }, + { + "path": "LICENSE.md", + "size": 655, + "type": "file" + }, + { + "path": "install-grounding.txt", + "size": 325, + "type": "file" + }, + { + "path": "main.py", + "size": 977, + "type": "file" + }, + { + "path": "models", + "size": 0, + "type": "dir" + }, + { + "path": "requirements.txt", + "size": 140, + "type": "file" + }, + { + "path": "resources", + "size": 0, + "type": "dir" + }, + { + "path": "routers", + "size": 0, + "type": "dir" + }, + { + "path": "schemas", + "size": 0, + "type": "dir" + }, + { + "path": "services", + "size": 0, + "type": "dir" + } + ], + "files_total_count": 27, + "first_commit_date_default_branch": "2023-12-02T12:24:50Z", + "forks": 0, + "has_ci": false, + "has_contributing": false, + "has_docker": false, + "has_docs": false, + "has_license_file": true, + "has_notebooks": false, + "has_readme_file": false, + "has_tests": false, + "homepage_url": null, + "is_archived": false, + "is_fork": false, + "is_private": false, + "issues_closed": 0, + "issues_open": 0, + "issues_total": 0, + "languages_top": [ + { + "language": "Python", + "size": 16854 + } + ], + "last_commit_date_default_branch": "2023-12-12T10:17:44Z", + "last_commit_oid_default_branch": "2e50953cfb6c888ca272ccb7c3da55c44b90527e", + "latest_release_date": null, + "latest_release_tag": null, + "license_name": "Other", + "license_spdx": "NOASSERTION", + "name_with_owner": "SightSync/backend", + "owner": "sightsync", + "parent_repo": null, + "parent_url": null, + "primary_language": "Python", + "project_foreign_key": "lhp_df135805ce5ec08d", + "pull_requests_closed": 0, + "pull_requests_merged": 0, + "pull_requests_open": 0, + "pull_requests_total": 0, + "pushed_at": "2023-12-12T10:17:44Z", + "readme_length": null, + "readme_text": null, + "readme_title": null, + "releases_count": 0, + "repo": "backend", + "repo_name": "backend", + "stars": 1, + "topics": [], + "updated_at": "2023-12-09T13:29:21Z", + "url": "https://github.com/SightSync/backend", + "watchers": 1 + }, + "https://github.com/sightsync/backend-cogvlm": { + "commit_count_default_branch": 3, + "contributors_count": 2, + "contributors_top": [ + { + "contributions": 2, + "html_url": "https://github.com/oriolagobat", + "login": "oriolagobat" + }, + { + "contributions": 1, + "html_url": "https://github.com/FerranAD", + "login": "FerranAD" + } + ], + "created_at": "2023-12-02T20:11:29Z", + "default_branch": "main", + "description": null, + "dirs_total_count": 4, + "files_root_entries": [ + { + "path": ".gitignore", + "size": 6064, + "type": "file" + }, + { + "path": "LICENSE", + "size": 2747, + "type": "file" + }, + { + "path": "main.py", + "size": 635, + "type": "file" + }, + { + "path": "models", + "size": 0, + "type": "dir" + }, + { + "path": "requirements.txt", + "size": 116, + "type": "file" + }, + { + "path": "routers", + "size": 0, + "type": "dir" + }, + { + "path": "schemas", + "size": 0, + "type": "dir" + }, + { + "path": "services", + "size": 0, + "type": "dir" + }, + { + "path": "test.py", + "size": 2574, + "type": "file" + } + ], + "files_total_count": 16, + "first_commit_date_default_branch": "2023-12-02T20:30:53Z", + "forks": 0, + "has_ci": false, + "has_contributing": false, + "has_docker": false, + "has_docs": false, + "has_license_file": true, + "has_notebooks": false, + "has_readme_file": false, + "has_tests": false, + "homepage_url": null, + "is_archived": false, + "is_fork": false, + "is_private": false, + "issues_closed": 0, + "issues_open": 0, + "issues_total": 0, + "languages_top": [ + { + "language": "Python", + "size": 7877 + } + ], + "last_commit_date_default_branch": "2023-12-12T10:13:22Z", + "last_commit_oid_default_branch": "34ec4d327e82aaf31ce9379dbe896751884831f0", + "latest_release_date": null, + "latest_release_tag": null, + "license_name": "Other", + "license_spdx": "NOASSERTION", + "name_with_owner": "SightSync/backend-cogvlm", + "owner": "sightsync", + "parent_repo": null, + "parent_url": null, + "primary_language": "Python", + "project_foreign_key": "lhp_df135805ce5ec08d", + "pull_requests_closed": 0, + "pull_requests_merged": 0, + "pull_requests_open": 0, + "pull_requests_total": 0, + "pushed_at": "2023-12-12T10:13:22Z", + "readme_length": null, + "readme_text": null, + "readme_title": null, + "releases_count": 0, + "repo": "backend-cogvlm", + "repo_name": "backend-cogvlm", + "stars": 0, + "topics": [], + "updated_at": "2023-12-03T09:04:38Z", + "url": "https://github.com/SightSync/backend-cogvlm", + "watchers": 1 + }, + "https://github.com/sightsync/frontend": { + "commit_count_default_branch": 18, + "contributors_count": 2, + "contributors_top": [ + { + "contributions": 9, + "html_url": null, + "login": "FerranAD" + }, + { + "contributions": 9, + "html_url": "https://github.com/oriolagobat", + "login": "oriolagobat" + } + ], + "created_at": "2023-12-02T21:32:50Z", + "default_branch": "main", + "description": null, + "dirs_total_count": 36, + "files_root_entries": [ + { + "path": ".gitignore", + "size": 3246, + "type": "file" + }, + { + "path": "app", + "size": 0, + "type": "dir" + }, + { + "path": "build.gradle.kts", + "size": 241, + "type": "file" + }, + { + "path": "gradle.properties", + "size": 1358, + "type": "file" + }, + { + "path": "gradle", + "size": 0, + "type": "dir" + }, + { + "path": "gradlew", + "size": 5766, + "type": "file" + }, + { + "path": "gradlew.bat", + "size": 2763, + "type": "file" + }, + { + "path": "settings.gradle.kts", + "size": 329, + "type": "file" + } + ], + "files_total_count": 50, + "first_commit_date_default_branch": "2023-12-02T21:40:33Z", + "forks": 0, + "has_ci": false, + "has_contributing": false, + "has_docker": false, + "has_docs": false, + "has_license_file": false, + "has_notebooks": false, + "has_readme_file": false, + "has_tests": false, + "homepage_url": null, + "is_archived": false, + "is_fork": false, + "is_private": false, + "issues_closed": 0, + "issues_open": 0, + "issues_total": 0, + "languages_top": [ + { + "language": "Kotlin", + "size": 22239 + } + ], + "last_commit_date_default_branch": "2023-12-03T06:41:26Z", + "last_commit_oid_default_branch": "2ecb68dbec729bd4f92a5613e89822f932a497fa", + "latest_release_date": null, + "latest_release_tag": null, + "license_name": null, + "license_spdx": null, + "name_with_owner": "SightSync/frontend", + "owner": "sightsync", + "parent_repo": null, + "parent_url": null, + "primary_language": "Kotlin", + "project_foreign_key": "lhp_df135805ce5ec08d", + "pull_requests_closed": 0, + "pull_requests_merged": 0, + "pull_requests_open": 0, + "pull_requests_total": 0, + "pushed_at": "2023-12-03T09:00:56Z", + "readme_length": null, + "readme_text": null, + "readme_title": null, + "releases_count": 0, + "repo": "frontend", + "repo_name": "frontend", + "stars": 0, + "topics": [], + "updated_at": "2023-12-03T09:02:52Z", + "url": "https://github.com/SightSync/frontend", + "watchers": 1 + }, + "https://github.com/swittum/SBB_Challenge_LauzHack_2023": { + "commit_count_default_branch": 11, + "contributors_count": 1, + "contributors_top": [ + { + "contributions": 11, + "html_url": "https://github.com/swittum", + "login": "swittum" + } + ], + "created_at": "2023-12-03T01:15:23Z", + "default_branch": "main", + "description": null, + "dirs_total_count": 4, + "files_root_entries": [ + { + "path": ".gitignore", + "size": 127, + "type": "file" + }, + { + "path": "README.md", + "size": 705, + "type": "file" + }, + { + "path": "cartravel.py", + "size": 1065, + "type": "file" + }, + { + "path": "compare.py", + "size": 2793, + "type": "file" + }, + { + "path": "coordinates.py", + "size": 197, + "type": "file" + }, + { + "path": "data", + "size": 0, + "type": "dir" + }, + { + "path": "main.py", + "size": 5449, + "type": "file" + }, + { + "path": "parknride.py", + "size": 2379, + "type": "file" + }, + { + "path": "requirements.txt", + "size": 549, + "type": "file" + }, + { + "path": "sbb_client.py", + "size": 4288, + "type": "file" + }, + { + "path": "static", + "size": 0, + "type": "dir" + }, + { + "path": "templates", + "size": 0, + "type": "dir" + } + ], + "files_total_count": 27, + "first_commit_date_default_branch": "2023-12-02T23:44:15Z", + "forks": 0, + "has_ci": false, + "has_contributing": false, + "has_docker": false, + "has_docs": false, + "has_license_file": false, + "has_notebooks": false, + "has_readme_file": true, + "has_tests": false, + "homepage_url": null, + "is_archived": false, + "is_fork": false, + "is_private": false, + "issues_closed": 0, + "issues_open": 0, + "issues_total": 0, + "languages_top": [ + { + "language": "Python", + "size": 16171 + }, + { + "language": "HTML", + "size": 5629 + }, + { + "language": "CSS", + "size": 3793 + }, + { + "language": "JavaScript", + "size": 681 + } + ], + "last_commit_date_default_branch": "2023-12-05T09:54:58Z", + "last_commit_oid_default_branch": "94d149204231c963b16e47168cbcc250945e6c86", + "latest_release_date": null, + "latest_release_tag": null, + "license_name": null, + "license_spdx": null, + "name_with_owner": "swittum/SBB_Challenge_LauzHack_2023", + "owner": "swittum", + "parent_repo": null, + "parent_url": null, + "primary_language": "Python", + "project_foreign_key": "lhp_adfd14a0e447728c", + "pull_requests_closed": 0, + "pull_requests_merged": 0, + "pull_requests_open": 0, + "pull_requests_total": 0, + "pushed_at": "2023-12-05T09:55:01Z", + "readme_length": 704, + "readme_text": "# SBB Challenge LauzHack 2023\n## Enhancing Mobility With Interconnected Solutions\nThis repository has been created in the course of the LauzHack 2023 Hackathon hosted by EPFL in Lausanne. It has been created in strong cooperation with @fwalcher. To run the code, clone the repository to your local computer and run\n```bash\n$foo@bar:~$ pip -r install requirements.txt\n```\nin the command line. You will then be able to execute the main.py script by running\n```python\npython3 main.py\n```\nThe idea of this project is to convince frequent car drivers in Switzerland to partly switch to public transport whenever it is faster to drive to an SBB Park&Ride station by car, and then continue the journey by train.", + "readme_title": "SBB Challenge LauzHack 2023", + "releases_count": 0, + "repo": "SBB_Challenge_LauzHack_2023", + "repo_name": "SBB_Challenge_LauzHack_2023", + "stars": 0, + "topics": [], + "updated_at": "2023-12-03T01:17:04Z", + "url": "https://github.com/swittum/SBB_Challenge_LauzHack_2023", + "watchers": 1 + }, + "https://github.com/tempo-riz/lauzhack-swisscom": { + "error": "[{'type': 'NOT_FOUND', 'path': ['repository'], 'locations': [{'line': 3, 'column': 3}], 'message': \"Could not resolve to a Repository with the name 'tempo-riz/lauzhack-swisscom'.\"}]", + "owner": "tempo-riz", + "project_foreign_key": "lhp_381d5a6e8dc9be9d", + "repo": "lauzhack-swisscom" + }, + "https://github.com/tiago-gmfrr/LauzHack-2023": { + "commit_count_default_branch": 16, + "contributors_count": 5, + "contributors_top": [ + { + "contributions": 5, + "html_url": null, + "login": "Tiago Gama Ferreira Carvalho" + }, + { + "contributions": 4, + "html_url": "https://github.com/Kooleum", + "login": "Kooleum" + }, + { + "contributions": 3, + "html_url": null, + "login": "Stefano Cirieco" + }, + { + "contributions": 3, + "html_url": "https://github.com/daniel-crvlh", + "login": "daniel-crvlh" + }, + { + "contributions": 1, + "html_url": "https://github.com/tiago-gmfrr", + "login": "tiago-gmfrr" + } + ], + "created_at": "2023-12-02T14:16:13Z", + "default_branch": "main", + "description": "Log'InGame", + "dirs_total_count": 22, + "files_root_entries": [ + { + "path": ".gitignore", + "size": 6871, + "type": "file" + }, + { + "path": ".vs", + "size": 0, + "type": "dir" + }, + { + "path": "Game", + "size": 0, + "type": "dir" + }, + { + "path": "README.md", + "size": 27, + "type": "file" + }, + { + "path": "SocketCommAttempts", + "size": 0, + "type": "dir" + } + ], + "files_total_count": 87, + "first_commit_date_default_branch": "2023-12-02T14:16:14Z", + "forks": 0, + "has_ci": false, + "has_contributing": false, + "has_docker": false, + "has_docs": false, + "has_license_file": false, + "has_notebooks": false, + "has_readme_file": true, + "has_tests": false, + "homepage_url": null, + "is_archived": false, + "is_fork": false, + "is_private": false, + "issues_closed": 0, + "issues_open": 0, + "issues_total": 0, + "languages_top": [ + { + "language": "C#", + "size": 129100 + }, + { + "language": "JavaScript", + "size": 1623 + }, + { + "language": "HTML", + "size": 1451 + } + ], + "last_commit_date_default_branch": "2023-12-03T09:46:41Z", + "last_commit_oid_default_branch": "13cb69c97e2d9613983072e86eb12b0fc79c5990", + "latest_release_date": null, + "latest_release_tag": null, + "license_name": null, + "license_spdx": null, + "name_with_owner": "tiago-gmfrr/LauzHack-2023", + "owner": "tiago-gmfrr", + "parent_repo": null, + "parent_url": null, + "primary_language": "C#", + "project_foreign_key": "lhp_f8f6fd0a6ecbb7fe", + "pull_requests_closed": 0, + "pull_requests_merged": 0, + "pull_requests_open": 0, + "pull_requests_total": 0, + "pushed_at": "2023-12-03T09:46:54Z", + "readme_length": 26, + "readme_text": "# LauzHack-2023\nLog'InGame", + "readme_title": "LauzHack-2023", + "releases_count": 0, + "repo": "LauzHack-2023", + "repo_name": "LauzHack-2023", + "stars": 0, + "topics": [], + "updated_at": "2023-12-03T09:41:15Z", + "url": "https://github.com/tiago-gmfrr/LauzHack-2023", + "watchers": 1 + }, + "https://github.com/try1233/Lauzhack": { + "error": "[{'type': 'NOT_FOUND', 'path': ['repository'], 'locations': [{'line': 3, 'column': 3}], 'message': \"Could not resolve to a Repository with the name 'try1233/Lauzhack'.\"}]", + "owner": "try1233", + "project_foreign_key": "lhp_cbe491ae793b6bf6", + "repo": "Lauzhack" + }, + "https://github.com/wesleymth/LauzHack2023-AutoNote": { + "commit_count_default_branch": 65, + "contributors_count": 4, + "contributors_top": [ + { + "contributions": 30, + "html_url": "https://github.com/wesleymth", + "login": "wesleymth" + }, + { + "contributions": 17, + "html_url": "https://github.com/AfroDeivid", + "login": "AfroDeivid" + }, + { + "contributions": 14, + "html_url": "https://github.com/CamilleChallier", + "login": "CamilleChallier" + }, + { + "contributions": 4, + "html_url": null, + "login": "Marianne Scoglio" + } + ], + "created_at": "2023-05-14T20:39:18Z", + "default_branch": "main", + "description": null, + "dirs_total_count": 1, + "files_root_entries": [ + { + "path": ".gitignore", + "size": 3151, + "type": "file" + }, + { + "path": "Dockerfile", + "size": 729, + "type": "file" + }, + { + "path": "GTP.ipynb", + "size": 889520, + "type": "file" + }, + { + "path": "README.md", + "size": 961, + "type": "file" + }, + { + "path": "audio_transcribe_scene_detect.py", + "size": 4628, + "type": "file" + }, + { + "path": "create_summary.py", + "size": 3251, + "type": "file" + }, + { + "path": "draft_audio_transcribe_scene_detect.ipynb", + "size": 24150, + "type": "file" + }, + { + "path": "generate_rectangle.py", + "size": 6833, + "type": "file" + }, + { + "path": "gtp_summary.py", + "size": 4015, + "type": "file" + }, + { + "path": "line_brak.ipynb", + "size": 1816, + "type": "file" + }, + { + "path": "maxrect.ipynb", + "size": 5587, + "type": "file" + }, + { + "path": "old", + "size": 0, + "type": "dir" + }, + { + "path": "streamlit_app.py", + "size": 6029, + "type": "file" + }, + { + "path": "uber_pickups.py", + "size": 1071, + "type": "file" + } + ], + "files_total_count": 23, + "first_commit_date_default_branch": "2023-05-14T20:39:18Z", + "forks": 0, + "has_ci": false, + "has_contributing": false, + "has_docker": true, + "has_docs": false, + "has_license_file": false, + "has_notebooks": true, + "has_readme_file": true, + "has_tests": false, + "homepage_url": null, + "is_archived": false, + "is_fork": false, + "is_private": false, + "issues_closed": 1, + "issues_open": 8, + "issues_total": 9, + "languages_top": [ + { + "language": "Jupyter Notebook", + "size": 1367647 + }, + { + "language": "Python", + "size": 48411 + }, + { + "language": "Dockerfile", + "size": 729 + }, + { + "language": "Shell", + "size": 308 + } + ], + "last_commit_date_default_branch": "2023-12-03T10:59:16Z", + "last_commit_oid_default_branch": "dd1936949007940a9451912f533838ab0e9bd02a", + "latest_release_date": null, + "latest_release_tag": null, + "license_name": null, + "license_spdx": null, + "name_with_owner": "wesleymth/LauzHack2023-SpeakerNotes", + "owner": "wesleymth", + "parent_repo": null, + "parent_url": null, + "primary_language": "Jupyter Notebook", + "project_foreign_key": "lhp_4c913cda96144d20", + "pull_requests_closed": 0, + "pull_requests_merged": 3, + "pull_requests_open": 0, + "pull_requests_total": 3, + "pushed_at": "2024-02-21T16:13:50Z", + "readme_length": 960, + "readme_text": "# speaker-notes\n\nAutomatically transcribe the audio and annotate each slide of a presentation with the speaker's commentary, from zoom recordings of the presentation (mp4 file format), as well as the pdf of the presentation.\n\n```\nconda create --name lauz python=3.11.5\nconda activate lauz\npip install PyPDF2\npip install moviepy\npip install matplotlib, scipy\npip install torch torchvision torchaudio\npip install 'transformers[torch]'\npip install pdfminer\npip3 install pdfminer-six\npip install pytesseract\npip install openai==0.28\n# Check if transformers download worked\npython -c \"from transformers import pipeline; print(pipeline('sentiment-analysis')('we love you'))\"\n```\n\n\n# Docker\n```\ndocker build -t lauzhack2023/speaker-notes:0.1.0 .\ndocker run -it -d --name speaker_notes_container -v $(pwd):/app lauzhack2023/speaker-notes:0.1.0 /bin/bash\ndocker exec -it speaker_notes_container /bin/bash\npython audio_transcribe_scene_detect.py # How to run a file\n```", + "readme_title": "speaker-notes", + "releases_count": 0, + "repo": "LauzHack2023-AutoNote", + "repo_name": "LauzHack2023-SpeakerNotes", + "stars": 1, + "topics": [], + "updated_at": "2023-12-04T17:08:53Z", + "url": "https://github.com/wesleymth/LauzHack2023-SpeakerNotes", + "watchers": 1 + } +} \ No newline at end of file