Skip to content

This Streamlit web site works as a personal cheat sheet when I am working with Web Development and Data Science. Feel free to customize it for your own use

License

Notifications You must be signed in to change notification settings

shemanto27/Web-and-AI-Cheat-Sheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Website Link: Click Here👆

Installation

Follow these steps to set up and run the application on your local machine.

Prerequisites

  • Python 3.7 or higher
  • Git (to clone the repository)
  • conda(for creating venv - *optional)

Clone the Repository

git clone

Navigate into the project folder:

cd Web-and-AI-Cheat-Sheat

Create venv

conda create -n [venv] python=3.12 -y

conda activate [venv]

Install requirements

pip install -r requirements.txt

check: pip list

Run Streamlit app

streamlit run app.py

About

This Streamlit web site works as a personal cheat sheet when I am working with Web Development and Data Science. Feel free to customize it for your own use

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages