About AI Wiki
Welcome to AI Wiki, a 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-style articles with sections, images, and a sidebar.
- Dynamically generate a Table of Contents for each article.
- Fetch relevant images from Wikimedia Commons.
- Caching of generated articles for improved performance.
- User-friendly interface for searching and viewing articles.
Technologies Used
- Next.js: React framework for server-side rendering and routing.
- React: JavaScript library for building user interfaces.
- Groq: For generating article content using AI.
- Wikimedia API: For searching and fetching images.
- SQLite (via @vercel/postgres): For caching generated articles.
- Marked: For converting markdown article content to HTML.
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.
Acknowledgments