Anata no Anime no Tomodachi (Your Anime Friend) is a chat-based web application that provides anime quotes based on user-input keywords. This project aims to create an interactive experience for anime enthusiasts to discover and enjoy quotes from their favorite shows.
- Chat-like interface for user interaction
- Keyword-based anime quote search
- Responsive design for various devices
- Background with a blurred anime-style image
- Frontend: HTML, CSS, Bootstrap
- Backend: Python, Flask
- Data Management: Pandas
-
Clone the repository:
git clone https://github.com/yousuftomal/anime-quote-chat.git
-
Navigate to the project directory:
cd anime-quote-chat
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the Flask application:
python app.py
-
Open your web browser and go to
http://localhost:5000
to use the application.
- Enter a keyword in the text input field.
- Click the "Send" button or press Enter.
- The application will display a relevant anime quote containing the keyword.
The application uses a CSV file (lessreal-data.csv
) containing anime quotes. Each entry in the file includes:
- ID
- Character name
- Quote text
- Implement AI-based anime conversation features
- Expand the quote database
- Add user accounts and favorite quote saving functionality
Contributions to improve Anata no Anime no Tomodachi are welcome. Please feel free to submit a Pull Request to the main
branch.
This project is licensed under the MIT License - see the LICENSE file for details.
If you have any questions, feel free to reach out to [S.M. Yousuf Iqbal Tomal] at [yousuf.tomal.0@gmail.com].
- Special thanks to the anime community for inspiration and support.