Skip to content

This repository utilizes the use of mlpack and uwebsockets to build, preprocess, train and deploy a machine learning model in c++

License

Notifications You must be signed in to change notification settings

lenoben/SentimentTextClassification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SENTIMENT ANALYSIS TEXT CLASSIFICATION


Project Tree:

 ./
 ├── Model/
 │  ├── .devcontainer
 │  ├── MLServer/
 │  │  ├── config/
 │  │  ├── build/
 │  │  ├── include/
 │  │  ├── src/
 │  │  ├── out/
 │  │  │  ├── Models/
 │  │  │  └── ...
 │  │  ├── README.md
 │  │  └── CMakeLists.txt
 │  ├── ModelBuild/
 │  │  ├── config/
 │  │  ├── build/
 │  │  ├── include/
 │  │  ├── src/
 │  │  ├── out/
 │  │  │  ├── Data/
 │  │  │  ├── Models/
 │  │  │  └── ...
 │  │  ├── README.md
 │  │  └── CMakeLists.txt
 │  └── README.md
 ├── Server/
 │  └── ...
 ├── LICENSE
 └── README.md

TOOLS, FRAMEWORKS, LIBRARIES

  • Docker
  • Cmake
  • uSockets
  • uWebSockets
  • Mlpack
  • C++
  • Visual Studio Code
  • PostgreSQL
  • Fl0.com

REFERENCES

-This list contains where ideas were also pulled from-

  • placeholder

About

This repository utilizes the use of mlpack and uwebsockets to build, preprocess, train and deploy a machine learning model in c++

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages