AstroChat is an advanced NLP-based chatbot aimed at improving efficiency and accessibility in astronomical search. Powered by the T5 transformer model, AstroChat offers a user-friendly interface for enthusiasts, facilitating a smoother exploration of the universe.
- NLP-powered Chatbot: Utilizes the T5 transformer model for natural language processing, enabling accurate and insightful responses to user queries.
- User-friendly Interface: Designed with a focus on accessibility, providing a seamless experience for users exploring astronomical knowledge.
To get started with AstroChat, follow these steps:
- Clone the repository: git clone https://github.com/Soumyaa16/AstroChat.git
- Install dependencies: pip install -r requirements.txt
Use following commands:
- cd api-fast/
- uvicorn main:app --reload
- cd front-svelte/
- npm run dev