abhisheks008 / DL-Simplified

Deep Learning Simplified is an Open-source repository, containing beginner to advance level deep learning projects for the contributors, who are willing to start their journey in Deep Learning. Devfolio URL, https://devfolio.co/projects/deep-learning-simplified-f013
https://quine.sh/repo/abhisheks008-DL-Simplified-499023976
MIT License
319 stars 288 forks source link

Poem Generator using DL #692

Open Madhusri02 opened 1 month ago

Madhusri02 commented 1 month ago

Pull Request for DL-Simplified 💡

Deep Learning Simplified Repository (Proposing new issue) 🔴 Project Title : Poem generator 🔴 Aim : To generate poem from a dataset of poems 🔴 Dataset : Poems.txt 🔴 Approach : Using LSTM and 3 layers of neural networks.

Closes: Poem Generator using DL #607

How Has This Been Tested? ⚙️

This application is tested with various inputs given with starting word of the User input. Got best result from the input give. Also expecting any changes to be done in this poem generator using Neural network.

Checklist: ☑️

github-actions[bot] commented 1 month ago

Our team will soon review your PR. Thanks @Madhusri02 :)

Madhusri02 commented 1 month ago

Okay @abhisheks008

abhisheks008 commented 4 weeks ago

Hi @Madhusri02 please follow the project structure.

Here it is,

Project Folder
|- Dataset
   |- dataset.csv (dataset used for the particula project)
   |- README.md (brief about the dataset)
|- Images
   |- img1.png
   |- img2.png
   |- img3.png
|- Model
   |- project_folder.ipynb
   |- README.md
|- Web App
   |- templates
   |- static
   |- app.py
   |- demo.mp4
   |- README.md
|- requirements.txt
abhisheks008 commented 2 weeks ago

@Madhusri02 why have you made changes in the Bone Fracture Detection project? Also please follow the above mentioned project structure and make the sub folders accordingly.

Hi @Madhusri02 please follow the project structure.

Here it is,

Project Folder
|- Dataset
   |- dataset.csv (dataset used for the particula project)
   |- README.md (brief about the dataset)
|- Images
   |- img1.png
   |- img2.png
   |- img3.png
|- Model
   |- project_folder.ipynb
   |- README.md
|- Web App
   |- templates
   |- static
   |- app.py
   |- demo.mp4
   |- README.md
|- requirements.txt