Guru Prathosh

Results 3 issues of Guru Prathosh

Fixes #495 Add feedback button functionality to the website's interface. * **App Component**: Import and add the `FeedbackButton` component inside the `MatomoProvider` component in `src/App.tsx`. * **CSS Styling**: Add styles...

Fixes #15 Optimize the rendering speed of both the steering and car video in `Autopilot_V2/AutopilotApp_V2.py` and `Autopilot/DriveApp.py`. * **Autopilot_V2/AutopilotApp_V2.py** - Import `time` module. - Optimize `cv2.resize` function by using `cv2.INTER_LINEAR`...

Fixes #146 Implement new `ot` handling in lattice `+` composition. * Add addition lookup table to `ot_base` in `lib/gpt/core/object_type/base.py`. * Implement automatic embedding for `complex` to `ot_singlet` lattice in `lib/gpt/core/object_type/base.py`....