Kewl
Milestone 2 (#10)
02db54d unverified
|
raw
history blame
No virus
921 Bytes
metadata
title: Sentiment Analysis App
emoji: 📚
colorFrom: indigo
colorTo: green
sdk: streamlit
sdk_version: 1.17.0
app_file: app.py
pinned: false
license: mit

Hugging Space Link

https://huggingface.co/spaces/ac8736/sentiment-analysis-app

Intructions on Installing Docker on Mac

  1. Go to the Docker Desktop install page and select the appropriate chip for your Mac device. If you are on Windows, there is another set of instructions you have to follow.
https://www.docker.com/products/docker-desktop/
  1. Open Docker Desktop and go through the tutorial if you wish. Follow instructions to open a Docker container on your machine.
  2. Open terminal and type the following to verify you have Docker running.
docker version
Screen Shot 2023-03-24 at 11 05 15 AM