Welcome to the Project running guide! This guide will walk you through how to effectively use the .ipynb file in Google Colab and access the frontend of the project.
- Introduction
- Prerequisites
- Getting Started
- Working with the Notebook
- Saving and Sharing
- Accessing Frontend
- Additional Resources
- Contributing
- License
Google Colab is a cloud-based platform that allows you to create, edit, and run Jupyter notebooks using Python. This guide aims to provide you with a smooth experience using .ipynb files in Google Colab.
Before you begin, make sure you have the following:
- A Google account
- Access to Google Colab (you can access it at colab.research.google.com)
- Open Google Colab by visiting colab.research.google.com.
- Sign in with your Google account if you haven't already.
-
Click on the File tab in the top-left corner.
-
Select Upload notebook to upload the
.ipynbfile from your local machine. -
Once uploaded, click on the notebook's filename to open it.
-
You can now view and edit the notebook in Google Colab.
- Click on the Runtime tab in the top menubar.
- Select Chanage runtime type to change the
runtimetype of the notebook. - Once notebook settings opens, Select runtime type as
Python3, Hardware accelerator asGPUand GPU type asT4
- Click on Save.
To save and share your work:
-
Click on the File tab in the top-left corner.
-
Select Save to save the changes made to the notebook.
-
To share the notebook, click on the Share button in the top-right corner.
-
Configure the sharing settings as desired (e.g., allow others to edit or view-only access).
-
Copy the sharing link or send invitations to collaborators via email.
- For accessing the frontend Click on the link
- PS:
It will work after running the python notebook.
- Google Colab Documentation: Official documentation with detailed information on Google Colab.
- Google Colab FAQ: Frequently Asked Questions about Google Colab.
Contributions are welcome! If you find any issues or have suggestions for improvement, please feel free to submit a pull request.
This project is licensed under the Creative Commons Attribution-NonCommercial (CC BY-NC) license.




