This project is a search system designed to enable patent search and trademark search!
Explore the docs Β»
View introduce Thunder Project
Table of Contents
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! π
This section lists the main frameworks, environments, etc. that were used while building the project.
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.
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
-
Download SQL data file and Image data file at google drive.
-
Clone the repo
git clone https://github.com/JONGSKY/Thunder-search-system.git
-
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
-
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.
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 |
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
See the open issues for a list of proposed features (and known issues).
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.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
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