mgadel / Text_Browser

Find texts that match the best your keywords.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Note : this code is for training purpose only, therefore the current code is training model at each request. Savings models would greatly inprove the execution time. Also no code optimisation / execution time has been performed.

├── LICENSE
├── README.md          <- The top-level README for this project.
├── config             <- configuration file at format JSON
├── data
│   ├── external       <- Data from third party sources.
│   ├── processed      <- Intermediate processed data.
│   └── raw            <- The original data.
│
├── dataloader         <- loading,, cleaning, transforming data
├── models             <- models (untrainned)
├── notebook           <- working notebook
├── test               <- code testing
├── utils              <- general data loading 

About

Find texts that match the best your keywords.

License:MIT License


Languages

Language:Python 100.0%