Skip to content

alvarocaboUPM/IA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proyecto GPS IA

Autores

Set Up

  • Requirements:
    • Python/Python3
    • Pip

Start Up

  1. Situarse con la consola en la carpeta madre (GPS/)
  2. Crear un entorno virtual
   python3 -m venv venv/
   
   source venv/bin/activate
  1. Instalar librerías necesarias:
   pip install -r Utils/requirements.txt
  • Si no funciona el script puedes instalarlos individualmente
    pip install folium PyQt5 geopy
  1. Instalar el motor gráfico
   pip install pyqtwebengine

Running project

   python main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages