- Git and Github
- Python >= 3.7
- Package Installer for Python (PIP)
-
Clone the repository:
git clone https://github.com/sahajrajmalla/nasa-spaceapp-inference.git
-
Open your terminal and apply these commands in Linux/ Mac.
cd nasa-spaceapp-inference python3 -m venv venv source venv/bin/activate pip3 install -r requirements.txt uvicorn main:app --reload
-
Open your browser and enter http://localhost:8000/docs.