diff --git a/GSoC-2025/application_template.md b/GSoC-2025/application_template.md
index b477d4b0..6a96f1d6 100644
--- a/GSoC-2025/application_template.md
+++ b/GSoC-2025/application_template.md
@@ -61,7 +61,7 @@ _Extension: max 1 page_
_Extension: max 0.75 page_
-- **Past experienc.**
+- **Past experience.**
Please describe your past experience with programming, open source, or any other experience you deem relevant for the project you are applying for. Any successful open source projects, published work or content of the like should definitely be highlighted.
- **Motivation: why this project?**
@@ -84,4 +84,4 @@ _Extension: max 0.25 page_
- **Are you also applying to projects with other organisations in GSoC 2025?**
- If so, which ones? What would be your preference in case of a tie?
\ No newline at end of file
+ If so, which ones? What would be your preference in case of a tie?
diff --git a/NeuroInformation Support for kalman filters in movement Deborshi Kashyap.md b/NeuroInformation Support for kalman filters in movement Deborshi Kashyap.md
new file mode 100644
index 00000000..1c1b1e03
--- /dev/null
+++ b/NeuroInformation Support for kalman filters in movement Deborshi Kashyap.md
@@ -0,0 +1,136 @@
+
Name and Contact Information
+
+Name : Deborshi Kashyap
+
+Time-zone : UTC+05:30) Chennai, Kolkata, Mumbai, New Delhi
+
+E-mail : bskpuzari@gmail.com
+
+Github : [decembboy](https://github.com/decembboy) , [Deborshi](https://github.com/deborshi-web)
+
+Zulip Username : [Debor](https://neuroinformatics.zulipchat.com/#user/882018)
+
+Code Contribution:
+
+[Microsoft torchgeo](https://github.com/microsoft/torchgeo/pull/2460)
+
+[myhealthconnectsociety](https://github.com/myhealthconnectsociety/project-healthcare/pull/138)
+
+[neuroinformatics unit ( movement )](https://github.com/neuroinformatics-unit/movement/issues/21)
+
+
+
+
+
+# Title:
+
+Support for kalman filter in movement
+
+# Synopsis:
+
+This project aims to integrate Kalman filtering into the Movement project to enhance data smoothing and filtering capabilities. The Kalman filter will be implemented to smooth position, velocity, and acceleration timeseries. Additionally, as a stretch goal, it will be applied to fix identity switches in multi-animal tracking data. This functionality is crucial for improving trajectory estimations, aggregating multi-source information, and enhancing tracking accuracy. The deliverables include a robust Python implementation, comprehensive tests, thorough documentation, and an example use case in the Movement gallery. The open-source community will benefit from improved data handling methods in movement analysis.
+
+# Implementation Timeline:
+
+1. Understanding the Problem
+The goal is to implement Kalman Filters in a simplified manner for tracking movement.
+Kalman Filters help in predicting and correcting movement data (e.g., tracking an object's position over time with noisy measurements).
+
+2. Define Requirements
+Should handle basic motion models (e.g., constant velocity, constant acceleration).
+Should be easy to integrate into a simple movement tracking system.
+Should have minimal computational overhead for real-time processing.
+
+3. Implement a Basic Kalman Filter
+Define the state vector (position, velocity, etc.).
+Define state transition and observation models.
+Initialize the process covariance, measurement covariance, and Kalman gain.
+Implement the prediction and update steps.
+
+4. Test with Sample Data
+Simulate object movement (e.g., moving in a straight line).
+Introduce noise to measurements.
+Verify if the filter smooths out the trajectory correctly.
+
+5. Optimize and Simplify
+Reduce computational complexity if needed.
+Remove unnecessary parameters for a minimalist version.
+Provide easy-to-use functions for integration.
+
+ Week Deliverables
+
+ Community Bonding:
+
+Study Movement's current data structures, discuss approach with mentors, explore existing Kalman filter implementations.
+
+Week 1 Implement a basic Kalman filter for single-variable smoothing (position).
+
+Week 2 Extend the filter to support velocity and acceleration. Add initial test cases.
+
+Week 3 Optimize implementation for efficiency. Begin integrating filter into Movement’s framework.
+
+Week 4 Finalize core implementation. Improve test coverage and edge-case handling.
+
+Week 5 Draft documentation and create usage examples.
+
+Week 6 Midterm Evaluation: Ensure filtering is fully functional with documented examples.
+
+Week 7 Begin stretch goal: Implement identity switch correction using Kalman filtering.
+
+Week 8 Improve accuracy of identity-switch handling. Test and refine algorithm.
+
+Week 9 Integrate new feature into Movement’s tracking tools.
+
+Week 10 Final testing, performance tuning, and validation with real-world data.
+
+Week 11 Freeze codebase, finalize documentation, and polish the example use case.
+
+Week 12 Submit final deliverables, write project report, and assist with integration into Movement.
+
+ Communication Plan:
+
+• Weekly progress meetings with mentors via video calls.
+
+• Ongoing discussions and questions through Zulip chat.
+
+• Regular code updates and reviews on GitHub.
+
+• Midterm and final project reports.
+
+# Personal Statement:
+
+ Past Experience:
+
+I am an experienced Python developer with expertise in numpy, pandas, OpenCV, and matplotlib. I have worked on data processing, visualization, and automation tools, including CSV-to-graph converters and AI-driven automation frameworks here are projects listed below
+
+[Interactive German Dialect](https://github.com/decembboy/German-Dialect-Map)
+
+[Interactive Graph Generator](https://github.com/decembboy/Interactive-graph-generator)
+
+[Automate Assistant](https://github.com/decembboy/Automate-Assistant)
+
+
+I have contributed to open-source projects such as
+
+1. [Microsoft torchgeo](https://github.com/microsoft/torchgeo/pull/2460)
+2. [myhealthconnectsociety](https://github.com/myhealthconnectsociety/project-healthcare/pull/138)
+3. [neuroinformatics unit ( movement )](https://github.com/neuroinformatics-unit/movement/issues/21)
+
+ I also took a [Google cyber security course](https://www.coursera.org/account/accomplishments/specialization/5AD3BY5DV4V3) on Coursera. It demonstrates my ability to manage complicated data procedures efficiently.
+
+ Motivation:
+
+I am deeply interested in motion analysis and filtering techniques. This project aligns with my passion for optimizing data processing workflows and working on real-world applications in scientific computing. The opportunity to contribute to Movement and help improve data accuracy excites me, as it directly benefits researchers and analysts dealing with complex tracking problems.
+
+ Match:
+
+My background in Python, data processing, and algorithmic optimization makes me an excellent fit for this project. Having worked on automation and AI-driven tools, I can efficiently implement, test, and optimize the Kalman filter for Movement.
+
+ Availability:
+
+ I have commitments during the GSoC work period. I have one-day exams in June and December, time-table is not yet scheduled.
+
+ Are you also applying for projects with other organisations in GSoC 2025?
+
+ No, I'm not applying for any projects with other organizations in GSoC 2025.
+