Giter Club home page Giter Club logo

littera-search's Introduction

4IF-WS

Projet 4IF - Web sémantique - Moteur de recherche sémantique sur le thème de la littérature

Prérequis

L'application nécessite python >= 3.8 .

Installation avec un environnement virtuel

Clonez le repot :
git clone https://github.com/charlypoirier/4IF-WS.git

Déplacez vous deans la racine du projet, puis créez un environnement virtuel
python3 -m venv env
Lancez l'environnement virtuel
source env/bin/activate

Une indication visuelle doit apparaître dans votre terminal, par exemple avec bash le nom de l'environnement entre parenthèse au début de la ligne.

Installez les packages Flask et SPARQLWrapper :
pip install Flask
pip install SPARQLWrapper

Lorques vous aurez fini d'utiliser l'application, tapez deactivate pour sortir de l'environnement virtuel.

Installation sans environnement virtuel

Installez les packages SPARQLWrapper et FLASK :
pip install Flask
pip install SPARQLWrapper

Lancement

Pour lancer l'application, vous pouvez simplement exécuter le script runserver depuis la racine du projet : ./runserver

Si pour une raison quelquonque cela ne marque pas :

  • Exportez les variables d'environnement FLASK_APP et FLASK_ENV.
    export FLASK_APP=run.py
    export FLASK_ENV=development

  • Lancez l'application avec la commande suivante :
    flask run

Voir aussi

Contact

Hexanome 4414 :

  • Lucie Clémenceau
  • Sylvain de Verclos
  • Jérôme Hue
  • Yohan Meyer
  • Charly Poirier
  • Quentin Regaud

littera-search's People

Contributors

charleprr avatar jeromehue avatar quentin-rgd avatar sdejoannis avatar yohanmeyer avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.