aiproject / README.md
jbraha's picture
add huggingface yaml
fd77627
|
raw
history blame
No virus
549 Bytes
---
title: Aiproject
emoji: πŸ“Š
colorFrom: pink
colorTo: purple
sdk: streamlit
sdk_version: 1.17.0
app_file: app.py
pinned: false
---
# AI Project
This repository holds my project for csuy 4613, [here](https://pantelis.github.io/artificial-intelligence/aiml-common/projects/nlp/finetuning-language-models-tweets/index.htm)
The project is set up in a docker container pulled from tensorflow/tensorflow to allow for TF development.
The Dockerfile was loaded 'FROM tensorflow/tensorflow, and was built as follows:
<img src="ai_milestone1.png">