Skip to content

rafaseto/SentiOpen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents


Prerequisites

To work on this project, ensure you have the following installed:

  • Python 3.9 or above
  • Git (for cloning the repository)

Setting Up the Environment

  1. Clone the repository:

    git clone https://github.com/rafaseto/SentiOpen.git
    cd SentiOpen
  2. Create a virtual environment in the project directory:

    python -m venv venv
  3. Activate the virtual environment:

    • On Windows:
      venv\Scripts\activate
    • On macOS/Linux:
      source venv/bin/activate

Installing Dependencies

With the virtual environment activated, install the required packages:

pip install -r requirements.txt

Releases

No releases published

Packages

No packages published