Skip to content

πŸ” νŠΉν—ˆ 검색 & μƒν‘œ 검색 ν”„λ‘œμ νŠΈ

License

Notifications You must be signed in to change notification settings

JONGSKY/Thunder-search-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

73 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Contributors Forks Stargazers Issues MIT License


Logo

Thunder Search System

This project is a search system designed to enable patent search and trademark search!
Explore the docs Β»

View introduce Thunder Project

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgements

About The Project

screenshot

We have developed a Docker-based search system that enables patent search or trademark search. Text-based patent search implemented a fast search system using ElasticSearch. The trademark search system measures the similarity with the trademarks learned in advance and displays the results.

Patent Search:

  • Quickly show search results using ElasticSearch, a distributed open source search and analysis engine.
  • It lists words including the spelling of the search term before searching.
  • You shouldn't be doing the same tasks over and over like creating a README from scratch
  • The Google patent page is linked to the same patent as the patent you searched for. πŸ˜„

Trademark Search:

  • Logo Search calculates the similarity between logo images and prints a logo image similar to the target image.
  • Logo Search shows the patent number and name of the logo image and connects to the patent page.
  • Vienna Search provides tabular words that can describe the logo image.
  • Search results provided in tabular format can be saved as csv files.

If you have any inquiries related to the search system, please feel free to contact us. We are confident that the Thunder search system will be useful for doing patent-related searches! πŸ˜„

Built With

This section lists the main frameworks, environments, etc. that were used while building the project.

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

The configuration environment is the Ubuntu environment, and it is assumed that docker-compose is installed. If docker-compose is not installed, refer to the Official Docker Documentation.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • Check your docker-compose version
    docker-compose --version

Installation

  1. Download SQL data file and Image data file at google drive.

  2. Clone the repo

    git clone https://github.com/JONGSKY/Thunder-search-system.git
  3. Running the docker container

    • Build mysql db
    docker-compose up --build db
    • Build elasticsearch, logstash, kibana
    docker-compose up --build elasticsearch logstash kibana
    • Build django web & adminer
    docker-compose up --build web adminer
  4. Check the system built in the local environment

  • If you check http://localhost:8000/ on the web, you can check the Thunder search system on the web.
  • If you check http://localhost:8080/ on the web, you can check the db on the web.

Port and Version

Container port version
MySQL 3306 5.7
django 8000 3.1.1
Elasticsearch 9200 7.6.1
Logstash - 7.6.1
kibana 5601 7.6.1
adminer 8080 7.6.1

Usage

Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.

For more examples, please refer to the Documentation

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Your Name - @Github_teamlab - teamlab.gachon@gmail.com

Project Link: https://github.com/JONGSKY/Thunder-search-system

Project Wikipage: https://www.notion.so/Thunder-Search-System-9a506f6218484044a12101888d212238

About

πŸ” νŠΉν—ˆ 검색 & μƒν‘œ 검색 ν”„λ‘œμ νŠΈ

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •