A comprehensive, interactive course on Computer Vision built with React. This course covers everything from fundamental concepts to state-of-the-art deep learning techniques, designed for aspiring researchers and practitioners in Machine Learning, Deep Learning, and Computer Vision.
Clone the repository
git clone https://github.com/expigo/computer-vision.git
cd computer-vision
Install dependencies
npm install
Start the development server
npm run dev
Open your browser
Navigate to http://localhost:3000
npm run build
npm run preview
For running the code examples in this course:
# Create a virtual environment
python -m venv cv_env
source cv_env/bin/activate # On Windows: cv_env\Scripts\activate
# Install required packages
pip install opencv-python numpy scipy matplotlib
pip install torch torchvision # For deep learning modules
pip install scikit-learn scikit-image
pip install jupyter notebook
computer-vision/
βββ src/
β βββ components/
β β βββ layout/ # Navbar, Footer, Layout
β β βββ code/ # Code blocks with syntax highlighting
β β βββ quiz/ # Interactive quiz components
β β βββ visualizations/ # Interactive CV visualizations
β βββ pages/
β β βββ Home.jsx # Landing page
β β βββ modules/ # Course modules
β βββ utils/ # Utility functions
β βββ hooks/ # Custom React hooks
β βββ data/ # Course content data
β βββ App.jsx # Main app component
β βββ main.jsx # Entry point
βββ public/ # Static assets
βββ notebooks/ # Jupyter notebooks
βββ exercises/ # Exercise solutions
βββ README.md
Contributions are welcome! This is an educational project aimed at helping people learn Computer Vision.
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)This project is licensed under the MIT License - see the LICENSE file for details.
For questions, suggestions, or feedback:
Made with β€οΈ for the Computer Vision community
Happy Learning! π
2 commits
JavaScript
99.0%
A comprehensive, interactive course on Computer Vision built with React. This course covers everything from fundamental concepts to state-of-the-art deep learning techniques, designed for aspiring researchers and practitioners in Machine Learning, Deep Learning, and Computer Vision.
Clone the repository
git clone https://github.com/expigo/computer-vision.git
cd computer-vision
Install dependencies
npm install
Start the development server
npm run dev
Open your browser
Navigate to http://localhost:3000
npm run build
npm run preview
For running the code examples in this course:
# Create a virtual environment
python -m venv cv_env
source cv_env/bin/activate # On Windows: cv_env\Scripts\activate
# Install required packages
pip install opencv-python numpy scipy matplotlib
pip install torch torchvision # For deep learning modules
pip install scikit-learn scikit-image
pip install jupyter notebook
computer-vision/
βββ src/
β βββ components/
β β βββ layout/ # Navbar, Footer, Layout
β β βββ code/ # Code blocks with syntax highlighting
β β βββ quiz/ # Interactive quiz components
β β βββ visualizations/ # Interactive CV visualizations
β βββ pages/
β β βββ Home.jsx # Landing page
β β βββ modules/ # Course modules
β βββ utils/ # Utility functions
β βββ hooks/ # Custom React hooks
β βββ data/ # Course content data
β βββ App.jsx # Main app component
β βββ main.jsx # Entry point
βββ public/ # Static assets
βββ notebooks/ # Jupyter notebooks
βββ exercises/ # Exercise solutions
βββ README.md
Contributions are welcome! This is an educational project aimed at helping people learn Computer Vision.
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)This project is licensed under the MIT License - see the LICENSE file for details.
For questions, suggestions, or feedback:
Made with β€οΈ for the Computer Vision community
Happy Learning! π
2 commits
JavaScript
99.0%