jangThang / patent-server

Patent Big Data Analysis Platform for Individual Patent Applicants

Home Page:https://star7sss.tistory.com/369

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

patent-server

Index

About Repository

 The project implemented a patent big data analysis platform for individual patent applicants.

Overview

  South of Korea has the highest patent application rate as a percentage of GDP-population, and the registration rate is still low at 13%, even though the number of individual applications has increased 6 times compared to 2002.

  Most individual applicants are rejected for registration as 'similar patents'. This occurs because the individual did not find similar patents through patent analysis. (Professionalism, time, and labor required for a patent search are all insufficient.)

  To solve these difficulties, the project derives a significant search expression using Word2Vec and LDA techniques. In addition, significant technical taxonomy is extracted through the LSA technique.

=> Project Description and result (detail) (My Blog)

Getting Started

click Code - Download ZIP and unzip it

How to run server

  1. Before opening the main server, mongo DB and middle server must be activated.
    install: Mongo DB, Middle server
  2. In the terminal, type python manage.py runserver.

If you don't have the Django, please install it from this link. or in the terminal, type pip install django.

Contributing

I am looking for someone to help with this project. Please advise and point out.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

See also the list of contributors who participated in this project.

License

MIT License

Copyright (c) 2022 jangThang

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

About

Patent Big Data Analysis Platform for Individual Patent Applicants

https://star7sss.tistory.com/369

License:MIT License


Languages

Language:CSS 78.7%Language:HTML 17.5%Language:Python 3.8%