Skip to content

OSU-AI-Club/project-series-2023-resources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resources for Project Series 2023

Running Notebooks

  1. Clone the repository to your computer.
  2. Assuming you have python installed, "cd" into the directory and run "pip install -r requirements.txt". All required libraries will be installed onto your system.
  3. You can now open the notebooks in any editor that supports Jupyter Notebooks, such as Visual Studio Code. If you have multiple pip/conda environments, make sure you select the kernel with the packages installed.

    If you are using a conda environment, make sure that you have pip installed in the environment, and that the environment is active. Otherwise, you might install the packages outside of the environment. You can check which pip install you are using by running "which pip" on bash/zsh (Linux/macOS), or "get-command pip" on powershell (Windows).

Folder Structure

EmotionRecognitionProject

  • "EmotionDetection.ipynb"
  • test_images/
  • result_images/
  • "dataset.md"

resources

  • data/
    • any datasets used in the resources folder
  • models/
    • "image_segmentation.ipynb"
    • "image_classification.ipynb"
    • "natural_language.ipynb"
    • anything else that would come in useful.
  • deployment_guides/
    • "aws.ipynb"
    • "web_server.ipynb"
    • anything else that would come in useful.
  • using_gpu.ipynb

slides

  • slides for every lecture
  • slide notes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published