Giter VIP home page Giter VIP logo

tfidfvectorizer's Introduction

TFIDFVectorizer

This an django project is short demo of TFIDFVectorizer from sklearn library

what it can do ?

This project take large corpus of documents in it's media\documents\allDocuments\combo folder. Which then get processed and TF-IDF weights are calculated and stored in database which then can be used for searching with provided keywords.

Configure

We have used mysql database "XYZ.sql" import this file in mysql. it is alreday filled with the information which is extarcted from it's inbuilt corpus.
also need to install packages to make this work:-

pip install scipy
pip install sklearn
pip install numpy
pip install scikit-learn

how to start new ?

just truncate old database and replace documents from media\documents\allDocuments\combo folder with yours and done.

how it will work ?

it's UI is not well designed so it's extraction and search module can only be accessible using URL's if your running this django project on default configuration then
URL's are, Extraction 127.0.0.1:8000/TF
for searching module 127.0.0.1:8000/search

tfidfvectorizer's People

Contributors

vinayp173 avatar

Stargazers

snoop2head avatar

Watchers

James Cloos avatar  avatar

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.