Kewl
Milestone 2 (#10)
02db54d unverified
|
raw
history blame
No virus
921 Bytes
---
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/
```
2. Open Docker Desktop and go through the tutorial if you wish. Follow instructions to open a Docker container on your machine.
3. Open terminal and type the following to verify you have Docker running.
```
docker version
```
<img width="571" alt="Screen Shot 2023-03-24 at 11 05 15 AM" src="https://user-images.githubusercontent.com/87680132/227563197-b3c0cc7b-8b4f-4ba0-986e-bb5d13ec3c1f.png">