[NLP] Create an NLP Model
Opened this issue ยท 2 comments
ravi-prakash1907 commented
Description: ๐
We need an NLP model to process English short poems and extract sentiments, emphasizing metaphor recognition for accurate sentiment analysis.
Requirement ๐
Nabanita29 commented
I can work on this ! I'm eager to take this on by leveraging DistilBERT for its efficient contextual understanding.
ravi-prakash1907 commented
I can work on this ! I'm eager to take this on by leveraging DistilBERT for its efficient contextual understanding.
Fantastic, @Nabanita29! ๐ Why don't you kickstart the initial model building process?
So far, we've amassed a substantial amount of textual data that you can leverage to craft the complete model pipeline. ๐
I'm assigning you the issue now. As you work on it, please keep in mind the following:
- Save the trained model, maybe using 'pickle' or a similar method.
- Submit a usage script or function that we can seamlessly integrate with Flask.๐