Categorygithub.com/keshavsharma98/Blog-Aggregator
module
0.0.0-20240203195816-205ebe68dfc2
Repository: https://github.com/keshavsharma98/blog-aggregator.git
Documentation: pkg.go.dev

# README

Title

Abstract:xxx

Papar Information

Install & Dependence

  • python
  • pytorch
  • numpy

Dataset Preparation

DatasetDownload
dataset-Adownload
dataset-Bdownload
dataset-Cdownload

Use

  • for train
    python train.py
    
  • for test
    python test.py
    

Pretrained model

ModelDownload
Model-1download
Model-2download
Model-3download

Directory Hierarchy

|—— .env
|—— .env.sample
|—— .gitignore
|—— assets
|—— bin
|    |—— execute.exe
|—— Blog-Aggregator.exe
|—— go.mod
|—— go.sum
|—— handler_feed.go
|—— handler_feed_followers.go
|—— handler_posts.go
|—— handler_readiness.go
|—— handler_users.go
|—— helper_funcs.go
|—— internal
|    |—— auth
|        |—— auth.go
|    |—— common
|    |—— database
|        |—— db.go
|        |—— feed.sql.go
|        |—— feed_follows.sql.go
|        |—— models.go
|        |—— posts.sql.go
|        |—— users.sql.go
|—— main.go
|—— makefile
|—— middleware_auth.go
|—— models.go
|—— scrapper.go
|—— sql
|    |—— queries
|        |—— feed.sql
|        |—— feed_follows.sql
|        |—— posts.sql
|        |—— users.sql
|    |—— schema
|        |—— 00001_users.sql
|        |—— 00002_users_apikey.sql
|        |—— 00003_feed.sql
|        |—— 00004_feed_follows.sql
|        |—— 00005_feed_last_fetched_at.sql
|        |—— 00006_posts.sql
|    |—— schema copy
|        |—— 00001_users.sql
|        |—— 00002_users_apikey.sql
|        |—— 00003_feed.sql
|        |—— 00004_feed_follows.sql
|        |—— 00005_feed_last_feteched_at.sql
|        |—— 00006_posts.sql
|        |—— 20240202062729_mig_reset.sql
|—— sqlc.yaml
|—— tmp
|    |—— build-errors.log
|    |—— main.exe
|—— vendor
|    |—— github.com
|        |—— go-chi
|            |—— chi
|                |—— .gitignore
|                |—— chain.go
|                |—— CHANGELOG.md
|                |—— chi.go
|                |—— context.go
|                |—— CONTRIBUTING.md
|                |—— LICENSE
|                |—— Makefile
|                |—— mux.go
|                |—— README.md
|                |—— tree.go
|                |—— v5
|                    |—— .gitignore
|                    |—— chain.go
|                    |—— CHANGELOG.md
|                    |—— chi.go
|                    |—— context.go
|                    |—— CONTRIBUTING.md
|                    |—— LICENSE
|                    |—— Makefile
|                    |—— mux.go
|                    |—— README.md
|                    |—— SECURITY.md
|                    |—— tree.go
|            |—— cors
|                |—— cors.go
|                |—— LICENSE
|                |—— README.md
|                |—— utils.go
|        |—— google
|            |—— uuid
|                |—— CHANGELOG.md
|                |—— CONTRIBUTING.md
|                |—— CONTRIBUTORS
|                |—— dce.go
|                |—— doc.go
|                |—— hash.go
|                |—— LICENSE
|                |—— marshal.go
|                |—— node.go
|                |—— node_js.go
|                |—— node_net.go
|                |—— null.go
|                |—— README.md
|                |—— sql.go
|                |—— time.go
|                |—— util.go
|                |—— uuid.go
|                |—— version1.go
|                |—— version4.go
|                |—— version6.go
|                |—— version7.go
|        |—— joho
|            |—— godotenv
|                |—— .gitignore
|                |—— godotenv.go
|                |—— LICENCE
|                |—— parser.go
|                |—— README.md
|        |—— lib
|            |—— pq
|                |—— .gitignore
|                |—— array.go
|                |—— buf.go
|                |—— conn.go
|                |—— connector.go
|                |—— conn_go115.go
|                |—— conn_go18.go
|                |—— copy.go
|                |—— doc.go
|                |—— encode.go
|                |—— error.go
|                |—— krb.go
|                |—— LICENSE.md
|                |—— notice.go
|                |—— notify.go
|                |—— oid
|                    |—— doc.go
|                    |—— types.go
|                |—— README.md
|                |—— rows.go
|                |—— scram
|                    |—— scram.go
|                |—— ssl.go
|                |—— ssl_permissions.go
|                |—— ssl_windows.go
|                |—— TESTS.md
|                |—— url.go
|                |—— user_other.go
|                |—— user_posix.go
|                |—— user_windows.go
|                |—— uuid.go
|    |—— modules.txt

Code Details

Tested Platform

  • software
    OS: Debian unstable (May 2021), Ubuntu LTS
    Python: 3.8.5 (anaconda)
    PyTorch: 1.7.1, 1.8.1
    
  • hardware
    CPU: Intel Xeon 6226R
    GPU: Nvidia RTX3090 (24GB)
    

Hyper parameters

References

License

Citing

If you use xxx,please use the following BibTeX entry.

# Packages

No description provided by the author
No description provided by the author
No description provided by the author