An interactive timeline of artificial intelligence history at ai-timeline.org
AI Timeline is an open-source project to create an interactive timeline showcasing key events, breakthroughs, and developments on the road to AGI.
- Interactive timeline visualization
- Major AI milestones and developments
- Links to source material
- Filterable by different domains (
Model Release,Culture & Society,Business & Industry,Research & Papers,Policy & Regulation)
To run this project locally:
- Clone the repository
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and navigate to the URL shown in the terminal (typically
http://localhost:5173)
We welcome contributions to the timeline! Either fill in the Google Form here or do the following:
-
Submit a Pull Request
- Fork the repository and create a new branch
- Add your event to
src/data/timelineData.js - Include the following information:
- Event date (as precise as possible)
- Event title (with link to source material)
- Brief description
- Category/domain
-
Review Process
- Our team will review the pull request
- We may request changes or additional information
- Once approved, the PR will be merged and the event will appear on the timeline
This project is provided under the MIT license. See the LICENSE file for more details.