pudja2001 / ML-mentoring-platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The main folder is main-app. You can only use the main folder without worrying about the other file

mentoring-platform-dicoding

Setup

Start the project with environment setup and run the jupyterlab

pip install virtualenv
virtualenv [enviroment name] (misal = ml_mentoring_platform)
source ml_mentoring_platform/bin/activate
pip install -r requirements.txt

or run this script for windows users

pip install virtualenv
virtualenv [enviroment name]
.\[enviroment name]\Scripts\activate
pip install -r requirements.txt

MODEL

https://huggingface.co/abilfad/sentiment-binary-dicoding 
https://huggingface.com/Pudja2001/my_topic_summarizer_model (PyTorch model for summarizer)
 

Link to our notebook for working on ML models :

About


Languages

Language:Python 97.9%Language:Dockerfile 2.1%