Skip to content

AmonAmanyabyona/inference

Repository files navigation

Sentiment Analysis Project

Setup Instructions

Prerequisites

Ensure to use python 3.10 or higher

Check Python Version

Open a terminal or command prompt and run:

python --version

or

python3 --version


# Clone the repository
git clone [email protected]:AmonAmanyabyona/inference.git
cd inference

# Create and activate a virtual environment:

python3 -m venv sentiment_env
source sentiment_env/bin/activate  # On Unix or MacOS
sentiment_env\Scripts\activate     # On Windows


# Install dependencies: 

pip install -r requirements.txt


# Run the inference script:

python3 inference.py

# Usage
Follow the prompts to enter a review and get the predicted score.

About

AI SYSTEMS EXAM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages