Spaces:
Running
Running
__0_0_0__
Browse files
README.md
CHANGED
@@ -5,4 +5,35 @@ sdk: static
|
|
5 |
emoji: 💻
|
6 |
colorFrom: green
|
7 |
colorTo: yellow
|
8 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
emoji: 💻
|
6 |
colorFrom: green
|
7 |
colorTo: yellow
|
8 |
+
---
|
9 |
+
ADL : Implementation of Ad-Sherlock for Click-Fraud Detection using Deep-Learning
|
10 |
+
APA : Artificial-Intelligence Programming Assistant using GenAI
|
11 |
+
BW__RGB : Grayscale to RGB Image Colorization using GANs
|
12 |
+
FT__BERT_NSP__MRPC : Fine-Tuning BERT LLM on MRPC dataset for Next Sentence Prediction
|
13 |
+
MNST : Multi-Style Image Generation with Neural Style Transfer
|
14 |
+
NLP__SQL : SQL Query Data Retrieval with Natural Language using RAGs
|
15 |
+
PNSA : Personalized News Summarization with LangChain
|
16 |
+
PUP : Phishing URL Prediction using Binary Classification
|
17 |
+
================================================================================
|
18 |
+
Miniconda : py__3_12_1
|
19 |
+
SHA : ff53a36b7024f8398cbfd043020f1f662cd4c5c2095c0007ddb4348aa5459375
|
20 |
+
--------------------------------------------------------------------------------
|
21 |
+
pip install pipreqs==0.5.0
|
22 |
+
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121
|
23 |
+
pip install -r ADL/_/requirements.txt
|
24 |
+
pip install -r APA/_/requirements.txt
|
25 |
+
pip install -r BW__RGB/_/requirements.txt
|
26 |
+
pip install -r FT__BERT_NSP__MRPC/_/requirements.txt
|
27 |
+
pip install -r MNST/_/requirements.txt
|
28 |
+
pip install -r NLP__SQL/_/requirements.txt
|
29 |
+
pip install -r PNSA/_/requirements.txt
|
30 |
+
pip install -r PUP/_/requirements.txt
|
31 |
+
--------------------------------------------------------------------------------
|
32 |
+
pipreqs ADL --savepath ADL/_/requirements.txt --scan-notebooks
|
33 |
+
pipreqs APA --savepath APA/_/requirements.txt --scan-notebooks
|
34 |
+
pipreqs BW__RGB --savepath BW__RGB/_/requirements.txt --scan-notebooks
|
35 |
+
pipreqs FT__BERT_NSP__MRPC --savepath FT__BERT_NSP__MRPC/_/requirements.txt --scan-notebooks
|
36 |
+
pipreqs MNST --savepath MNST/_/requirements.txt --scan-notebooks
|
37 |
+
pipreqs NLP__SQL --savepath NLP__SQL/_/requirements.txt --scan-notebooks
|
38 |
+
pipreqs PNSA --savepath PNSA/_/requirements.txt --scan-notebooks
|
39 |
+
pipreqs PUP --savepath PUP/_/requirements.txt --scan-notebooks
|