Skip to content

JennGuz/mindAlly

Repository files navigation

Welcome to the Sentiment Analysis Project

This project is an application that uses a pre-trained model to analyze the state of mental health of a person using a chat interface.

How to run the project

Prerequisites

  • Python 3.11 (with pip)
  • Node (latest version)

Running the project

  1. Init a Virtual environment
python -m venv venv
  1. Activate the Virtual environment
source venv/bin/activate

or

venv\Scripts\activate

Depending on your operating system, you may need to use a different command to activate the virtual environment.

  1. Install Python dependencies
pip install -r requirements.txt
  1. Install Node dependencies
npm install
  1. Run the project
npm run dev
  1. Run the Python server
python main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published