About AI-Generated Wikipedia
Welcome to AI-Generated Wikipedia, a Flask web application that generates Wikipedia-style articles based on user-provided topics. Our application leverages the power of AI through the Groq API to create informative and engaging content, and uses Wikimedia Commons to fetch related images.
Features
- Generate Wikipedia articles with relevant section titles.
- Fetch related images from Wikimedia Commons.
- Caching of generated articles for improved performance.
- User-friendly interface for searching topics.
Technologies Used
- Flask: A lightweight WSGI web application framework.
- Requests: For making HTTP requests to external APIs.
- BeautifulSoup: For parsing HTML and XML documents.
- Groq: For generating article content using AI.
- Redis: For caching generated articles.
- Markdown: For formatting the generated articles.
Contributing
Contributions are welcome! Please open an issue or submit a pull request for any enhancements or bug fixes.
License
This project is licensed under the MIT License. See the LICENSE file for details.