Skip to content

Commit

Permalink
[FIX]-gitignore and readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
sthsuyash committed Jan 6, 2025
1 parent a5ba233 commit be0f8f0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
17 changes: 14 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
Expand Down Expand Up @@ -290,6 +288,7 @@ out
# Nuxt.js build / generate output
.nuxt
dist
dist-ssr

# Gatsby files
.cache/
Expand Down Expand Up @@ -595,6 +594,7 @@ coverage*[.json, .xml, .info]
# Visual Studio code coverage results
*.coverage
*.coveragexml
*.local

# NCrunch
_NCrunch_*
Expand Down Expand Up @@ -800,4 +800,15 @@ healthchecksdb
MigrationBackup/

# Ionide (cross platform F# VS Code tools) working folder
.ionide/
.ionide/

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Nepali News Algorithms

This repository contains the API and algorithms for the Nepali News project. The project aims to provide a platform for the different news machine learning algorithms that can be used in the Nepali news Portals.
This repository contains the API and algorithms for the Nepali News project. The project aims to provide a platform for the different news machine learning algorithms that can be used in the Nepali news Portals. This also contains a minimal ui for describing the algorithms and a platform to use it, without major news portals having to implement the algorithms themselves.

## Getting Started

Expand Down Expand Up @@ -37,6 +37,8 @@ These instructions will get you a copy of the project up and running on your loc
- `news_classifier/`: News classifier for the Nepali language
- `news_recommendation/`: News recommendation for the Nepali language
- `text_summarizer/`: Text summarizer for the news articles
- `tests/`: Unit tests for the algorithms
- `ui/`: Minimal UI for description and usage of the algorithms

## License

Expand Down

0 comments on commit be0f8f0

Please # to comment.