Building a Hospital Navigation System in Python in 3 easy steps

Поділитися
Вставка
  • Опубліковано 12 вер 2024

КОМЕНТАРІ • 33

  • @qudoreng8461
    @qudoreng8461 2 роки тому +5

    Nice project. I had built a localization system for medical devices inside the hospital to make it easy for the medical staff to find the required medical devices faster, I use Bluetooth, raspberry pi and python

    • @slambergamer91
      @slambergamer91 Рік тому +2

      Do you have any link for the project.. i also want to do the same thing..

    • @bazleeshukri2743
      @bazleeshukri2743 4 місяці тому

      im trying to do the same thing, mind sharing how you did it? its for my final year project

  • @mandata143
    @mandata143 9 місяців тому

    Wow. As a GIS practitioner this is useful! Thank you. Where have I been? :)

  • @bestoff5380
    @bestoff5380 2 роки тому +2

    Just a comment about getting vector data. I see that you're about creating multiple geojson files. This can be created using gis tools in one layer means combine all your polygons in one layers.then you can converting inti geojson format. In other hand, you csn use open sources osm data then cinverting into geojson. Si here vectorizing work is superfluous work.

  • @ShashirekhaYarramalla
    @ShashirekhaYarramalla 5 місяців тому

    Thank you for this enlightening video! Your insights have sparked an idea within me to create a project aimed at assisting visually impaired individuals. I'm particularly interested in training a model to navigate basic indoor environments and detect obstacles. Could you please provide some guidance on how to get started with this endeavor? Your expertise would be invaluable. Looking forward to your response!

  • @tanish_mavi
    @tanish_mavi Рік тому

    Hi Maximilian , do u have the code which includes both the starting and ending locations ?

  • @casualpianist7794
    @casualpianist7794 2 роки тому +2

    Hi
    Thank you for your realy informative Video. I want to create something simmilarly but with different floors in the building (for my University so the first-year students). Do you have an idea how I could handle this, especially with the drawn path from the json? (I assume the building doesn't have any escalators for simplicity).
    This would be great! Thank.

    • @markserafin2130
      @markserafin2130 Рік тому +1

      Yes. Also this example shows a map view of a large complex of buildings. What about individual rooms inside of a building? Would you make a custom map for that and import it?

    • @markserafin2130
      @markserafin2130 Рік тому +1

      Yes, I'm curious as well. Also, this tutorial shows waypoint pathfinding in a large complex of buildings. What about indoor pathfinding inside of a single building, and getting to specific rooms inside that building? Would it be necessary to create custom maps?

  • @weistrass
    @weistrass Рік тому

    Very useful thanks

  • @nyudha6919
    @nyudha6919 2 роки тому

    finally found it! 👍

  • @ansh453
    @ansh453 Рік тому

    Love ❤️from india

  • @asepidhadiana5132
    @asepidhadiana5132 2 роки тому

    thank you very much, very usefull

  • @TanishMavi-hm3to
    @TanishMavi-hm3to Рік тому

    Hi Maximilian, do u have a code to include both the starting and ending locations ?

  • @hexegone
    @hexegone 3 роки тому

    cool tutorial again!

  • @aristornai
    @aristornai 2 роки тому

    Very good ideia and result. Can you continue it to Mobile application ?

  • @raghavkapoor998
    @raghavkapoor998 10 місяців тому

    hey please make one more video on this regarding building website out of it and with realtime naviagtion

  • @BIT_RaginiV
    @BIT_RaginiV Рік тому

    Is there another continuation vedio of this project

  • @eeww4510
    @eeww4510 Рік тому

    Wow that's cool may I know to get Google GPS data?

  • @AIMLto
    @AIMLto 2 роки тому

    Thank you!!!!!

  • @user-er6yn4op7f
    @user-er6yn4op7f Рік тому

    can we add more than one places in this project

  • @rehmanullah3437
    @rehmanullah3437 2 роки тому +1

    can we detect obstacles in this navigation?

    • @Fuenfgeld
      @Fuenfgeld  2 роки тому

      Not in this implementation.

  • @marcosu5547
    @marcosu5547 Рік тому

    Top Niche Hospital. 1922 ☝🏻

  • @baggid6257
    @baggid6257 2 роки тому

    Great tutorial Maximilian.
    However, what can we do to make it into a real navigation system? To calculate the most efficient route from point A to point B.

    • @Fuenfgeld
      @Fuenfgeld  2 роки тому +2

      This would be part two. Drawing all paths and model them as a graph. We can do the pathfinding using Dijkstra's algorithm en.wikipedia.org/wiki/Dijkstra%27s_algorithm. If I find the time I will continue the implementation.

  • @ShubhamThakur-yo7sr
    @ShubhamThakur-yo7sr Рік тому

    hello sir could you guide me doing the similar project . If you could kindly reply to this comment.

  • @KaranChavare-zh2fs
    @KaranChavare-zh2fs 7 місяців тому

    hiii please sir can you help me to building my college navigation please sir help me

  • @katherinenavarrohansen2748
    @katherinenavarrohansen2748 2 роки тому

    Hi Maximilian, Your tutorial is extraordinarily good, but there is something that is not working for me, can you help me?