Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Sentiment Analysis

In order to run the code, follow these recommended steps. In our environment, we had Python 3.12 installed.

Steps to Run the Code

  1. Clone the repository:

    git clone https://github.com/gitist/simple_sentiment_analysis.git
  2. Create a Python virtual environment:

    python -m venv venv
  3. Activate the virtual environment and install dependencies:

    source venv/bin/activate
    pip install -r requirements.txt
  4. Run the inference example:

    python sentiment_inference.py

    or

    Run the sentiment analysis app:

    python sentiment_app.py

To interact with the app, open your browser and visit: http://127.0.0.1:8000

Workflow Diagram

graph TD;
    A[Clone the repository] --> B[Create a Python virtual environment]
    B --> C[Activate the virtual environment]
    C --> D[Install dependencies]
    D --> E[Run the inference example]
    D --> F[Run the sentiment analysis app]
    F --> G[Open your browser and visit 127.0.0.1:8000]
Loading

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages