ai-news-analyzer / info.md
Sigrid De los Santos
Remove remaining binary file for Hugging Face
9df4cc0
value_investing/
β”œβ”€β”€ data/ ← βœ… Markdown files go here
β”œβ”€β”€ html/ ← βœ… Generated HTML files go here
β”œβ”€β”€ src/ ← βœ… All your Python code lives here
β”‚ β”œβ”€β”€ main.py
β”‚ β”œβ”€β”€ md_html.py
β”‚ β”œβ”€β”€ news_analysis.py
β”‚ β”œβ”€β”€ image_search.py
β”œβ”€β”€ investing_topics.csv
β”œβ”€β”€ .env
| File | Role |
| ------------------ | ------------------------------------------------------------------- |
| `main.py` | Orchestrates everything: load CSV, generate MD, call HTML converter |
| `md_html.py` | Converts `.md` β†’ `.html` with styling |
| `image_search.py` | Fetches Unsplash image + credit based on smart keywords |
| `news_analysis.py` | Searches news + generates value investing memo from articles |