fastai/fastai Installation Guide
How to install fastai/fastai. Official project installation instructions and setup guide.
Automated Install (Recommended)
Quick installation instructions for fastai/fastai. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i fastai/fastaiInstall via npx
npx @hexmos/ipm i fastai/fastaiPrerequisites
Python
languageVersion: >=3.6.0
PyTorch
package_managerVersion: 1.13.1+cu117
Git
system_toolFor cloning the repository.
Jupyter Notebook
environmentFor interactive coding and data exploration. Install using `pip install jupyter`.
conda
package_managerVersion: 4.10.2
fastai[dev]
package_managerFor editable installs of fastai and its dependencies.
Google Colab
serviceFor running code in a cloud-based environment. Install using the provided link: [https://colab.research.google.com/](https://colab.research.google.com/).
Docker
system_toolFor containerization and development. Install using the provided link: [https://docs.docker.com/get-docker/](https://docs.docker.com/get-docker/).
Windows Subsystem for Linux (WSL)
osFor running fastai on Windows. Install using the provided link: [https://docs.microsoft.com/en-us/windows/wsl/install](https://docs.microsoft.com/en-us/windows/wsl/install).
NumPy
package_managerVersion: 1.24.0
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Package Manager Installation
pip install fastaiEditable Installation via Git and Pip
git clone https://github.com/fastai/fastai.git
pip install -e .[dev]Test Execution
nbdev_testPost Installation Steps
- Open a web browser and navigate to http://localhost:8000/ to view the application.
- To access the API, use tools like Postman or curl to send requests to the specified endpoint (e.g., http://localhost:8000/api/v1/data).
- For more information on the API, refer to the documentation at [link to API documentation] if available.
