This project is a Python-based AI application designed to fetch data from the database of the Statistisches Bundesamt (Federal Statistical Office of Germany). The fetched data is stored in a local database, where it is subsequently analyzed to provide trend analysis.
- Fetches data from the Statistisches Bundesamt database
- Stores data in a local database
- Analyzes data to provide trend analysis
-
Clone the repository:
git clone https://github.com/Guakocius/ai_data_destatis.git
-
Navigate to the project directory:
cd destatis_db
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the data fetcher script to retrieve data from the Statistisches Bundesamt database:
python fetch_data.py
-
Run the analysis script to analyze the fetched data and get trend analysis:
python analyze_data.py
This project is licensed under the MIT License. See the LICENSE file for details.
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.