{"id":21359775,"url":"https://github.com/hemangjoshi37a/adscape","last_synced_at":"2025-04-15T09:41:00.743Z","repository":{"id":156332337,"uuid":"588127094","full_name":"hemangjoshi37a/adScape","owner":"hemangjoshi37a","description":"Raspberry Pi based HUB75 LED Matrix Display Management System (Fully OpenSource)","archived":false,"fork":false,"pushed_at":"2024-09-22T10:14:55.000Z","size":15265,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T18:51:59.439Z","etag":null,"topics":["hub75","led","led-advertisement-board","led-announcement-board","led-matrix","matrix","raspberry-pi"],"latest_commit_sha":null,"homepage":"https://hjlabs.in","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hemangjoshi37a.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-12T11:47:24.000Z","updated_at":"2025-03-27T20:48:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"139fee8e-0517-4503-9e9c-3f626a6a2523","html_url":"https://github.com/hemangjoshi37a/adScape","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hemangjoshi37a%2FadScape","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hemangjoshi37a%2FadScape/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hemangjoshi37a%2FadScape/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hemangjoshi37a%2FadScape/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hemangjoshi37a","download_url":"https://codeload.github.com/hemangjoshi37a/adScape/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249045382,"owners_count":21203865,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hub75","led","led-advertisement-board","led-announcement-board","led-matrix","matrix","raspberry-pi"],"created_at":"2024-11-22T05:29:44.888Z","updated_at":"2025-04-15T09:41:00.735Z","avatar_url":"https://github.com/hemangjoshi37a.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://user-images.githubusercontent.com/12392345/212064058-e2148742-e834-469b-b75d-0a858497a308.jpeg\" alt=\"adScape\"\u003e\n\u003c/div\u003e\n\n# Raspberry Pi based HUB75 LED Matrix Display Management System (Fully OpenSource)\n\n![GitHub stars](https://img.shields.io/github/stars/hemangjoshi37a/adScape)\n![GitHub forks](https://img.shields.io/github/forks/hemangjoshi37a/adScape)\n![GitHub issues](https://img.shields.io/github/issues/hemangjoshi37a/adScape)\n![GitHub license](https://img.shields.io/github/license/hemangjoshi37a/adScape)\n\n## Description\nThis project is a web-based system for managing and scheduling advertisements to be displayed on an LED matrix display. The system allows users to upload advertisements and specify a start and end time for them to be displayed.\n\n![Screenshot from 2023-01-21 19-14-15](https://user-images.githubusercontent.com/12392345/213869822-651b35ae-0d92-4c33-822c-519db5fcde3a.png)\n![Screenshot from 2023-01-21 19-14-33](https://user-images.githubusercontent.com/12392345/213869820-0d9ef50d-c146-45c8-94ce-8e5f9a1e0d90.png)\n![Screenshot from 2023-01-21 19-14-39](https://user-images.githubusercontent.com/12392345/213869819-ec63516b-4376-494a-a6d9-65c8469a342d.png)\n![Screenshot from 2023-01-21 19-14-48](https://user-images.githubusercontent.com/12392345/213869816-35d5bccc-6772-4f50-9ea8-e2ca4f1f0167.png)\n\n\n\n## Features\n- 🔒 User login and registration\n- 📆 Upload and schedule advertisements to be displayed on the LED matrix\n- ✏️ View and edit the current schedule of advertisements\n- 🌞 Adjust display settings such as brightness and scroll speed\n\n## Tech Stack\n- **Frontend:** HTML, CSS, JavaScript, Materialize CSS\n- **Backend:** Python, Flask, SQLite\n\n---\n\n## Installation\n1. **Clone the repository**\n   ```sh\n   git clone https://github.com/hemangjoshi37a/adScape.git\n   ```\n2. **Navigate to the project directory**\n   ```sh\n   cd adScape\n   ```\n3. **Install the required dependencies**\n   ```sh\n   pip install -r requirements.txt\n   ```\n4. **Configure your MySQL database auth details in `mysql_auth.py`**\n   ```python\n   mysql_username='root'\n   mysql_password='mypasss'\n   mysql_host='localhost'\n   ```\n5. **Run the application**\n   ```sh\n   python flaskBackend.py\n   ```\n6. **Access the application**\n   ```\n   http://localhost:5004\n   ```\n\n---\n\n## Contributing\nWe welcome contributions to this project! Please follow these guidelines:\n\n1. **Fork the repository and create a new branch**\n2. **Ensure your code follows the [PEP 8](https://www.python.org/dev/peps/pep-0008/) style guide**\n3. **Run the test suite to confirm that your changes don't break existing functionality**\n4. **Open a pull request with a detailed description of your changes and any relevant issues addressed**\n\n---\n\n## License\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.\n\n---\n\n## 📫 How to reach me\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://hjlabs.in/\"\u003e\u003cimg height=\"36\" src=\"https://cdn.simpleicons.org/similarweb\"/\u003e\u003c/a\u003e\n  \u003ca href=\"https://wa.me/917016525813\"\u003e\u003cimg height=\"36\" src=\"https://cdn.simpleicons.org/WhatsApp\"/\u003e\u003c/a\u003e\n  \u003ca href=\"https://t.me/hjlabs\"\u003e\u003cimg height=\"36\" src=\"https://cdn.simpleicons.org/telegram\"/\u003e\u003c/a\u003e\n  \u003ca href=\"mailto:hemangjoshi37a@gmail.com\"\u003e\u003cimg height=\"36\" src=\"https://cdn.simpleicons.org/Gmail\"/\u003e\u003c/a\u003e \n  \u003ca href=\"https://www.linkedin.com/in/hemang-joshi-046746aa\"\u003e\u003cimg height=\"36\" src=\"https://cdn.simpleicons.org/LinkedIn\"/\u003e\u003c/a\u003e\n  \u003ca href=\"https://www.facebook.com/hemangjoshi37\"\u003e\u003cimg height=\"36\" src=\"https://cdn.simpleicons.org/facebook\"/\u003e\u003c/a\u003e\n  \u003ca href=\"https://twitter.com/HemangJ81509525\"\u003e\u003cimg height=\"36\" src=\"https://cdn.simpleicons.org/Twitter\"/\u003e\u003c/a\u003e\n  \u003ca href=\"https://www.tumblr.com/blog/hemangjoshi37a-blog\"\u003e\u003cimg height=\"36\" src=\"https://cdn.simpleicons.org/tumblr\"/\u003e\u003c/a\u003e\n  \u003ca href=\"https://stackoverflow.com/users/8090050/hemang-joshi\"\u003e\u003cimg height=\"36\" src=\"https://cdn.simpleicons.org/StackOverflow\"/\u003e\u003c/a\u003e\n  \u003ca href=\"https://www.instagram.com/hemangjoshi37\"\u003e\u003cimg height=\"36\" src=\"https://cdn.simpleicons.org/Instagram\"/\u003e\u003c/a\u003e\n  \u003ca href=\"https://in.pinterest.com/hemangjoshi37a\"\u003e\u003cimg height=\"36\" src=\"https://cdn.simpleicons.org/Pinterest\"/\u003e\u003c/a\u003e \n  \u003ca href=\"http://hemangjoshi.blogspot.com\"\u003e\u003cimg height=\"36\" src=\"https://cdn.simpleicons.org/Blogger\"/\u003e\u003c/a\u003e\n  \u003ca href=\"https://gitlab.com/hemangjoshi37a\"\u003e\u003cimg height=\"36\" src=\"https://cdn.simpleicons.org/gitlab\"/\u003e\u003c/a\u003e\n\u003c/div\u003e\n\n---\n\n## Checkout Cool GitHub Other Repositories:\nHere's a list of some cool repositories you might be interested in:\n- [pyPortMan](https://github.com/hemangjoshi37a/pyPortMan)\n- [transformers_stock_prediction](https://github.com/hemangjoshi37a/transformers_stock_prediction)\n- [TrendMaster](https://github.com/hemangjoshi37a/TrendMaster)\n- [hjAlgos_notebooks](https://github.com/hemangjoshi37a/hjAlgos_notebooks)\n- [AutoCut](https://github.com/hemangjoshi37a/AutoCut)\n- [My_Projects](https://github.com/hemangjoshi37a/My_Projects)\n- [Cool Arduino and ESP8266 or NodeMCU Projects](https://github.com/hemangjoshi37a/my_Arduino)\n- [Telegram Trade Msg Backtest ML](https://github.com/hemangjoshi37a/TelegramTradeMsgBacktestML)\n\n## Checkout Our Other Products:\nWe offer a variety of products:\n- [WiFi IoT LED Matrix Display](https://hjlabs.in/product/wifi-iot-led-display)\n- [SWiBoard WiFi Switch Board IoT Device](https://hjlabs.in/product/swiboard-wifi-switch-board-iot-device)\n- [Electric Bicycle](https://hjlabs.in/product/electric-bicycle)\n- [Product 3D Design Service with Solidworks](https://hjlabs.in/product/product-3d-design-with-solidworks/)\n- [AutoCut : Automatic Wire Cutter Machine](https://hjlabs.in/product/automatic-wire-cutter-machine/)\n- [Custom AlgoTrading Software Coding Services](https://hjlabs.in/product/custom-algotrading-software-for-zerodha-and-angel-w-source-code//)\n- [SWiBoard :Tasmota MQTT Control](https://play.google.com/store/apps/details?id=in.hjlabs.swiboard)\n- [Custom Token Classification or Named Entity Recognition (NER)](https://hjlabs.in/product/custom-token-classification-or-named-entity-recognition-ner-model-as-in-natural-language-processing-nlp-machine-learning/)\n\n## Cool Arduino and ESP8266 (or NodeMCU) IoT projects:\nExplore our innovative IoT projects:\n- [IoT_LED_over_ESP8266_NodeMCU](https://github.com/hemangjoshi37a/my_Arduino/tree/master/IoT_LED_over_ESP8266_NodeMCU) : Turn LED on and off using a web server hosted on a nodemcu or esp8266\n- [ESP8266_NodeMCU_BasicOTA](https://github.com/hemangjoshi37a/my_Arduino/tree/master/ESP8266_NodeMCU_BasicOTA) : Simple OTA upload code from Arduino IDE using WiFi to NodeMCU or ESP8266\n- [IoT_CSV_SD](https://github.com/hemangjoshi37a/my_Arduino/tree/master/IoT_CSV_SD) : Read analog value of Voltage and Current and write it to SD Card in CSV format for Arduino, ESP8266, NodeMCU etc\n- [Honeywell_I2C_Datalogger](https://github.com/hemangjoshi37a/my_Arduino/tree/master/Honeywell_I2C_Datalogger) : Log data in A SD Card from a Honeywell I2C HIH8000 or HIH6000 series sensor having external I2C RTC clock\n- [IoT_Load_Cell_using_ESP8266_NodeMC](https://github.com/hemangjoshi37a/my_Arduino/tree/master/IoT_Load_Cell_using_ESP8266_NodeMC) : Read ADC value from High Precision 12bit ADS1015 ADC Sensor and Display on SSD1306 SPI Display as progress bar \n\n---\n\n## HuggingFace Models \u0026 Datasets\n### Models\n- [hemangjoshi37a/autotrain-ratnakar_1000_sample_curated-1474454086](https://huggingface.co/hemangjoshi37a/autotrain-ratnakar_1000_sample_curated-1474454086) : Stock tip message NER using HUggingFace-AutoTrain\n\n### Datasets\n- [hemangjoshi37a/autotrain-data-ratnakar_1000_sample_curated](https://huggingface.co/datasets/hemangjoshi37a/autotrain-data-ratnakar_1000_sample_curated) : Stock tip message NER using HUggingFace-AutoTrain\n\n---\n\n## 🎥 Awesome YouTube Videos\n- [❤️ હદય અને હદયના ધબકારા 💙 दिल और दिल की धड़कन 💖 Heart and beating of heart by Priyanka madam. 💕](https://www.youtube.com/watch?v=9v3MK6oTOeA)\n- [🩸 રુધિર વહીનીઓ અને એના કર્યો. 🩸 Blood Vessels And Working of Blood Vessels 🩸 By Priyankama'am](https://www.youtube.com/watch?v=T7mMcEYNKyQ)\n- [🩸 મનુષ્યમાં પરિવહન તંત્ર 🩸 परिसंचरण तंत्र 🩸 Blood Circulation System in Humans🩸 By Priyanka madam](https://www.youtube.com/watch?v=vxa6o_wrWnY)\n- [AutoCut V2 - The World's Most Powerful Arduino Automatic Wire Cutting Machine](https://www.youtube.com/watch?v=oGr0mWmNhKY)\n- [SWiBoard - A Killer Gadget to Boost Your Boring Switchboard](https://www.youtube.com/watch?v=ftza6WM4LiE)\n- [🧪 મનુષ્યમાં ઉત્સર્જન-તંત્ર 🦠 मानव उत्सर्जन तंत्र ⚗️ excretory system 🩺](https://www.youtube.com/watch?v=UUGI-CFKsWI)\n- [🌳વનસ્પતિમાં પાણી અને ખનીજ તત્વોનું વહન 🌲](https://youtu.be/1da9p6iYlr4)\n- [🌲 વનસ્પતિમાં બાષ્પોત્સર્જન 🌳 पेड़ में वाष्पोत्सर्जन 🎄Transpiration in Trees](https://youtu.be/I9Sirc42Ktg)\n- [🫁 સજીવોમાં શ્વસન 🧬 जीवों में श्वास 🫀 Breathing in organisms 👩🏻‍🔬](https://youtu.be/sIMl4t2OFmY)\n- [🫁 શ્વસનની પ્રક્રિયા 🫀Respiratory System 🦠](https://youtu.be/hua8ZD5Ge1w)\n- [🫁 મનુષ્યમાં શ્વાસ અને ઉચ્છશ્વાસ ⚛️](https://youtu.be/BI-CYgnkGCw)\n\n---\n\n## 📝 My Quirky Blog\n- [Hemang Joshi](http://hemangjoshi.blogspot.com/)\n\n---\n\n## 📱 Awesome Android Apps\n- [SWiBoard :Tasmota MQTT Control](https://play.google.com/store/apps/details?id=in.hjlabs.swiboard)\n\n---\n\n## Checkout Cool GitLab Other Repositories:\n- [pyPortMan](https://gitlab.com/hemangjoshi37a/pyPortMan)\n- [transformers_stock_prediction](https://gitlab.com/hemangjoshi37a/transformers_stock_prediction)\n- [TrendMaster](https://gitlab.com/hemangjoshi37a/TrendMaster)\n- [hjAlgos_notebooks](https://gitlab.com/hemangjoshi37a/hjAlgos_notebooks)\n- [AutoCut](https://gitlab.com/hemangjoshi37a/AutoCut)\n- [My_Projects](https://gitlab.com/hemangjoshi37a/My_Projects)\n- [Cool Arduino and ESP8266 or NodeMCU Projects](https://gitlab.com/hemangjoshi37a/my_Arduino)\n- [Telegram Trade Msg Backtest ML](https://gitlab.com/hemangjoshi37a/TelegramTradeMsgBacktestML)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhemangjoshi37a%2Fadscape","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhemangjoshi37a%2Fadscape","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhemangjoshi37a%2Fadscape/lists"}