This Streamlit app allows you to interactively forecast AGI timelines using the METR model, based on the paper "Measuring AI Ability to Complete Long Tasks" and insights from Forecaster Reacts to METR's bombshell.
Interactive Parameter Controls:
Results Visualization:
Robust Error Handling:
git clone <repo-url>
cd agi_timelines
It is recommended to use a virtual environment:
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
Required packages include:
Install dependencies using Poetry:
# Install Poetry if you don't have it
pip install poetry
# Install dependencies
poetry install
Run Jupyter notebook:
poetry run jupyter notebook
If you don't have a requirements.txt, create one with:
streamlit
squigglepy
numpy
matplotlib
streamlit run streamlit_app.py
The app will open in your browser at http://localhost:8501.
For questions or issues, please open an issue on GitHub or contact the project maintainer.
Jupyter Notebook
94.3%
Python
5.7%
This Streamlit app allows you to interactively forecast AGI timelines using the METR model, based on the paper "Measuring AI Ability to Complete Long Tasks" and insights from Forecaster Reacts to METR's bombshell.
Interactive Parameter Controls:
Results Visualization:
Robust Error Handling:
git clone <repo-url>
cd agi_timelines
It is recommended to use a virtual environment:
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
Required packages include:
Install dependencies using Poetry:
# Install Poetry if you don't have it
pip install poetry
# Install dependencies
poetry install
Run Jupyter notebook:
poetry run jupyter notebook
If you don't have a requirements.txt, create one with:
streamlit
squigglepy
numpy
matplotlib
streamlit run streamlit_app.py
The app will open in your browser at http://localhost:8501.
For questions or issues, please open an issue on GitHub or contact the project maintainer.
Jupyter Notebook
94.3%
Python
5.7%