{"id":17476672,"url":"https://github.com/naveen3830/splashtop_analysis","last_synced_at":"2025-04-10T06:36:53.512Z","repository":{"id":258263749,"uuid":"872073861","full_name":"naveen3830/splashtop_analysis","owner":"naveen3830","description":"This repository contains the code for my webapp splashtop website analysis.","archived":false,"fork":false,"pushed_at":"2024-10-18T07:04:58.000Z","size":536,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-19T11:19:45.867Z","etag":null,"topics":["nlp-keywords-extraction","python","spacy","streamlit"],"latest_commit_sha":null,"homepage":"https://splashtopanalysis.streamlit.app/","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/naveen3830.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-13T17:58:41.000Z","updated_at":"2024-10-18T07:05:01.000Z","dependencies_parsed_at":"2024-10-18T07:30:42.210Z","dependency_job_id":"5111eff8-1e0d-4786-88c7-bf047e0f40ef","html_url":"https://github.com/naveen3830/splashtop_analysis","commit_stats":null,"previous_names":["naveen3830/splashtop_analysis"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naveen3830%2Fsplashtop_analysis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naveen3830%2Fsplashtop_analysis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naveen3830%2Fsplashtop_analysis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naveen3830%2Fsplashtop_analysis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/naveen3830","download_url":"https://codeload.github.com/naveen3830/splashtop_analysis/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248170887,"owners_count":21059271,"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":["nlp-keywords-extraction","python","spacy","streamlit"],"created_at":"2024-10-18T19:09:04.909Z","updated_at":"2025-04-10T06:36:53.427Z","avatar_url":"https://github.com/naveen3830.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003eSplashtop Content Analysis Web Application\u003c/h1\u003e\n\u003cp\u003e🌐 \u003cstrong\u003eWebsite\u003c/strong\u003e: \u003ca href=\"https://splashtopanalysis.streamlit.app/\"\u003eSplashtop Content Analysis Web App\u003c/a\u003e\u003c/p\u003e\n\n\u003chr\u003e\n\u003cp\u003eℹ️ This repository contains the code for a web application that analyzes content coverage around the phrase \"Remote Access\" for the website \u003ca href=\"https://www.splashtop.com\"\u003ewww.splashtop.com\u003c/a\u003e. It includes analysis of keyword variations, competitor content, and identification of gaps using Python, Streamlit, and data analysis libraries.\u003c/p\u003e\n\n\u003cul\u003e\n  \u003cli\u003e\u003cstrong\u003eData\u003c/strong\u003e: Contains datasets used for content analysis, including scraped data from Splashtop and competitor websites.\u003c/li\u003e\n  \u003cli\u003e\u003cstrong\u003eapp.py\u003c/strong\u003e: Main Python script that runs the Streamlit web application.\u003c/li\u003e\n  \u003cli\u003e\u003cstrong\u003ecompetitor.py\u003c/strong\u003e: Script to analyze competitors and their content gaps.\u003c/li\u003e\n  \u003cli\u003e\u003cstrong\u003ehome.py\u003c/strong\u003e: Defines the home page layout and introduction for the analysis.\u003c/li\u003e\n  \u003cli\u003e\u003cstrong\u003eissues.py\u003c/strong\u003e: Code to identify potential issues or missing keywords in the content.\u003c/li\u003e\n  \u003cli\u003e\u003cstrong\u003erequirements.txt\u003c/strong\u003e: Lists the required Python packages to run the web application.\u003c/li\u003e\n  \u003cli\u003e\u003cstrong\u003eREADME.md\u003c/strong\u003e: You’re reading it right now! Provides information about the project and its files.\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003chr\u003e\n\n\u003ch2\u003e🚀 Getting Started\u003c/h2\u003e\n\u003col\u003e\n  \u003cli\u003eClone this repository: \u003cpre\u003e\u003ccode\u003egit clone https://github.com/naveen3830/splashtop_analysis\u003c/code\u003e\u003c/pre\u003e\u003c/li\u003e\n  \u003cli\u003eInstall the required packages: \u003cpre\u003e\u003ccode\u003epip install -r requirements.txt\u003c/code\u003e\u003c/pre\u003e\u003c/li\u003e\n  \u003cli\u003eRun the web application: \u003cpre\u003e\u003ccode\u003estreamlit run app.py\u003c/code\u003e\u003c/pre\u003e\u003c/li\u003e\n\u003c/ol\u003e\n\n\u003chr\u003e\n\n\u003ch2\u003e🔗 Links\u003c/h2\u003e\n\u003cul\u003e\n  \u003cli\u003e\u003ca href=\"https://streamlit.io/\"\u003eStreamlit\u003c/a\u003e: Framework used for building and deploying the web application.\u003c/li\u003e\n  \u003cli\u003e\u003ca href=\"https://plotly.com/\"\u003ePlotly\u003c/a\u003e: Visualization library used for creating interactive charts and graphs.\u003c/li\u003e\n  \u003cli\u003e\u003ca href=\"https://www.screamingfrog.co.uk/\"\u003eScreaming Frog\u003c/a\u003e: Tool used for scraping content from Splashtop and competitors.\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003chr\u003e\n\n\u003ch2\u003e📝 Note\u003c/h2\u003e\n\u003cul\u003e\n  \u003cli\u003eFeel free to explore and analyze the content data or adjust the scripts for custom analysis.\u003c/li\u003e\n  \u003cli\u003eYou can replace or add new datasets in the \u003cstrong\u003eData\u003c/strong\u003e directory to extend the analysis.\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003chr\u003e\n\u003ch2\u003e📧 Contact\u003c/h2\u003e\n\u003cp\u003eFor any inquiries or feedback, please contact: \u003ca href=\"mailto:naveenr3830@gmail.com\"\u003enaveenr3830@gmail.com\u003c/a\u003e\u003c/p\u003e\n\u003chr\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaveen3830%2Fsplashtop_analysis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnaveen3830%2Fsplashtop_analysis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaveen3830%2Fsplashtop_analysis/lists"}