일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
- Absolute
- AGI
- ai
- AI agents
- AI engineer
- AI researcher
- ajax
- algorithm
- Algorithms
- aliases
- Array 객체
- ASI
- bayes' theorem
- Bit
- Blur
- BOM
- bootstrap
- canva
- challenges
- ChatGPT
- Today
- In Total
A Joyful AI Research Journey🌳😊
Links to AI NLP Projects 본문
https://www.projectpro.io/article/artificial-intelligence-project-ideas/461
20 Artificial Intelligence Project Ideas for Beginners [2023]
Explore exciting and innovative artificial intelligence project ideas to kickstart your journey into the world of AI and Deep Learning | ProjectPro
www.projectpro.io
Translator App
If you are interested in getting started in the field of Natural Language Processing, you should try building a translator app with the help of a transformer.
A transformer model extracts features from sentences and determines the importance of each word in a sentence. A transformer has an encoding and decoding component, both of which are trained end-to-end.
You can build your own AI translator app with a transformer. To do this, you can load a pre-trained transformer model into Python. Then, transform the text you want to translate into tokens and feed it into the pre-trained model.
You can use the GluonNLP library for this purpose. You can also load the train and test dataset for this AI project from this library.
Python Package: GluonNLP
https://neptune.ai/blog/10-nlp-projects
10 NLP Projects to Boost Your Resume
Learn about ten NLP project ideas with a brief history of NLP, highlighting their relevance and impact for your resume.
neptune.ai
Translate and summarize news
You can build a web app that translates news from Arabic to English and summarizes them, using great Python libraries like newspaper, transformers, and gradio.
Where:
- Newspaper3k (11.1k stars): scrape almost any news website
- HuggingFace Transformers (48k): use state-of-the-art natural language models
- Gradio (2.9k): build interactive web-based demos
Start Project Now → Useful Link
'🌳AI Projects: NLP🍀✨ > Resources' 카테고리의 다른 글
✨Links to Neural Machine Translation (0) | 2023.08.18 |
---|---|
Links to NLP Translations (0) | 2023.08.18 |
A Link to Chatbots with Personalities (0) | 2023.08.12 |