Team Nothing Submission Ready#12
Conversation
PR summaryThis Pull Request introduces a complete web application for sentiment analysis as part of the Huawei Tech4City 2024 competition. The application includes both frontend and backend components, integrated using Docker. The backend is built with Flask and uses an SQLite database to store analysis results and user feedback. The frontend is a simple HTML/CSS/JavaScript interface that allows users to input text for sentiment analysis, view results, and provide feedback on the accuracy of the analysis. Suggestion
Disclaimer: This comment was entirely generated using AI. Be aware that the information provided may be incorrect. Current plan usage: 42.94% Have feedback or need help? |
|
https://github.com/HY-258L/Tech4City2024 Application for Sentiment AnalysisOur product takes in a sentence and using sentiment analysis shows how positive, negative or neutral the statement is. If there are any disagreements with the result, the user may indicate so and submit feedback with whether they thought the statement was positive, negative or neutral. This will be revised back for the model to re-learn and improve its sentiment analysis. |
https://github.com/HY-258L/Tech4City2024