A repository for our NLP project that creates slogans based on a companies description.
- Implement User Interface
- Should be able to:
- Take in users description about a company
- Output the slogan based on this description
- Jenish
- Saniya
- Shubh
- Shreyansh
- Ashwini
- Nihit
- Populate the dataset with information about the companies
- Preprocess the data
- Concatenation
- Tokenizing & Detokenizing
- Bucketing
- Carl
- Mitali
- Implement Attention
- Dot Product Attention
- Multi Head Attention
- Implement Decoders
- Greedy Decoding
- Beam Search Decoding
- Create the model from the subcomponents