Git Product home page Git Product logo

wiki_word2vec_similarity_search's Introduction

wordSimSearch

This repository was made using the practicalAI boilerplate template.

Directory structure

wordSimSearch/
├── src/                                - source files
|   ├── api/                              - holds all API scripts
|   |   ├── endpoints.py                    - API endpoint definitions
|   |   └── utils.py                        - utility functions for endpoints
|   ├── configs/                          - configuration files
|   |   ├── logging.json                    - logger configuration
|   |   └── training.json                   - training configuration
|   ├── datasets/                         - directory to hold datasets
|   |   └── news.csv                        - data file
|   ├── tests/                            - tests
|   |   ├── e2e/                            - integration tests
|   |   ├── unit/                           - unit tests
|   ├── ml/  - ML files
|   |   ├── dataset.py                      - dataset
|   |   ├── model.py                        - model functions
|   |   ├── utils.py                        - utility functions
|   |   ├── vectorizer.py                   - vectorize the processed data
|   |   └── vocabulary.py                   - vocabulary to vectorize data
|   ├── application.py                    - application script
|   ├── config.py                         - application configuration
|   ├── requirements.txt                  - python package requirements
|   ├── setup.py                          - custom package setup
|   ├── wsgi.py                           - application initialization
├── .dockerignore                       - dockerignore file
├── .gitignore                          - gitignore file
├── Dockerfile                          - Dockerfile for the application
├── CODE_OF_CONDUCT.md                  - code of conduct
├── CODEOWNERS                          - code owner assignments
├── LICENSE                             - license description
└── README.md                           - repository readme

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.