Skip to content

Commit

Permalink
UPDATES
Browse files Browse the repository at this point in the history
  • Loading branch information
Anantha Raju C committed Feb 25, 2024
1 parent c1b7f90 commit 0e12c7f
Show file tree
Hide file tree
Showing 3 changed files with 144 additions and 1 deletion.
121 changes: 120 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,121 @@
# AIML_NLP
<!--
*** Thanks for checking out AIML NLP. If you have a suggestion
*** that would make this better, please fork the repo and create a pull request
*** or simply open an issue with the tag "enhancement".
*** Thanks again!
-->
# AIML NLP

AIML Natural Language Processing - Speech, Audio

<div align="center">

[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen?logo=github)](CODE_OF_CONDUCT.md) [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=Checkout+this+recipe+for+NLP&url=https://github.com/AnanthaRajuC/AIML_NLP&hashtags=NLP) [![Twitter Follow](https://img.shields.io/twitter/follow/anantharajuc?label=follow%20me&style=social)](https://twitter.com/anantharajuc)
</div>

<div align="center">
<sub>Built with ❤︎ by <a href="https://twitter.com/anantharajuc">Anantha Raju C</a> and <a href="https://github.com/AnanthaRajuC/AIML_NLP/graphs/contributors">contributors</a>
</div>

</br>

<p align="center">
<a href="https://github.com/AnanthaRajuC/AIML_NLP/blob/master/README.md"><strong>Explore the docs »</strong></a>
<br />
<br />
<a href="https://github.com/AnanthaRajuC/AIML_NLP/issues">Report Bug</a>
·
<a href="https://github.com/AnanthaRajuC/AIML_NLP/issues">Request Feature</a>
</p>

<!-- PROJECT SHIELDS -->
<!--
*** I'm using markdown "reference style" links for readability.
*** Reference links are enclosed in brackets [ ] instead of parentheses ( ).
-->

| Service | Badge | Badge | Badge | Badge | Badge |
|-----------------|-------|-------|-------|-------|-------|
| **GitHub** |[![GitHub last commit](https://img.shields.io/github/last-commit/anantharajuc/AIML_NLP)](https://github.com/AnanthaRajuC/AIML_NLP/commits/master)|[![GitHub pull requests](https://img.shields.io/github/issues-pr-raw/AnanthaRajuC/AIML_NLP)](https://github.com/AnanthaRajuC/AIML_NLP/pulls)|[![GitHub issues](https://img.shields.io/github/issues/AnanthaRajuC/AIML_NLP)](https://github.com/AnanthaRajuC/AIML_NLP/issues)|[![GitHub forks](https://img.shields.io/github/forks/AnanthaRajuC/AIML_NLP)](https://github.com/AnanthaRajuC/AIML_NLP/network)|[![GitHub stars](https://img.shields.io/github/stars/AnanthaRajuC/AIML_NLP)](https://github.com/AnanthaRajuC/AIML_NLP/stargazers)|
| **GitHub** |![GitHub repo size](https://img.shields.io/github/repo-size/AnanthaRajuC/AIML_NLP)|![GitHub top language](https://img.shields.io/github/languages/top/AnanthaRajuC/AIML_NLP.svg)|![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/AnanthaRajuC/AIML_NLP)|![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/AnanthaRajuC/AIML_NLP.svg)|![GitHub language count](https://img.shields.io/github/languages/count/AnanthaRajuC/AIML_NLP)|

## Details

- [Technology stack & other Open-source libraries](documentation/TECHNOLOGY_STACK.MD)
- [Getting Started](documentation/GETTING_STARTED.MD)

## Reporting Issues/Suggest Improvements

This Project uses GitHub's integrated issue tracking system to record bugs and feature requests. If you want to raise an issue, please follow the recommendations below:

* Before you log a bug, please [search the issue tracker](https://github.com/AnanthaRajuC/AIML_NLP/search?type=Issues) to see if someone has already reported the problem.
* If the issue doesn't already exist, [create a new issue](https://github.com/AnanthaRajuC/AIML_NLP/issues/new)
* Please provide as much information as possible with the issue report.
* If you need to paste code, or include a stack trace use Markdown +++```+++ escapes before and after your text.

<!-- CONTRIBUTING -->
## Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.

Kindly refer to [CONTRIBUTING.md](/CONTRIBUTING.md) for important **Pull Request Process** details

1. In the top-right corner of this page, click **Fork**.

2. Clone a copy of your fork on your local, replacing *YOUR-USERNAME* with your Github username.

`git clone https://github.com/YOUR-USERNAME/AIML_NLP.git`

3. **Create a branch**:

`git checkout -b <my-new-feature-or-fix>`

4. **Make necessary changes and commit those changes**:

`git add .`

`git commit -m "new feature or fix"`

5. **Push changes**, replacing `<add-your-branch-name>` with the name of the branch you created earlier at step #3. :

`git push origin <add-your-branch-name>`

6. Submit your changes for review. Go to your repository on GitHub, you'll see a **Compare & pull request** button. Click on that button. Now submit the pull request.

That's it! Soon I'll be merging your changes into the master branch of this project. You will get a notification email once the changes have been merged. Thank you for your contribution.

Kindly follow [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) to create an explicit commit history. Kindly prefix the commit message with one of the following type's.

**build** : Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
**ci** : Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)
**docs** : Documentation only changes
**feat** : A new feature
**fix** : A bug fix
**perf** : A code change that improves performance
**refactor**: A code change that neither fixes a bug nor adds a feature
**style** : Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
**test** : Adding missing tests or correcting existing tests

## License

Distributed under the MIT License. See [LICENSE.md](/LICENSE.md) for more information.

## The End

In the end, I hope you enjoyed the application and find it useful, as I did when I was developing it to learn about AI/ML.

If you would like to enhance, please:

* **Open PRs**,
* Give **feedback**,
* Add **new suggestions**, and
* Finally, give it a 🌟.

* Happy Coding ...* 🙂

<!-- CONTACT -->
## Contact

Anantha Raju C - [@anantharajuc](https://twitter.com/anantharajuc) - arcswdev@gmail.com

Project Link: [https://github.com/AnanthaRajuC/AIML_NLP](https://github.com/AnanthaRajuC/AIML_NLP)
10 changes: 10 additions & 0 deletions documentation/GETTING_STARTED.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.


~~~shell
python -m venv .env

source .env/bin/activate
~~~
14 changes: 14 additions & 0 deletions documentation/TECHNOLOGY_STACK.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## Technology Stack

### Overview

|Technology |Description |
|--------------------------|--------------------|
|PyTorch/Tensorflow | |
|Python | |
|Transformers | |
|openai/whisper-large-v3 | |




0 comments on commit 0e12c7f

Please sign in to comment.