Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# FRED ML - Enterprise Economic Data Analysis Platform
|
2 |
|
3 |
A production-grade Python platform for collecting, analyzing, and visualizing Federal Reserve Economic Data (FRED) using the FRED API. Built with enterprise-grade architecture including FastAPI, Docker, Kubernetes, and comprehensive monitoring.
|
@@ -277,4 +284,4 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
|
|
277 |
|
278 |
- **Documentation**: Check the `docs/` directory
|
279 |
- **Issues**: Report bugs via GitHub Issues
|
280 |
-
- **FRED API**: https://fred.stlouisfed.org/docs/api/
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- economic
|
4 |
+
- FRED
|
5 |
+
- FASTAPI
|
6 |
+
- ML
|
7 |
+
---
|
8 |
# FRED ML - Enterprise Economic Data Analysis Platform
|
9 |
|
10 |
A production-grade Python platform for collecting, analyzing, and visualizing Federal Reserve Economic Data (FRED) using the FRED API. Built with enterprise-grade architecture including FastAPI, Docker, Kubernetes, and comprehensive monitoring.
|
|
|
284 |
|
285 |
- **Documentation**: Check the `docs/` directory
|
286 |
- **Issues**: Report bugs via GitHub Issues
|
287 |
+
- **FRED API**: https://fred.stlouisfed.org/docs/api/
|