Skip to content

First Experiment for Virtual Lab. Calculation of Matrix and different functions related to Matrices.

Notifications You must be signed in to change notification settings

singhcoder694/Matrix-Virtual_Lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run the project on your machine

Download the required libraries

In case you do not have any of the required libraries, download them by running the following commands in your terminal:

pip install numpy pydantic fastapi scipy uvicorn

npm install

Start the servers

Once you have downloaded the files and placed them into one folder, navigate through your terminal to that folder and into the backend folder. Run main.py using your python interpreter. This can be done by the following line of code, but may not always wrk depending on the location of your python interpreter:

python3 main.py

In another terminal window, navigate to to the folder containing the downloaded files, and run the following command:

Check if backend is running by navigating to http://localhost:8000, it should show a blank screen with random message.

npm install (First Command to install node modules needed to host it locally)

npm start (To start on local system)

Then, just go to the http://localhost:3000 on your browser, and you are ready to start experimenting with matrices!

About

First Experiment for Virtual Lab. Calculation of Matrix and different functions related to Matrices.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published