{"id":17712616,"url":"https://github.com/Keshabkjha/ClimaSense","last_synced_at":"2025-03-13T20:32:07.564Z","repository":{"id":254344644,"uuid":"846257507","full_name":"Keshabkjha/ClimaSense","owner":"Keshabkjha","description":"ClimaSense is a web application that provides real-time weather information based on the user's location or any searched city. It features automatic location detection, manual search, and a chatbot , built using Python (Streamlit \u0026 SpaCy), that responds to weather-related queries.","archived":false,"fork":false,"pushed_at":"2024-11-04T17:36:43.000Z","size":4928,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-13T11:48:59.309Z","etag":null,"topics":["html-css-javascript","niet-codetantra","niet-training","python","python3","spacy","spacy-nlp","streamlit","weather-api","weather-app"],"latest_commit_sha":null,"homepage":"https://keshabkjha.github.io/ClimaSense/","language":"JavaScript","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/Keshabkjha.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-08-22T20:45:46.000Z","updated_at":"2024-11-04T17:38:17.000Z","dependencies_parsed_at":"2024-08-22T22:44:42.254Z","dependency_job_id":"80f9859b-7c6b-4e49-856e-d91519aad5eb","html_url":"https://github.com/Keshabkjha/ClimaSense","commit_stats":null,"previous_names":["keshabkjha/weatherapp","keshabkjha/climasense"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Keshabkjha%2FClimaSense","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Keshabkjha%2FClimaSense/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Keshabkjha%2FClimaSense/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Keshabkjha%2FClimaSense/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Keshabkjha","download_url":"https://codeload.github.com/Keshabkjha/ClimaSense/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243478391,"owners_count":20297247,"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":["html-css-javascript","niet-codetantra","niet-training","python","python3","spacy","spacy-nlp","streamlit","weather-api","weather-app"],"created_at":"2024-10-25T09:05:47.785Z","updated_at":"2025-03-13T20:32:07.557Z","avatar_url":"https://github.com/Keshabkjha.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ClimaSense\n\nWelcome to the ClimaSense! This is a simple and intuitive web application that provides real-time weather information based on your current location or any manually searched location. The app is built using HTML, CSS, JavaScript, Python (for chatbot functionality), and the OpenWeatherMap API.\n\n## Features\n\n- **Automatic Location Detection:** The app requests access to your current location and automatically displays the weather information for that location.\n- **Manual Search:** If you want to check the weather for a different location, simply enter the city name in the search bar.\n- **Real-Time Data:** The app fetches up-to-date weather data from the OpenWeatherMap API, ensuring you get the latest information.\n- **Chatbot:** The app includes a chatbot called , built using Python frameworks like Streamlit and SpaCy.   responds to user queries about weather conditions in specific locations and displays real-time information directly in the app.\n\n## Live Demo\n\nCheck out the live version of the app [here](https://keshabkjha.github.io/ClimaSense/).\n\n## Installation\n\nTo run this project locally:\n\n1. Clone the repository:\n    ```bash\n    git clone https://github.com/Keshabkjha/ClimaSense.git\n    ```\n2. Navigate to the project directory:\n    ```bash\n    cd ClimaSense\n    ```\n3. Open `index.html` in your web browser.\n4. To run the chatbot:\n    - Install the required Python packages for Streamlit and SpaCy:\n      ```bash\n      pip install -r requirements.txt\n      ```\n    - Run the chatbot using Streamlit:\n      ```bash\n      streamlit run main.py\n      ```\n\n## Usage\n\n- **Automatic Weather Display:** Upon opening the app, it will ask for permission to access your location. Once granted, it will automatically display the current weather information for your location.\n- **Manual Weather Search:** Enter the name of any city in the search bar to retrieve the weather details for that location.\n- **  Chatbot:** You can interact with the   chatbot by asking weather-related questions for different cities, and it will provide real-time weather information using the OpenWeatherMap API.\n\n## Technologies Used\n\n- **HTML:** For structuring the app's content.\n- **CSS:** For styling the user interface.\n- **JavaScript:** For handling user interactions and making API requests.\n- **Python (Streamlit \u0026 SpaCy):** For building the   chatbot.\n- **OpenWeatherMap API:** For fetching real-time weather data.\n\n## Terms of Use\n\nIf you use or modify this project, **you must provide proper credit** to the original developer, Keshab Kumar. You can do this by including a link to this repository and mentioning my name in any derived works, documentation, or presentations.\n\n## Contributing\n\nIf you have suggestions for improving this app or want to contribute, feel free to open an issue or submit a pull request.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](https://github.com/Keshabkjha/ClimaSense/tree/main?tab=MIT-1-ov-file) file for details.\n\n## Acknowledgments\n\n- Special thanks to [OpenWeatherMap](https://openweathermap.org/) for providing the API used in this app.\n\n## Connect with Me\n\nFor more projects and information, check out my [Linktree](https://linktr.ee/Keshabkjha).\n\n---\n\nDeveloped by [Keshab Kumar](https://github.com/Keshabkjha).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKeshabkjha%2FClimaSense","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FKeshabkjha%2FClimaSense","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKeshabkjha%2FClimaSense/lists"}