Coder Social home page Coder Social logo

emotions_tracking_app_nlp's Introduction

Emotions Tracking Application

Objectifs

Ce site est à destination de psychologues et leurs patients.
Les psychologues peuvent :

  • avoir accès à un espace de connexion particulier pour y visualiser la répartition des émotions de leurs patients actifs sur une certaine période de temps.
  • visualiser la répartition des émotions d’un de leur patients en recherchant par son nom et prénom.
  • rechercher tous les textes contenant une certaines expressions.
  • créer un nouveau patient avec un mot de passe par défaut, un nom et un prénom.

Les patients peuvent :

  • accéder à un espace privé de connexion.
  • créer un nouveau texte.

Les textes écrits par les patients soient automatiquement évalués par un modèle hugging face déployé sur le hub. Les informations sur les patients et psychologues doivent être enregistrées dans une base postgres.
Les textes et les évaluations dans une base elastic search.

Installation

  1. Créer les fichiers .env avec les informations suivantes :
POSTGRES_DB = emotion_db
POSTGRES_USER = main_user
POSTGRES_PASSWORD = pwd
POSTGRES_NAME = emotion_db
DB_HOST = db

SECRET_KEY = secret
DEBUG = True

ELASTICSEARCH_HOST = elasticsearch
ELASTICSEARCH_PORT = 9200

HF_TOKEN = *** your hf token ***
  1. docker compose up pour démarrer les conteneurs définie dans le fichier docker-compose.yml

  2. On a maintenant accès à :

  1. Vous pouvez créer vos propres utilisateurs ou vous servir de ceux par défault dont le mot de passe est le username que vous retrouvez dans la bdd postgre

Requirements

Vous devez avoir un docker daemon actif

Crédits

Le projet utilise pour base le répertoire de @MyriamLbhn du même nom

emotions_tracking_app_nlp's People

Contributors

myriamlbhn avatar charles-42 avatar totor59 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.