Skip to content

Maria-cpp/sentiment-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sentiment-analysis

Create main project folders

mkdir app data

Navigate into the 'app' folder

cd app

Create Python script files

touch main.py preprocess.py model.py requirements.txt

Go back to the main directory

cd ..

Create dataset file inside 'data' folder

touch data/dataset.csv

Create Docker and config files

touch Dockerfile docker-compose.yml .gitignore README.md

#RUN Command docker-compose up --build

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors