Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/primaryobjects/bogleheads-keywords
Web-based keyword frequency analyzer, created by ChatGPT4.
https://github.com/primaryobjects/bogleheads-keywords
ai chatgpt chatgpt4 database finance flask investments keywords nlp python webapp webapplication
Last synced: 8 days ago
JSON representation
Web-based keyword frequency analyzer, created by ChatGPT4.
- Host: GitHub
- URL: https://github.com/primaryobjects/bogleheads-keywords
- Owner: primaryobjects
- Created: 2023-04-16T02:19:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-16T20:06:55.000Z (over 1 year ago)
- Last Synced: 2024-04-14T14:35:12.434Z (7 months ago)
- Topics: ai, chatgpt, chatgpt4, database, finance, flask, investments, keywords, nlp, python, webapp, webapplication
- Language: Python
- Homepage: https://bogleheads-top-keywords.primaryobjects.repl.co/
- Size: 14.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Bogleheads Top Keywords
This project scrapes data from Bogleheads.org and displays the top 20 keywords from the website.
[Demo](https://bogleheads-top-keywords.primaryobjects.repl.co)
*Created with ChatGPT4.*
## Installation
1. Clone this repository.
2. Install the required dependencies by running `pip install -r requirements.txt`.## Usage
1. Run the Flask web application by running `python main.py`.
2. Open a web browser and navigate to `http://localhost:8080` to view the top 20 keywords from Bogleheads.org.## Contributing
Contributions are welcome! Please open an issue or submit a pull request if you would like to contribute to this project.
## License
MIT