Skip to content

ilaria-cesa/Lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sentiment Analysis Pipeline

This project performs sentiment analysis on tweets using machine learning models. The pipeline includes data loading, preprocessing, model training, evaluation, and result storage in an SQLite database.

Project Structure

│── data/                          # Raw and processed data
│   ├── raw/                       # Original Excel files
│   ├── processed/                 # Preprocessed data
│── database/                      # SQLite database and schema
│── logs/                          # Logs for debugging
│   ├── pipeline.log               # Log file capturing pipeline execution
│── notebooks/                     # Jupyter notebooks for analysis
│── src/                           # Source code
│   ├── config.py                  # Configuration settings
│   ├── load_data.py               # Load tweets from Excel
│   ├── preprocess.py              # Preprocessing functions
│   ├── make_model.py              # Model training & prediction
│── scripts/                       # Scripts for execution
│   ├── run_pipeline.py            # End-to-end execution
│── requirements.txt               # Dependencies
│── README.md                      # Project documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors