“This project creates the first Kenyan-built 4D computational prototyping engine — a tool that allows scientists, engineers, and innovators to simulate interactions in higher-dimensional spaces. This opens unexplored frontiers for future technologies such as teleportation, ultra-efficient routing, quantum architectures, and advanced materials.”
git clone https://github.com/blacksnowmartin/4DKenya.gitMake sure you have this installed in your machine
"This project creates the first Kenyan-built 4D computational prototyping engine — a tool that allows scientists, engineers, and innovators to simulate interactions in higher-dimensional spaces. This opens unexplored frontiers for future technologies such as teleportation, ultra-efficient routing, quantum architectures, and advanced materials."
git clone https://github.com/blacksnowmartin/4DKenya.gitMake sure you have the following installed on your machine:
sudo apt update
sudo apt install python3-full python3-venvInside the 4DKenya folder, create a virtual environment:
python3 -m venv venvThis creates a folder named venv that stores your project libraries.
To activate the environment:
source venv/bin/activateInstall the required packages:
pip install torch numpy fastapi uvicorncd ~/4DKenya
source venv/bin/activate
python server.pysudo apt update
sudo apt install python3-full python3-venvInside the 4DKenya folder make sure you run
python3 -m venv venv(This creates a folder named venv that will store your libraries.)
To activate environment:
source venv/bin/activateTo install the packages safely you run
pip install torch numpy fastapi uvicornTO RUN THE MAIN PROJECT
cd ~/4DKenya
source venv/bin/activate
python server.pyDeveloped with love by