{"id":20337961,"url":"https://github.com/uznetdev/global-internet-users","last_synced_at":"2025-04-11T22:52:43.861Z","repository":{"id":248252768,"uuid":"828166456","full_name":"UznetDev/Global-Internet-users","owner":"UznetDev","description":"This repository contains a project that analyzes global internet user data. The project includes scripts and tools to visualize and interpret various aspects of internet usage across the world. You can use this project with MIT license!","archived":false,"fork":false,"pushed_at":"2024-08-31T17:25:51.000Z","size":49512,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-11T22:52:38.762Z","etag":null,"topics":["data-science","matplotlib","pandas","pandas-dataframe","pandas-python","plotly","plotly-dash","python","python3","seabor","seaborn","streamlit","streamlit-application","streamlit-dashboard","streamlit-web","streamlit-webapp","visualization","web","website"],"latest_commit_sha":null,"homepage":"https://uznetdev-global-internet-users-app-js8fyj.streamlit.app/","language":"Python","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/UznetDev.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-13T10:12:08.000Z","updated_at":"2024-09-06T09:00:50.000Z","dependencies_parsed_at":"2024-07-13T13:23:31.897Z","dependency_job_id":"82355853-1e92-4ef1-a197-9a07dfef3a9c","html_url":"https://github.com/UznetDev/Global-Internet-users","commit_stats":null,"previous_names":["uznetdev/global-internet-users"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UznetDev%2FGlobal-Internet-users","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UznetDev%2FGlobal-Internet-users/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UznetDev%2FGlobal-Internet-users/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UznetDev%2FGlobal-Internet-users/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UznetDev","download_url":"https://codeload.github.com/UznetDev/Global-Internet-users/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248492956,"owners_count":21113161,"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":["data-science","matplotlib","pandas","pandas-dataframe","pandas-python","plotly","plotly-dash","python","python3","seabor","seaborn","streamlit","streamlit-application","streamlit-dashboard","streamlit-web","streamlit-webapp","visualization","web","website"],"created_at":"2024-11-14T21:11:03.593Z","updated_at":"2025-04-11T22:52:43.836Z","avatar_url":"https://github.com/UznetDev.png","language":"Python","readme":"# Global Internet Users\n\n\nThis repository contains a project that analyzes global internet user data. The project includes scripts and tools to visualize and interpret various aspects of internet usage across the world.\n\n## \u003ci\u003eProject Structure\u003c/i\u003e\n\n- `app.py`: The main application file that runs the project.\n- `loader.py`: A script to load and preprocess data.\n- `Final.csv`: The dataset used in the project.\n- `requirements.txt`: A file listing all the dependencies required to run the project.\n- `pages/`: A directory containing various modules for different analyses and visualizations.\n  - `__init__.py`: Initialization file for the `pages` package.\n  - `broadband_subscription.py`: Analysis of broadband subscriptions.\n  - `cellular_vs_internet.py`: Comparison of cellular vs. internet users.\n  - `internet_users_distribution.py`: Distribution of internet users globally.\n  - `internet_users_map.py`: Geographical visualization of internet users.\n  - `internet_users_timeline.py`: Timeline analysis of internet user growth.\n\n## \u003ci\u003eInstallation\u003c/i\u003e\n\n1. Clone the repository:\n   ```sh\n   git clone https://github.com/UznetDev/Global-Internet-users.git\n   ```\n2. Navigate to the project directory:\n   ```sh\n   cd Global-Internet-users\n   ```\n3. Create a virtual environment:\n   ```sh\n   python -m venv venv\n   ```\n4. Activate the virtual environment:\n   - On Windows:\n     ```sh\n     venv\\Scripts\\activate\n     ```\n   - On macOS and Linux:\n     ```sh\n     source venv/bin/activate\n     ```\n5. Install the necessary libraries:\n   ```sh\n   pip install -r requirements.txt\n   ```\n\n## \u003ci\u003eUsage\u003c/i\u003e\n\nRun the main application:\n```sh\nstreamlit run app.py\n```\n\n#### [Adres of project](https://uznetdev-global-internet-users-app-js8fyj.streamlit.app/)\n\n## \u003ci\u003eThis project uses the following technologies and libraries:\u003c/i\u003e\n- Python\n- Pandas\n- Matplotlib\n- Seaborn\n- streamlit\n\n## \u003ci\u003eContributing\u003c/i\u003e\n\nContributions are welcome! Please fork the repository and submit pull requests.\n\nIf you would like to contribute to the project, please follow these steps:\n1. Fork the repository\n2. Create a new branch (`git checkout -b feature/YourFeature`)\n3. Make your changes and commit them (`git commit -m 'Add some feature'`)\n4. Push the branch (`git push origin feature/YourFeature`)\n5. Create a pull request\n\n## \u003ci\u003eLicense\u003c/i\u003e\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n\n## \u003ci\u003eContact\u003c/i\u003e\n\nIf you have any questions or suggestions, please contact:\n- Email: uznetdev@example.com\n- GitHub Issues: [Issues section](https://github.com/UznetDev/Global-Internet-users/issues)\n- GitHub Profile: [UznetDev](https://github.com/UznetDev/)\n- Telegram: [UZNet_Dev](https://t.me/UZNet_Dev)\n- Linkedin: [Abdurahmon Niyozaliev](https://www.linkedin.com/in/abdurakhmon-niyozaliyev-%F0%9F%87%B5%F0%9F%87%B8-66545222a/)\n\n\n### \u003ci\u003eThank you for your interest in the project!\u003c/i\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuznetdev%2Fglobal-internet-users","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuznetdev%2Fglobal-internet-users","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuznetdev%2Fglobal-internet-users/lists"}