https://github.com/faustogerman/pekinsearch
The Ultimate Product Research and Analysis Tool Powered by Machine Learning and A.I.
https://github.com/faustogerman/pekinsearch
Last synced: 3 months ago
JSON representation
The Ultimate Product Research and Analysis Tool Powered by Machine Learning and A.I.
- Host: GitHub
- URL: https://github.com/faustogerman/pekinsearch
- Owner: faustogerman
- License: apache-2.0
- Created: 2022-10-17T22:19:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-30T22:25:38.000Z (over 3 years ago)
- Last Synced: 2025-07-27T03:52:03.500Z (12 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 1.13 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PekinSearch 🦆
We are PekinSearch. Creating the Ultimate Product Research and Analysis Tool Powered by Machine Learning and A.I.
## Guidelines for Contributing
To keep the repository clean and organized, please follow the following guidelines when contributing to the project.
### Commit Descriptions
When making a commit, make sure to include a useful description using the following symbols:
- **Adding**: Use the "+" character to describe relevant functionalities that are new to the project in the commit.
- **Modifying**: Use the "~" character to describe relevant functionalities that were modified in the commit.
- **Removing**: Use the "-" character to describe relevant functionalities that were removed in the commit.
- **Fixing**: Use the "*" character to describe relevant bugs that were fixed in the commit.
#### Example
```
This commit modifies the web-app portion of the application.
+ Added a button to submit the login form.
~ Changed the color of the "username" input from orange to blue.
- Deleted the App's logo from the login form. It already exists in the header.
* Fixed a bug where the "username" input would not allow users to type.
```